From: Anish Bhatt Date: Tue, 29 Jul 2014 03:57:07 +0000 (-0700) Subject: dcbnl : Fix misleading dcb_app->priority explanation X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16eecd9be4b05e3216b8b12707aa6f51fb197903;p=pandora-kernel.git dcbnl : Fix misleading dcb_app->priority explanation Current explanation of dcb_app->priority is wrong. It says priority is expected to be a 3-bit unsigned integer which is only true when working with DCBx-IEEE. Use of dcb_app->priority by DCBx-CEE expects it to be 802.1p user priority bitmap. Updated accordingly This affects the cxgb4 driver, but I will post those changes as part of a larger changeset shortly. Fixes: 3e29027af4372 ("dcbnl: add support for ieee8021Qaz attributes") Signed-off-by: Anish Bhatt Acked-by: John Fastabend Signed-off-by: David S. Miller --- Reading git-diff-tree failed