On Thu, Mar 26, 2020 at 08:04:09PM -0700, David Miller wrote: > From: wenxu@xxxxxxxxx > Date: Tue, 24 Mar 2020 07:34:25 +0800 > > > From: wenxu <wenxu@xxxxxxxxx> > > > > Flowtable offload setup flow_offlod_block in TC_SETP_FT. The indr block > > offload of flowtable also should setup in TC_SETUP_FT. > > But flow_indr_block_call always sets the tc_set_up_type as TC_SETUP_BLOCK. > > So function flow_indr_block_call should expose a parameters to set > > the tc_setup_type for each offload subsystem. > > > > Fixes: b5140a36da78 ("netfilter: flowtable: add indr block setup support") > > Signed-off-by: wenxu <wenxu@xxxxxxxxx> > > --- > > v2: modify the comments > > Do the netfilter folks want to take this or should I apply it directly? We'll take care of this patch, thank you.