Re: [PATCH net-next,v4 05/12] net: flow_offload: add list handling functions

2019-07-10 Thread Jiri Pirko
Wed, Jul 10, 2019 at 09:36:52AM CEST, j...@resnulli.us wrote: >Tue, Jul 09, 2019 at 10:55:43PM CEST, pa...@netfilter.org wrote: > >[...] > > >>@@ -176,6 +176,7 @@ struct flow_block_cb *flow_block_cb_alloc(struct net >>*net, tc_setup_cb_t *cb, >> if (!block_cb) >> return ERR_PTR(-

Re: [PATCH net-next,v4 05/12] net: flow_offload: add list handling functions

2019-07-10 Thread Jiri Pirko
Tue, Jul 09, 2019 at 10:55:43PM CEST, pa...@netfilter.org wrote: [...] >@@ -176,6 +176,7 @@ struct flow_block_cb *flow_block_cb_alloc(struct net *net, >tc_setup_cb_t *cb, > if (!block_cb) > return ERR_PTR(-ENOMEM); > >+ block_cb->net = net; > block_cb->cb = cb; >