]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Always use context 0, even for FCoE and TSO
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 30 Oct 2012 06:01:45 +0000 (06:01 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 19 Jan 2013 12:06:14 +0000 (04:06 -0800)
commit059aa4013d1cb462dfb26fc8c3533c6384dceefc
tree0ddecdb7e1fc4446153718c8eef7eb7a5497e4e7
parentba71d1ad3ef5a713976f0db51e5a82f6b9d074e3
ixgbe: Always use context 0, even for FCoE and TSO

We were spending cycles separating the FCoE and TSO contexts even though we
always overwriting the context anyway.  Instead of doing that we can just
use context 0 for all descriptors.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c