[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210817063903.6b62801c@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Tue, 17 Aug 2021 06:39:03 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Yufeng Mo <moyufeng@...wei.com>
Cc: <davem@...emloft.net>, <netdev@...r.kernel.org>,
<shenjian15@...wei.com>, <lipeng321@...wei.com>,
<yisen.zhuang@...wei.com>, <linyunsheng@...wei.com>,
<huangguangbin2@...wei.com>, <chenhao288@...ilicon.com>,
<salil.mehta@...wei.com>, <linuxarm@...wei.com>,
<linuxarm@...neuler.org>, <dledford@...hat.com>, <jgg@...pe.ca>,
<netanel@...zon.com>, <akiyano@...zon.com>,
<thomas.lendacky@....com>, <irusskikh@...vell.com>,
<michael.chan@...adcom.com>, <edwin.peer@...adcom.com>,
<rohitm@...lsio.com>, <jacob.e.keller@...el.com>,
<ioana.ciornei@....com>, <vladimir.oltean@....com>,
<sgoutham@...vell.com>, <sbhatta@...vell.com>, <saeedm@...dia.com>,
<ecree.xilinx@...il.com>, <grygorii.strashko@...com>,
<merez@...eaurora.org>, <kvalo@...eaurora.org>,
<linux-wireless@...r.kernel.org>
Subject: Re: [PATCH net-next 2/4] ethtool: extend coalesce setting uAPI with
CQE mode
On Tue, 17 Aug 2021 10:36:05 +0800 Yufeng Mo wrote:
> In order to support more coalesce parameters through netlink,
> add an new structure kernel_ethtool_coalesce, and keep
> struct ethtool_coalesce as the base(legacy) part, then the
> new parameter can be added into struct kernel_ethtool_coalesce.
>
> Also add new extack parameter for .set_coalesce and .get_coalesce
> then some extra info can return to user with the netlink API.
>
> Signed-off-by: Yufeng Mo <moyufeng@...wei.com>
> Signed-off-by: Huazhong Tan <tanhuazhong@...wei.com>
This and the following patches don't build, please make sure
allmodconfig builds correctly. Here's an example failure, but
IDK if there isn't more:
drivers/net/ethernet/ti/davinci_emac.c: In function ‘emac_dev_open’:
drivers/net/ethernet/ti/davinci_emac.c:1469:3: error: too few arguments to function ‘emac_set_coalesce’
1469 | emac_set_coalesce(ndev, &coal);
| ^~~~~~~~~~~~~~~~~
Powered by blists - more mailing lists