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

Trivial merge