From: Alexander Duyck Date: Wed, 20 Jul 2011 00:09:10 +0000 (+0000) Subject: ixgbe: Always tag VLAN tagged packets X-Git-Tag: v3.2-rc1~129^2~363 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09dca476e3201baac2dcbddc857b83aa25cbdf2e;p=pandora-kernel.git ixgbe: Always tag VLAN tagged packets This change is meant to fix the patch: ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ring And can be rolled into it if needed. What this fixes is that VLAN tagged packets were not being tagged if they were prio 7 which matches up with TC_PRIO_CONTROL. In order to fix it I am just setting things up so that we always tag VLAN tagged packets. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Tested-by: Phil Schmitt --- Reading git-diff-tree failed