diff options
author | 2024-08-29 14:33:39 +0200 | |
---|---|---|
committer | 2024-09-03 11:36:43 +0200 | |
commit | 782dbbf589cd9082effaec522e3f1b4ce1594803 (patch) | |
tree | ffe4bb3bbb4e5df64c4648ae194060eb6838455a /drivers/net/netkit.c | |
parent | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local (diff) | |
download | wireguard-linux-782dbbf589cd9082effaec522e3f1b4ce1594803.tar.xz wireguard-linux-782dbbf589cd9082effaec522e3f1b4ce1594803.zip |
netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
Ability to handle maximum FCoE frames of 2158 bytes can never be changed
and thus more of an attribute, not a toggleable feature.
Move it from netdev_features_t to "cold" priv flags (bitfield bool) and
free yet another feature bit.
Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/netkit.c')
0 files changed, 0 insertions, 0 deletions