Re: [PATCH v5 net-next 06/14] net: core: dev: Add dev_fill_bridge_path()

From: Nikolay Aleksandrov
Date: Thu Feb 06 2025 - 09:25:42 EST


On 2/4/25 21:49, Eric Woudstra wrote:
> New function dev_fill_bridge_path(), similar to dev_fill_forward_path().
> It handles starting from a bridge port instead of the bridge master.
> The structures ctx and nft_forward_info need to be already filled in with
> the (vlan) encaps.
>
> Signed-off-by: Eric Woudstra <ericwouds@xxxxxxxxx>
> ---
> include/linux/netdevice.h | 2 ++
> net/core/dev.c | 66 +++++++++++++++++++++++++++++++--------
> 2 files changed, 55 insertions(+), 13 deletions(-)
>

Reviewed-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>