]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'flow_offload-hardware-priority-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 18 Aug 2019 21:13:23 +0000 (14:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Aug 2019 21:13:23 +0000 (14:13 -0700)
commit33dc259b44fad27dcfab9daafce8fe35ba229fa5
tree717dbcde06dcd1d5e1f672e3235a190037315c70
parentdd7e3251a9cbe19d01961d66db33b38e8aef6858
parent7a56bfb00093ffa434f0b802b418cf943d10b1af
Merge branch 'flow_offload-hardware-priority-fixes'

Pablo Neira Ayuso says:

====================
flow_offload hardware priority fixes

This patchset contains two updates for the flow_offload users:

1) Pass the major tc priority to drivers so they do not have to
   lshift it. This is a preparation patch for the fix coming in
   patch #2.

2) Set the hardware priority from the netfilter basechain priority,
   some drivers break when using the existing hardware priority
   number that is set to zero.

v5: fix patch 2/2 to address a clang warning and to simplify
    the priority mapping.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>