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

2019-07-08 Thread Jiri Pirko
Mon, Jul 08, 2019 at 06:06:07PM CEST, pa...@netfilter.org wrote: >This patch adds the list handling functions for the flow block API: > >* flow_block_cb_lookup() allows drivers to look up for existing flow blocks. >* flow_block_cb_add() adds a flow block to the list to be registered by the > core.

[PATCH net-next,v3 05/11] net: flow_offload: add list handling functions

2019-07-08 Thread Pablo Neira Ayuso
This patch adds the list handling functions for the flow block API: * flow_block_cb_lookup() allows drivers to look up for existing flow blocks. * flow_block_cb_add() adds a flow block to the list to be registered by the core. * flow_block_cb_remove() to remove a flow block from the list of exis