[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220920131352.7e9666db@kernel.org>
Date: Tue, 20 Sep 2022 13:13:52 -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 03/55] treewide: replace multiple feature
bits with DECLARE_NETDEV_FEATURE_SET
On Sun, 18 Sep 2022 09:42:44 +0000 Jian Shen wrote:
> + netdev_active_features_zero(netdev);
> + netdev_active_features_set_set(netdev, NETIF_F_HIGHDMA_BIT,
There's a ton of those zero() + set_set(), can we combine the two into
a single init() helper?
Powered by blists - more mailing lists