Re: [PATCH net-next 02/12] net: sched: add tcf_block_cb_alloc()

2019-07-02 Thread Marcelo Ricardo Leitner
On Thu, Jun 20, 2019 at 09:49:07PM +0200, Pablo Neira Ayuso wrote: > Add a new helper function to allocate tcf_block_cb objects. > > Signed-off-by: Pablo Neira Ayuso > --- > include/net/pkt_cls.h | 8 > net/sched/cls_api.c | 23 +++ > 2 files changed, 27 insertion

[PATCH net-next 02/12] net: sched: add tcf_block_cb_alloc()

2019-06-20 Thread Pablo Neira Ayuso
Add a new helper function to allocate tcf_block_cb objects. Signed-off-by: Pablo Neira Ayuso --- include/net/pkt_cls.h | 8 net/sched/cls_api.c | 23 +++ 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h