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

From: Guangbin Huang
Date: Mon May 09 2022 - 04:26:44 EST


This series includes some updates for the HNS3 ethernet driver.

Change logs:
V1 -> V2:
- Fix some sparse warnings of patch 3# and 4#.
- Add patch #6 to fix sparse warnings of incorrect type of argument.


Guangbin Huang (2):
net: hns3: add query vf ring and vector map relation
net: hns3: fix incorrect type of argument in declaration of function
hclge_comm_get_rss_indir_tbl

Hao Chen (1):
net: hns3: fix access null pointer issue when set tx-buf-size as 0

Jie Wang (2):
net: hns3: add byte order conversion for PF to VF mailbox message
net: hns3: add byte order conversion for VF to PF mailbox message

Yufeng Mo (1):
net: hns3: remove the affinity settings of vector0

.../net/ethernet/hisilicon/hns3/hclge_mbx.h | 62 +++++-
.../hns3/hns3_common/hclge_comm_rss.h | 2 +-
.../ethernet/hisilicon/hns3/hns3_ethtool.c | 7 +-
.../hisilicon/hns3/hns3pf/hclge_main.c | 27 +--
.../hisilicon/hns3/hns3pf/hclge_main.h | 6 +-
.../hisilicon/hns3/hns3pf/hclge_mbx.c | 193 +++++++++++++-----
.../hisilicon/hns3/hns3pf/hclge_trace.h | 2 +-
.../hisilicon/hns3/hns3vf/hclgevf_main.c | 58 +++---
.../hisilicon/hns3/hns3vf/hclgevf_main.h | 2 +-
.../hisilicon/hns3/hns3vf/hclgevf_mbx.c | 80 +++++---
.../hisilicon/hns3/hns3vf/hclgevf_trace.h | 2 +-
11 files changed, 275 insertions(+), 166 deletions(-)

--
2.33.0