[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241209055239.14578-1-kuniyu@amazon.com>
Date: Mon, 9 Dec 2024 14:52:39 +0900
From: Kuniyuki Iwashima <kuniyu@...zon.com>
To: <edumazet@...gle.com>
CC: <davem@...emloft.net>, <eric.dumazet@...il.com>, <horms@...nel.org>,
<kuba@...nel.org>, <kuniyu@...zon.com>, <netdev@...r.kernel.org>,
<pabeni@...hat.com>, <roopa@...dia.com>
Subject: Re: [PATCH net-next 2/3] rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump()
From: Eric Dumazet <edumazet@...gle.com>
Date: Sat, 7 Dec 2024 16:22:47 +0000
> This is the last netdev iterator still using net->dev_index_head[].
>
> Convert to modern for_each_netdev_dump() for better scalability,
> and use common patterns in our stack.
>
> Following patch in this series removes the pad field
> in struct ndo_fdb_dump_context.
>
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@...zon.com>
Powered by blists - more mailing lists