OSDN Git Service

i40e: Properly check allowed advertisement capabilities
authorJan Sokolowski <jan.sokolowski@intel.com>
Mon, 19 Mar 2018 16:28:03 +0000 (09:28 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 19 Mar 2018 16:42:20 +0000 (09:42 -0700)
commit32c23b47dbd9765c6ec2542400f41f0d47a7d2c1
tree642c78d1df74909886b5cbfb0e16e8eabc84b7f7
parent640a8af5841fd66a26e26f5b9fb5476a3755852a
i40e: Properly check allowed advertisement capabilities

The i40e_set_link_ksettings and i40e_get_link_ksettings use different
codepaths to check available and supported advertisement modes. This
creates scenarios where it's possible to set a mode that's not allowed,
resulting in a link down.

Fix setting advertisement in i40e_set_link_ksettings by calling
i40e_get_link_ksettings to check what modes are allowed.

Signed-off-by: Jan Sokolowski <jan.sokolowski@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_ethtool.c