Re: [PATCH net-next 0/3,v2] flow_offload hardware priority fixes
On Fri, 2 Aug 2019 15:28:43 +0200, Pablo Neira Ayuso wrote: > v2: address Jakub comments to not use the netfilter basechain > priority for this mapping. Hardly.
[PATCH net-next 0/3,v2] flow_offload hardware priority fixes
Hi, This patchset contains three updates for the flow_offload users: 1) Pass major tc priority to drivers so they do not have to lshift it. This is a preparation patch for the fix coming in patch 3/3. 2) Add a new structure to basechain objects to wrap the offload data. This is another