[dpdk-dev] [PATCH v2 0/5] bugfix and cleanups for hns3

Lijun Ou oulijun at huawei.com
Fri Nov 6 04:51:51 CET 2020


Here series include four coverity tool warnings fixes
and a bug fixes.

V1->V2:
1. fix some warnings by checkpatch tool.

Chengchang Tang (1):
  net/hns3: fix queue enabling status not store after FLR

Hongbo Zheng (3):
  net/hns3: use correct logging format symbol
  net/hns3: use unsigned types for bit operator
  net/hns3: adjust some code style

Lijun Ou (1):
  net/hns3: check PCI config space writes

 drivers/net/hns3/hns3_cmd.c           |   1 -
 drivers/net/hns3/hns3_dcb.c           |  10 +-
 drivers/net/hns3/hns3_ethdev.c        |  43 +-
 drivers/net/hns3/hns3_ethdev.h        |   1 -
 drivers/net/hns3/hns3_ethdev_vf.c     |  33 +-
 drivers/net/hns3/hns3_fdir.c          |  16 +-
 drivers/net/hns3/hns3_flow.c          |  41 +-
 drivers/net/hns3/hns3_intr.c          | 873 ++++++++++++++++++++++------------
 drivers/net/hns3/hns3_mbx.c           |  16 +-
 drivers/net/hns3/hns3_mp.c            |   2 +-
 drivers/net/hns3/hns3_rxtx.c          |  43 +-
 drivers/net/hns3/hns3_rxtx.h          |   1 +
 drivers/net/hns3/hns3_rxtx_vec_neon.h |  11 +-
 drivers/net/hns3/hns3_stats.c         |  13 +-
 14 files changed, 706 insertions(+), 398 deletions(-)

-- 
2.7.4



More information about the dev mailing list