Re: [PATCH net-next 3/3] net: flow_offload: add flow_block structure and use it

2019-07-11 Thread Jiri Pirko
Thu, Jul 11, 2019 at 03:13:00PM CEST, pa...@netfilter.org wrote: >On Thu, Jul 11, 2019 at 10:06:09AM +0200, Jiri Pirko wrote: >> Thu, Jul 11, 2019 at 02:12:35AM CEST, pa...@netfilter.org wrote: >> >This object stores the flow block callbacks that are attached to this >> >block. This patch restores

Re: [PATCH net-next 3/3] net: flow_offload: add flow_block structure and use it

2019-07-11 Thread Pablo Neira Ayuso
On Thu, Jul 11, 2019 at 10:06:09AM +0200, Jiri Pirko wrote: > Thu, Jul 11, 2019 at 02:12:35AM CEST, pa...@netfilter.org wrote: > >This object stores the flow block callbacks that are attached to this > >block. This patch restores block sharing. > > > >Fixes: da3eeb904ff4 ("net: flow_offload: add li

Re: [PATCH net-next 3/3] net: flow_offload: add flow_block structure and use it

2019-07-11 Thread Jiri Pirko
Thu, Jul 11, 2019 at 02:12:35AM CEST, pa...@netfilter.org wrote: >This object stores the flow block callbacks that are attached to this >block. This patch restores block sharing. > >Fixes: da3eeb904ff4 ("net: flow_offload: add list handling functions") >Signed-off-by: Pablo Neira Ayuso >--- > incl