Re: [PATCH net-next] net/sched: remove block pointer from common offload structure

2019-05-07 Thread David Miller
From: Jakub Kicinski Date: Mon, 6 May 2019 17:24:21 -0700 > From: Pieter Jansen van Vuuren > > Based on feedback from Jiri avoid carrying a pointer to the tcf_block > structure in the tc_cls_common_offload structure. Instead store > a flag in driver private data which indicates if offloads app

Re: [PATCH net-next] net/sched: remove block pointer from common offload structure

2019-05-07 Thread Jiri Pirko
Tue, May 07, 2019 at 02:24:21AM CEST, jakub.kicin...@netronome.com wrote: >From: Pieter Jansen van Vuuren > >Based on feedback from Jiri avoid carrying a pointer to the tcf_block >structure in the tc_cls_common_offload structure. Instead store >a flag in driver private data which indicates if offl

[PATCH net-next] net/sched: remove block pointer from common offload structure

2019-05-06 Thread Jakub Kicinski
From: Pieter Jansen van Vuuren Based on feedback from Jiri avoid carrying a pointer to the tcf_block structure in the tc_cls_common_offload structure. Instead store a flag in driver private data which indicates if offloads apply to a shared block at block binding time. Suggested-by: Jiri Pirko