Merge branch 'extend-action-skbedit-to-rx-queue-mapping'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 25 Oct 2022 08:32:42 +0000 (10:32 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 25 Oct 2022 08:32:43 +0000 (10:32 +0200)
commit34802d0662d1dc28e5086657f88490a183b009e7
tree17770603add2bcfe695075d97f786f9eed75796e
parent6143eca3578f486e4d58fe6fb5e96a5699c86fbc
parentd5ae8ecf38322f2072bbd46ffd0d0adf309c11f2
Merge branch 'extend-action-skbedit-to-rx-queue-mapping'

Amritha Nambiar says:

====================
Extend action skbedit to RX queue mapping

Based on the discussion on
https://lore.kernel.org/netdev/166260012413.81018.8010396115034847972.stgit@anambiarhost.jf.intel.com/ ,
the following series extends skbedit tc action to RX queue mapping.
Currently, skbedit action in tc allows overriding of transmit queue.
Extending this ability of skedit action supports the selection of
receive queue for incoming packets. On the receive side, this action
is supported only in hardware, so the skip_sw flag is enforced.

Enabled ice driver to offload this type of filter into the hardware
for accepting packets to the device's receive queue.
====================

Link: https://lore.kernel.org/r/166633888716.52141.3425659377117969638.stgit@anambiarhost.jf.intel.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>