mbox series

[iwl-next,v2,0/2] ice: extend tc flower offload

Message ID 20240222123956.2393-1-michal.swiatkowski@linux.intel.com
Headers show
Series ice: extend tc flower offload | expand

Message

Michal Swiatkowski Feb. 22, 2024, 12:39 p.m. UTC
Extend hardware support for tc flower to match ip_proto field (patch 2)
and source VSI metadata when the packets are sent from VF (patch 1).

v1 --> v2: [1]
 * fix commit message, add more examples

 [1] https://lore.kernel.org/netdev/20240220105950.6814-1-michal.swiatkowski@linux.intel.com/

Michal Swiatkowski (2):
  ice: tc: check src_vsi in case of traffic from VF
  ice: tc: allow ip_proto matching

 drivers/net/ethernet/intel/ice/ice_tc_lib.c | 25 +++++++++++++++++++--
 drivers/net/ethernet/intel/ice/ice_tc_lib.h |  1 +
 2 files changed, 24 insertions(+), 2 deletions(-)