From: Alexander Duyck Date: Tue, 30 Oct 2012 06:01:45 +0000 (+0000) Subject: ixgbe: Always use context 0, even for FCoE and TSO X-Git-Tag: v3.9-rc1~139^2~320^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c44f5f516e0b830f560ade66847433f88a4bcc3a;p=pandora-kernel.git 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 Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed