]> 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)
commit938b2e0d4620a2c015e2aab29445573fdeaea094
tree717dbcde06dcd1d5e1f672e3235a190037315c70
parent65e78ced6feab1eb7d447b83acb5c67a09186fb1
parent6f74a5f76af20b2ef7ad9f5bd5bd985bf29d4e8c
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>