ixgbe/base: fix Tx hang in CEE mode
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Fri, 20 Nov 2015 07:17:53 +0000 (15:17 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 14 Jan 2016 08:43:20 +0000 (09:43 +0100)
commitb7fbe1a80112ad4ff916419d30f4a4c80aa86aa4
tree836d626d015a4331673fcb763fd904c5c0156601
parent8487a24edcf6e7673ffc9da5cc2b184d3ea90dcf
ixgbe/base: fix Tx hang in CEE mode

Currently credit_refill and credit_max could be zero for a TC and that
is causing Tx hang for CEE mode configuration, so to fix that have at
min credit assigned to a TC and that is as what IEEE mode already does.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/base/ixgbe_dcb.c