]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ionic: export features for vlans to use
authorShannon Nelson <snelson@pensando.io>
Tue, 16 Jun 2020 15:06:26 +0000 (08:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Jun 2020 22:11:29 +0000 (15:11 -0700)
Set up vlan_features for use by any vlans above us.

Fixes: beead698b173 ("ionic: Add the basic NDO callbacks for netdev support")
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Acked-by: Jonathan Toppins <jtoppins@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_lif.c

index bfadc493470218c50083b6a615aa17e33f51de2e..8f29ef133743bdaa8e1136979a29ccfa38d0bbcb 100644 (file)
@@ -1246,6 +1246,7 @@ static int ionic_init_nic_features(struct ionic_lif *lif)
 
        netdev->hw_features |= netdev->hw_enc_features;
        netdev->features |= netdev->hw_features;
+       netdev->vlan_features |= netdev->features & ~NETIF_F_VLAN_FEATURES;
 
        netdev->priv_flags |= IFF_UNICAST_FLT |
                              IFF_LIVE_ADDR_CHANGE;