This patch series includes three Tx checksum bugs and two static check warnings fixes. The remaining includes two features fixes.
Chengchang Tang (4): net/hns3: add limit promisc mode to VF net/hns3: fix Tx cksum outer header prepare net/hns3: fix Tx checksum with fix header length net/hns3: add VXLAN-GPE packets TSO and checksum support Hongbo Zheng (2): net/hns3: fix visit unsupported QL register error net/hns3: fix some static check errors by coverity Huisong Li (1): net/hns3: fix configurations of port-level scheduling rate Lijun Ou (1): net/hns3: adjust some header files location drivers/net/hns3/hns3_cmd.c | 15 -- drivers/net/hns3/hns3_cmd.h | 2 + drivers/net/hns3/hns3_dcb.c | 19 +- drivers/net/hns3/hns3_dcb.h | 5 + drivers/net/hns3/hns3_ethdev.c | 71 +++---- drivers/net/hns3/hns3_ethdev.h | 50 +++-- drivers/net/hns3/hns3_ethdev_vf.c | 51 ++--- drivers/net/hns3/hns3_fdir.c | 17 +- drivers/net/hns3/hns3_flow.c | 6 +- drivers/net/hns3/hns3_intr.c | 4 - drivers/net/hns3/hns3_intr.h | 4 + drivers/net/hns3/hns3_mbx.c | 30 +-- drivers/net/hns3/hns3_mp.c | 4 +- drivers/net/hns3/hns3_regs.c | 16 -- drivers/net/hns3/hns3_rss.c | 3 - drivers/net/hns3/hns3_rxtx.c | 386 ++++++++++++++++------------------ drivers/net/hns3/hns3_rxtx.h | 11 +- drivers/net/hns3/hns3_rxtx_vec_neon.h | 11 +- drivers/net/hns3/hns3_stats.c | 16 +- 19 files changed, 315 insertions(+), 406 deletions(-) -- 2.7.4