]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: remove error msg when vf with port vlan tries to remove vlan 0
authorAleksandr Loktionov <aleksandr.loktionov@intel.com>
Thu, 28 Feb 2019 17:52:49 +0000 (09:52 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 3 May 2019 21:31:21 +0000 (14:31 -0700)
commit11fb5289f153663753cdca254941885652a78db5
treeb2bc2af99bb7e7ccccfae620f7d1ff970e18d480
parent2b0aaee13a6e5eeb05ed4a9ecca313758a02e14c
i40e: remove error msg when vf with port vlan tries to remove vlan 0

VF's attempt to delete vlan 0 when a port vlan is configured is harmless
in this case pf driver just does nothing.  If vf will try to remove
other vlans when a port vlan is configured it will still produce error
as before.

Signed-off-by: Aleksandr Loktionov <aleksandr.loktionov@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_virtchnl_pf.c