[PATCH net-next 0/7] net: hns3: updates for -next

From: Guangbin Huang
Date: Wed Jun 16 2021 - 02:39:45 EST


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