]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: DCB, do not call set_state() from IEEE mode
authorJohn Fastabend <john.r.fastabend@intel.com>
Thu, 4 Aug 2011 05:47:07 +0000 (05:47 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 23 Sep 2011 16:05:49 +0000 (09:05 -0700)
commit5017557754a8bb6d2d5d09e3b1ebdb0393bd6860
tree645b923b51696deee6066f5a7690b35700729f02
parentd24313aaa13e99c32f5bdcf1a8077c1f39b670e9
ixgbe: DCB, do not call set_state() from IEEE mode

The DCB CEE command set_state() will complete successfully
but is misleading because it enables IEEE mode. After
this patch the command is failed.

And IEEE PFC/ETS is managed from ieee paths now instead
of using CEE primitives.

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>
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.h
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c