]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: priority tagging FCoE frames without FCoE offload
authorJohn Fastabend <john.r.fastabend@intel.com>
Mon, 26 Jul 2010 20:41:31 +0000 (20:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jul 2010 20:18:13 +0000 (13:18 -0700)
commit56075a98dfb887981ee0e4b6a768cd53f2514f4c
tree09bf8cfad0eba47672f42968a710e45c7c2254be
parentfeb8f47809fcc60250d28a6ddabc0ddbe9360d7c
ixgbe: priority tagging FCoE frames without FCoE offload

The DCB user priority for FCoE is available regardless of whether
FCoE offload is enabled (IXGBE_FLAG_FCOE_ENABLED bit is set).
This allows proper DCB user priority tagging for FCoE
traffic on both 82598 and 82599 devices.

Signed-off-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c