[net,v4,0/2] Fix a fib6 info notification bug

Message ID 20230222083629.335683-1-luwei32@huawei.com
Headers
Series Fix a fib6 info notification bug |

Message

Lu Wei Feb. 22, 2023, 8:36 a.m. UTC
  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 | 96 +++++++++++++++++++++++-
 2 files changed, 101 insertions(+), 6 deletions(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 23, 2023, 10:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 22 Feb 2023 16:36:27 +0800 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [net,v4,1/2] ipv6: Add lwtunnel encap size of all siblings in nexthop calculation
    https://git.kernel.org/netdev/net/c/4cc59f386991
  - [net,v4,2/2] selftests: fib_tests: Add test cases for IPv4/IPv6 in route notify
    https://git.kernel.org/netdev/net/c/44bd0394fe10

You are awesome, thank you!