Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 048BFC636CC for ; Thu, 16 Feb 2023 03:15:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229720AbjBPDP4 (ORCPT ); Wed, 15 Feb 2023 22:15:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbjBPDPy (ORCPT ); Wed, 15 Feb 2023 22:15:54 -0500 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF7F83524B; Wed, 15 Feb 2023 19:15:52 -0800 (PST) Received: from kwepemi500015.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4PHKlJ3YbgzRs02; Thu, 16 Feb 2023 11:13:16 +0800 (CST) Received: from [10.174.178.171] (10.174.178.171) by kwepemi500015.china.huawei.com (7.221.188.92) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.17; Thu, 16 Feb 2023 11:15:49 +0800 Subject: Re: [PATCH net,v2,0/2] Fix a fib6 info notification bug From: "luwei (O)" To: , , , , , , References: <20230216042146.4069591-1-luwei32@huawei.com> Message-ID: Date: Thu, 16 Feb 2023 11:15:48 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20230216042146.4069591-1-luwei32@huawei.com> Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.178.171] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemi500015.china.huawei.com (7.221.188.92) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org sorry, please ignore this patch ?? 2023/2/16 12:21 PM, Lu Wei ะด??: > This patch set fixes a length calculation bug in fib6 info notification > and adds two testcases. > > The test reult is listed as follows: > > before the fix patch: > > Fib6 info length calculation in route notify test > TEST: ipv6 route add notify [FAIL] > > Fib4 info length calculation in route notify test > TEST: ipv4 route add notify [ OK ] > > after the fix patch: > > Fib6 info length calculation in route notify test > TEST: ipv6 route add notify [ OK ] > > Fib4 info length calculation in route notify test > TEST: ipv4 route add notify [ OK ] > > > Lu Wei (2): > ipv6: Add lwtunnel encap size of all siblings in nexthop calculation > selftests: fib_tests: Add test cases for IPv4/IPv6 in route notify > > net/ipv6/route.c | 11 +-- > tools/testing/selftests/net/fib_tests.sh | 92 +++++++++++++++++++++++- > 2 files changed, 97 insertions(+), 6 deletions(-) > -- Best Regards, Lu Wei