mbox series

[net-next,0/2] nexthop: Various cleanups

Message ID 20230813164856.2379822-1-idosch@nvidia.com (mailing list archive)
Headers show
Series nexthop: Various cleanups | expand

Message

Ido Schimmel Aug. 13, 2023, 4:48 p.m. UTC
Benefit from recent bug fixes and simplify the nexthop dump code.

No regressions in existing tests:

 # ./fib_nexthops.sh
 [...]
 Tests passed: 234
 Tests failed:   0

Ido Schimmel (2):
  nexthop: Simplify nexthop bucket dump
  nexthop: Do not increment dump sentinel at the end of the dump

 net/ipv4/nexthop.c | 6 ------
 1 file changed, 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 16, 2023, 2 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sun, 13 Aug 2023 19:48:54 +0300 you wrote:
> Benefit from recent bug fixes and simplify the nexthop dump code.
> 
> No regressions in existing tests:
> 
>  # ./fib_nexthops.sh
>  [...]
>  Tests passed: 234
>  Tests failed:   0
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] nexthop: Simplify nexthop bucket dump
    https://git.kernel.org/netdev/net-next/c/23ab9324fd26
  - [net-next,2/2] nexthop: Do not increment dump sentinel at the end of the dump
    https://git.kernel.org/netdev/net-next/c/db1428f66a8c

You are awesome, thank you!