]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: Removal of code which relies on BASE VEB SEID
authorKiran Patil <kiran.patil@intel.com>
Fri, 15 Jan 2016 22:33:14 +0000 (14:33 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 18 Feb 2016 07:03:19 +0000 (23:03 -0800)
commit56a843af38ed841993b675c0e1f2ecd31097819e
treecfbe2323076c15816904dc8765ac99bc17a59694
parentc594aec7947db0eeb3fd03c1134d341cc3d54444
i40e: Removal of code which relies on BASE VEB SEID

Fixed mapping of SEID is removed from specification. Hence
this patch removes code which was using hard coded base VEB SEID.

Changed FCoE code to use "hw->pf_id" to obtain correct "idx"
and verified.

Removed defines for BASE VSI/VEB SEID and BASE_PF_SEID since it
is not used anymore.

Change-ID: Id507cf4b1fae1c0145e3f08ae9ea5846ea5840de
Signed-off-by: Kiran Patil <kiran.patil@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.h
drivers/net/ethernet/intel/i40e/i40e_debugfs.c
drivers/net/ethernet/intel/i40e/i40e_main.c