Message ID | 20241209100747.2269613-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | net: prepare for removal of net->dev_index_head | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 9 Dec 2024 10:07:44 +0000 you wrote: > This series changes rtnl_fdb_dump, last iterator using net->dev_index_head[] > > First patch creates ndo_fdb_dump_context structure, to no longer > assume specific layout for the arguments. > > Second patch adopts for_each_netdev_dump() in rtnl_fdb_dump(), > while changing two first fields of ndo_fdb_dump_context. > > [...] Here is the summary with links: - [v2,net-next,1/3] rtnetlink: add ndo_fdb_dump_context https://git.kernel.org/netdev/net-next/c/be325f08c432 - [v2,net-next,2/3] rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump() https://git.kernel.org/netdev/net-next/c/53970a05f799 - [v2,net-next,3/3] rtnetlink: remove pad field in ndo_fdb_dump_context https://git.kernel.org/netdev/net-next/c/53a6d8912372 You are awesome, thank you!