[Intel-wired-lan] [next PATCH] ixgbe: Fix VLAN features error

Bowers, AndrewX andrewx.bowers at intel.com
Wed May 11 23:04:54 UTC 2016


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Alexander Duyck
> Sent: Wednesday, May 11, 2016 1:24 PM
> To: Schmitt, Phillip J <phillip.j.schmitt at intel.com>; intel-wired-
> lan at lists.osuosl.org; alexander.duyck at gmail.com
> Subject: [Intel-wired-lan] [next PATCH] ixgbe: Fix VLAN features error
> 
> It looks like at some point I somehow transposed the location of setting the
> VLAN features in netdev->features and the configuration of the
> vlan_features.  As a result the driver is now generating a warning about
> vlan_features being setup incorrectly.
> 
> This patch corrects that by placing the update of netdev->features to include
> the VLAN features so that it is after the point where we write
> netdev->features into netdev->vlan_features.
> 
> Fixes: b83e30104bd9 ("ixgbe/ixgbevf: Add support for GSO partial")
> Signed-off-by: Alexander Duyck <aduyck at mirantis.com>
> ---
>  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
An error is no longer received when creating VLAN interfaces on ixgbe devices


More information about the Intel-wired-lan mailing list