Re: [PATCH net-next,v4 07/12] net: sched: use flow block API

2019-08-15 Thread Pablo Neira Ayuso
On Wed, Aug 14, 2019 at 05:32:34PM +0100, Edward Cree wrote: > On 09/07/2019 21:55, Pablo Neira Ayuso wrote: > > This patch adds tcf_block_setup() which uses the flow block API. > > > > This infrastructure takes the flow block callbacks coming from the > > driver and register/unregister to/from the

Re: [PATCH net-next,v4 07/12] net: sched: use flow block API

2019-08-14 Thread Edward Cree
On 09/07/2019 21:55, Pablo Neira Ayuso wrote: > This patch adds tcf_block_setup() which uses the flow block API. > > This infrastructure takes the flow block callbacks coming from the > driver and register/unregister to/from the cls_api core. > > Signed-off-by: Pablo Neira Ayuso > --- > > @@ -796

[PATCH net-next,v4 07/12] net: sched: use flow block API

2019-07-09 Thread Pablo Neira Ayuso
This patch adds tcf_block_setup() which uses the flow block API. This infrastructure takes the flow block callbacks coming from the driver and register/unregister to/from the cls_api core. Signed-off-by: Pablo Neira Ayuso --- v4: Remove driver_list handling from the core - Jiri Pirko. net/sche