[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1623825377-41948-1-git-send-email-huangguangbin2@huawei.com>
Date: Wed, 16 Jun 2021 14:36:10 +0800
From: Guangbin Huang <huangguangbin2@...wei.com>
To: <davem@...emloft.net>, <kuba@...nel.org>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<salil.mehta@...wei.com>, <lipeng321@...wei.com>,
<huangguangbin2@...wei.com>
Subject: [PATCH net-next 0/7] net: hns3: updates for -next
This series includes some optimization in IO path for the HNS3 ethernet
driver.
Huazhong Tan (1):
net: hns3: add support to query tx spare buffer size for pf
Yunsheng Lin (6):
net: hns3: minor refactor related to desc_cb handling
net: hns3: refactor for hns3_fill_desc() function
net: hns3: use tx bounce buffer for small packets
net: hns3: support dma_map_sg() for multi frags skb
net: hns3: optimize the rx page reuse handling process
net: hns3: use bounce buffer when rx page can not be reused
drivers/net/ethernet/hisilicon/hns3/hnae3.h | 8 +-
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 54 ++
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 575 ++++++++++++++++++---
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 58 ++-
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 66 +++
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 2 +
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 14 +
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 2 +
8 files changed, 680 insertions(+), 99 deletions(-)
--
2.8.1
Powered by blists - more mailing lists