summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_flex_type.h
diff options
context:
space:
mode:
authorMichal Swiatkowski <michal.swiatkowski@linux.intel.com>2024-03-15 12:08:20 +0100
committerTony Nguyen <anthony.l.nguyen@intel.com>2024-04-16 10:53:20 -0700
commit428051600cb4e5a61d81aba3f8009b6c4f5e7582 (patch)
tree2e3c422f30c8a8e2f6fcc6b621f257240da3c9dc /drivers/net/ethernet/intel/ice/ice_flex_type.h
parente226eade8f50cda14a353f13777709797c21abf8 (diff)
downloadlinux-stable-428051600cb4e5a61d81aba3f8009b6c4f5e7582.tar.gz
linux-stable-428051600cb4e5a61d81aba3f8009b6c4f5e7582.tar.bz2
linux-stable-428051600cb4e5a61d81aba3f8009b6c4f5e7582.zip
ice: tc: check src_vsi in case of traffic from VF
In case of traffic going from the VF (so ingress for port representor) source VSI should be consider during packet classification. It is needed for hardware to not match packets from different ports with filters added on other port. It is only for "from VF" traffic, because other traffic direction doesn't have source VSI. Set correct ::src_vsi in rule_info to pass it to the hardware filter. For example this rule should drop only ipv4 packets from eth10, not from the others VF PRs. It is needed to check source VSI in this case. $tc filter add dev eth10 ingress protocol ip flower skip_sw action drop Fixes: 0d08a441fb1a ("ice: ndo_setup_tc implementation for PF") Reviewed-by: Jedrzej Jagielski <jedrzej.jagielski@intel.com> Reviewed-by: Sridhar Samudrala <sridhar.samudrala@intel.com> Signed-off-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com> Reviewed-by: Simon Horman <horms@kernel.org> Tested-by: Sujai Buvaneswaran <sujai.buvaneswaran@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_flex_type.h')
0 files changed, 0 insertions, 0 deletions