mbox series

[net-next,0/3] neighbour: convert neigh_dump_info() to RCU

Message ID 20240418095106.3680616-1-edumazet@google.com (mailing list archive)
Headers show
Series neighbour: convert neigh_dump_info() to RCU | expand

Message

Eric Dumazet April 18, 2024, 9:51 a.m. UTC
Remove RTNL requirement for "ip neighbour show" command.

Eric Dumazet (3):
  neighbour: add RCU protection to neigh_tables[]
  neighbour: fix neigh_dump_info() return value
  neighbour: no longer hold RTNL in neigh_dump_info()

 net/core/neighbour.c | 68 +++++++++++++++++++++++---------------------
 1 file changed, 36 insertions(+), 32 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 19, 2024, 11:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 18 Apr 2024 09:51:03 +0000 you wrote:
> Remove RTNL requirement for "ip neighbour show" command.
> 
> Eric Dumazet (3):
>   neighbour: add RCU protection to neigh_tables[]
>   neighbour: fix neigh_dump_info() return value
>   neighbour: no longer hold RTNL in neigh_dump_info()
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] neighbour: add RCU protection to neigh_tables[]
    https://git.kernel.org/netdev/net-next/c/f8f2eb9de69a
  - [net-next,2/3] neighbour: fix neigh_dump_info() return value
    https://git.kernel.org/netdev/net-next/c/7e4975f7e7fb
  - [net-next,3/3] neighbour: no longer hold RTNL in neigh_dump_info()
    https://git.kernel.org/netdev/net-next/c/ba0f78069423

You are awesome, thank you!