Re: [PATCH net-next v2 5/5] netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu

From: Jakub Kicinski
Date: Thu Jul 04 2024 - 22:18:04 EST


On Wed, 3 Jul 2024 17:03:42 +0200 Alexander Lobakin wrote:
> --- a/net/8021q/vlan_dev.c
> +++ b/net/8021q/vlan_dev.c
> @@ -571,6 +571,7 @@ static int vlan_dev_init(struct net_device *dev)
>
> dev->features |= dev->hw_features;
> dev->lltx = true;
> + dev->fcoe_mtu = true;

why?