mbox series

[v2,0/5] bugfix and cleanups for hns3

Message ID 1604634716-43484-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers
Series bugfix and cleanups for hns3 |

Message

Lijun Ou Nov. 6, 2020, 3:51 a.m. UTC
  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(-)