Re: [PATCH net-next 13/14] nexthop: Notify userspace about bucket migrations

2021-03-11 Thread David Ahern
On 3/10/21 8:03 AM, Petr Machata wrote: > Nexthop replacements et.al. are notified through netlink, but if a delayed > work migrates buckets on the background, userspace will stay oblivious. > Notify these as RTM_NEWNEXTHOPBUCKET events. > > Signed-off-by: Petr Machata > Reviewed-by: Ido Schimmel

[PATCH net-next 13/14] nexthop: Notify userspace about bucket migrations

2021-03-10 Thread Petr Machata
Nexthop replacements et.al. are notified through netlink, but if a delayed work migrates buckets on the background, userspace will stay oblivious. Notify these as RTM_NEWNEXTHOPBUCKET events. Signed-off-by: Petr Machata Reviewed-by: Ido Schimmel --- Notes: v1 (changes since RFC): - u32