commit | c44f5f516e0b830f560ade66847433f88a4bcc3a | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Oct 30 06:01:45 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Jan 19 04:06:14 2013 -0800 |
tree | 0ddecdb7e1fc4446153718c8eef7eb7a5497e4e7 | |
parent | 8f4fbb9bfc8f0eac8932d45f57e29507d5b631a3 [diff] |
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>