]> 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)
commit4eca14109a5bb8df5fd5668b413d6353e12d94a4
tree0ddecdb7e1fc4446153718c8eef7eb7a5497e4e7
parent6680a21fe771365f8896f5a14f9a1e975505f1f9
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