[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211223123013.29367-1-huangguangbin2@huawei.com>
Date: Thu, 23 Dec 2021 20:30:11 +0800
From: Guangbin Huang <huangguangbin2@...wei.com>
To: <davem@...emloft.net>, <kuba@...nel.org>, <wangjie125@...wei.com>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<lipeng321@...wei.com>, <huangguangbin2@...wei.com>,
<chenhao288@...ilicon.com>
Subject: [PATCH net-next 0/2] net: hns3: add support for TX push
From: Yufeng Mo <moyufeng@...wei.com>
This series adds TX push support for the HNS3 ethernet driver.
And it relies on "asm-generic: introduce io_stop_wc() and add
implementation for ARM64"[1], which has not been merged into
the net-next branch yet.
[1]https://git.kernel.org/arm64/c/d5624bb29f49
Yufeng Mo (2):
net: hns3: add support for TX push mode
net: hns3: add ethtool priv-flag for TX push
drivers/net/ethernet/hisilicon/hns3/hnae3.h | 2 +
.../net/ethernet/hisilicon/hns3/hns3_enet.c | 82 ++++++++++++++++++-
.../net/ethernet/hisilicon/hns3/hns3_enet.h | 6 ++
.../ethernet/hisilicon/hns3/hns3_ethtool.c | 21 ++++-
.../hisilicon/hns3/hns3pf/hclge_cmd.c | 1 +
.../hisilicon/hns3/hns3pf/hclge_main.c | 11 ++-
.../hisilicon/hns3/hns3pf/hclge_main.h | 8 ++
.../hisilicon/hns3/hns3vf/hclgevf_cmd.c | 1 +
.../hisilicon/hns3/hns3vf/hclgevf_main.c | 11 ++-
.../hisilicon/hns3/hns3vf/hclgevf_main.h | 8 ++
10 files changed, 142 insertions(+), 9 deletions(-)
--
2.33.0
Powered by blists - more mailing lists