From: PJ Waskiewicz Date: Thu, 16 Apr 2009 15:00:20 +0000 (+0000) Subject: ixgbe: Fix DCB traffic class mapping for 82599 X-Git-Tag: v2.6.30-rc4~68^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f92ef202988ffb07bb86cf94d0b09f2a61192da7;p=pandora-kernel.git ixgbe: Fix DCB traffic class mapping for 82599 The traffic classes in hardware are not symmetrical for Rx and Tx. Rx is every 16 descriptor queues, Tx is not. It runs 32-32-16-16-8-8-8 when running with 8 traffic classes, and runs 64-32-16 when running with 4 traffic classes. This patch fixes the mapping. Signed-off-by: Peter P Waskiewicz Jr Cc: stable@kernel.org Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed