Re: [PATCH net-next 0/5] mlxsw: Update adjacency index more efficiently

2020-11-27 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 25 Nov 2020 21:35:00 +0200 you wrote: > From: Ido Schimmel > > The device supports an operation that allows the driver to issue one > request to update the adjacency index for all the routes in a given > virtual

Re: [PATCH net-next 0/5] mlxsw: Update adjacency index more efficiently

2020-11-25 Thread David Ahern
On 11/25/20 12:35 PM, Ido Schimmel wrote: > Example: > > 8k IPv6 routes were added in an alternating manner to two VRFs. All the > routes are using the same nexthop object ('nhid 1'). > > Before: > > # perf stat -e devlink:devlink_hwmsg --filter='incoming==0' -- ip nexthop > replace id 1 via 20

[PATCH net-next 0/5] mlxsw: Update adjacency index more efficiently

2020-11-25 Thread Ido Schimmel
From: Ido Schimmel The device supports an operation that allows the driver to issue one request to update the adjacency index for all the routes in a given virtual router (VR) from old index and size to new ones. This is useful in case the configuration of a certain nexthop group is updated and i