Re: [PATCH v5 net-next 02/14] netfilter: flow: remove hw_outdev, out.hw_ifindex and out.hw_ifidx
From: Nikolay Aleksandrov
Date: Thu Feb 06 2025 - 09:39:28 EST
On 2/4/25 21:49, Eric Woudstra wrote:
> Now always info->outdev == info->hw_outdev, so the netfilter code can be
> further cleaned up by removing:
> * hw_outdev from struct nft_forward_info
> * out.hw_ifindex from struct nf_flow_route
> * out.hw_ifidx from struct flow_offload_tuple
>
> Signed-off-by: Eric Woudstra <ericwouds@xxxxxxxxx>
> ---
> include/net/netfilter/nf_flow_table.h | 2 --
> net/netfilter/nf_flow_table_core.c | 1 -
> net/netfilter/nf_flow_table_offload.c | 2 +-
> net/netfilter/nft_flow_offload.c | 4 ----
> 4 files changed, 1 insertion(+), 8 deletions(-)
>
Reviewed-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>