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
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
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