mbox series

[iwl-net,v1,0/2] ice: two fixes for tc code

Message ID 20240315110821.511321-1-michal.swiatkowski@linux.intel.com
Headers show
Series ice: two fixes for tc code | expand

Message

Michal Swiatkowski March 15, 2024, 11:08 a.m. UTC
Hi,

Fix how ice driver is parsing tc filter. First is a fix to always add
match for src_vsi in case filter is added on VF. Second is removing the
flag check as it isn't needed and in some case can lead to a problem.

Michal Swiatkowski (2):
  ice: tc: check src_vsi in case of traffic from VF
  ice: tc: allow zero flags in parsing tc flower

 drivers/net/ethernet/intel/ice/ice_tc_lib.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)