From: Neerav Parikh Date: Thu, 22 May 2014 06:31:51 +0000 (+0000) Subject: i40e: Separate out DCB capability and enabled flags X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~34^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d9b604353e65824e49a01ecf2b3f3bf329e6048;p=pandora-kernel.git i40e: Separate out DCB capability and enabled flags Currently if the firmware reports DCB capability the driver enables I40E_FLAG_DCB_ENABLED flag. When this flag is enabled the driver inserts a tag when transmitting a packet from the port even if there are no DCB traffic classes configured at the port. This patch adds a new flag I40E_FLAG_DCB_CAPABLE that will be set when the DCB capability is present and the existing flag I40E_FLAG_DCB_ENABLED will be set only if there are more than one traffic classes configured at the port. Change-ID: I24ccbf53ef293db2eba80c8a9772acf729795bd5 Signed-off-by: Neerav Parikh Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed