[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220920131233.61a1b28c@kernel.org>
Date: Tue, 20 Sep 2022 13:12:33 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Jian Shen <shenjian15@...wei.com>
Cc: <davem@...emloft.net>, <ecree.xilinx@...il.com>, <andrew@...n.ch>,
<hkallweit1@...il.com>, <alexandr.lobakin@...el.com>,
<saeed@...nel.org>, <leon@...nel.org>, <netdev@...r.kernel.org>,
<linuxarm@...wei.com>
Subject: Re: [RFCv8 PATCH net-next 02/55] net: replace general features
macroes with global netdev_features variables
On Sun, 18 Sep 2022 09:42:43 +0000 Jian Shen wrote:
> -#define NETIF_F_NEVER_CHANGE (NETIF_F_VLAN_CHALLENGED | \
> - NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
> +#define NETIF_F_NEVER_CHANGE netdev_never_change_features
We shouldn't be changing all these defines here, because that breaks
the build AFAIU. Can we not use the lowercase names going forward?
Powered by blists - more mailing lists