From: Alexander Duyck Date: Wed, 23 May 2012 05:39:25 +0000 (+0000) Subject: ixgbe: Fix ordering of things so that PF correctly configures its VLANs X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~164^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b35d4d423c602c44d57c43347c0705a12eec6538;p=pandora-kernel.git ixgbe: Fix ordering of things so that PF correctly configures its VLANs The PF was not correctly registering any of its VLANs. As a result any VLAN tagged traffic from the VF would not be delivered to the PF because the VLAN was never assigned to the PF pool. In addition the VF was not allowed to receive traffic from VLAN 0 if it was allowed to receive untagged frames. This change corrects that so that it will correctly receive traffic from VLAN 0. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Tested-by: Sibai Li Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed