Re: [PATCH RFC net-next 7/7] netdev_features: convert NETIF_F_FCOE_MTU to IFF_FCOE_MTU

From: Andrew Lunn
Date: Thu Apr 11 2024 - 10:21:17 EST


> >> @@ -47,7 +47,6 @@ const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = {
> >>
> >> [NETIF_F_FCOE_CRC_BIT] = "tx-checksum-fcoe-crc",
> >> [NETIF_F_SCTP_CRC_BIT] = "tx-checksum-sctp",
> >> - [NETIF_F_FCOE_MTU_BIT] = "fcoe-mtu",
> >
> >
> > But this definitely _is_ a uAPI change, right?
>
> Why?

That it is not obvious why this is not a uAPI change makes it clear
this needs explaining in the commit message.

Andrew