]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: DCB: remove DCB check config
authorJohn Fastabend <john.r.fastabend@intel.com>
Fri, 15 Oct 2010 16:27:38 +0000 (09:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Oct 2010 16:27:38 +0000 (09:27 -0700)
commit225959c0d43cebeb705fdef07a9f348989009206
tree3e9ca08f77966969a07a69c86cf2573a4d44289f
parent33ae598db491f223106a67cdfb99bab392c55327
ixgbe: DCB: remove DCB check config

Remove a DCB check config from DCB configuration we
continue to configure DCB even if it fails so don't
even bother to check.  Plus user space (lldpad) checks
this before programming the hw anyways.

Worse case is we program some values into the hw that
don't make total sense resulting in incorrect bandwidth
allocation.

Signed-off-by: John Fastabend <john.r.fastabend@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