iavf: Fix ping is lost after untrusted VF had tried to change MAC
authorSylwester Dziedziuch <sylwesterx.dziedziuch@intel.com>
Wed, 18 Aug 2021 17:42:17 +0000 (10:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Aug 2021 16:56:15 +0000 (09:56 -0700)
commit8da80c9d50220a8e4190a4eaa0dd6aeefcbbb5bf
tree5b80f1111c6b3273d0d0c07478abcbf381b8576d
parenta222be597e316389f9f8c26033352c124ce93056
iavf: Fix ping is lost after untrusted VF had tried to change MAC

Make changes to MAC address dependent on the response of PF.
Disallow changes to HW MAC address and MAC filter from untrusted
VF, thanks to that ping is not lost if VF tries to change MAC.
Add a new field in iavf_mac_filter, to indicate whether there
was response from PF for given filter. Based on this field pass
or discard the filter.
If untrusted VF tried to change it's address, it's not changed.
Still filter was changed, because of that ping couldn't go through.

Fixes: c5c922b3e09b ("iavf: fix MAC address setting for VFs when filter is rejected")
Signed-off-by: Przemyslaw Patynowski <przemyslawx.patynowski@intel.com>
Signed-off-by: Sylwester Dziedziuch <sylwesterx.dziedziuch@intel.com>
Signed-off-by: Mateusz Palczewski <mateusz.palczewski@intel.com>
Tested-by: Gurucharan G <Gurucharanx.g@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/iavf/iavf.h
drivers/net/ethernet/intel/iavf/iavf_main.c
drivers/net/ethernet/intel/iavf/iavf_virtchnl.c