From: Alexander Duyck Date: Fri, 18 May 2012 06:33:31 +0000 (+0000) Subject: ixgbe: Populate the prio_tc_map in ixgbe_setup_tc X-Git-Tag: v3.6-rc1~125^2~153^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02debdc9b9adf88a4e2a42b96d1544e63b82e69a;p=pandora-kernel.git ixgbe: Populate the prio_tc_map in ixgbe_setup_tc There were cases where the prio_tc_map was not populated when we were calling open. This will result in us incorrectly configuring the traffic classes when DCB is enabled. In order to correct this I have updated the code so that we now populate the values prior to allocating the q_vectors and calling ixgbe_open. Cc: John Fastabend Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed