Message ID | cover.1731589511.git.petrm@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | net: ndo_fdb_add/del: Have drivers report whether they notified | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 14 Nov 2024 15:09:52 +0100 you wrote: > Currently when FDB entries are added to or deleted from a VXLAN netdevice, > the VXLAN driver emits one notification, including the VXLAN-specific > attributes. The core however always sends a notification as well, a generic > one. Thus two notifications are unnecessarily sent for these operations. A > similar situation comes up with bridge driver, which also emits > notifications on its own. > > [...] Here is the summary with links: - [net-next,v4,1/7] ndo_fdb_add: Add a parameter to report whether notification was sent https://git.kernel.org/netdev/net-next/c/4b42fbc6bd8f - [net-next,v4,2/7] ndo_fdb_del: Add a parameter to report whether notification was sent https://git.kernel.org/netdev/net-next/c/42575ad5aab9 - [net-next,v4,3/7] selftests: net: lib: Move logging from forwarding/lib.sh here https://git.kernel.org/netdev/net-next/c/b219bcfcc92e - [net-next,v4,4/7] selftests: net: lib: Move tests_run from forwarding/lib.sh here https://git.kernel.org/netdev/net-next/c/601d9d70a40a - [net-next,v4,5/7] selftests: net: lib: Move checks from forwarding/lib.sh here https://git.kernel.org/netdev/net-next/c/af76b4431818 - [net-next,v4,6/7] selftests: net: lib: Add kill_process https://git.kernel.org/netdev/net-next/c/46f6569cf075 - [net-next,v4,7/7] selftests: net: fdb_notify: Add a test for FDB notifications https://git.kernel.org/netdev/net-next/c/15880bec9bc3 You are awesome, thank you!