]> git.karo-electronics.de Git - karo-tx-linux.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)
commitc44f5f516e0b830f560ade66847433f88a4bcc3a
tree0ddecdb7e1fc4446153718c8eef7eb7a5497e4e7
parent8f4fbb9bfc8f0eac8932d45f57e29507d5b631a3
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