[dpdk-dev] [PATCH V3 0/6] bugfix and cleanups for hns3
    Lijun Ou 
    oulijun at huawei.com
       
    Mon Nov  9 15:28:56 CET 2020
    
    
  
Here series include four coverity tool warnings fixes
and a bug fixes.
V2->V3:
1. fix some checkpatch warnings for patch[3]
2. split patch[3/6] into two independent patchse[3/6]
   and patch[6/6] according to Ferruh Yigit's advice
3. rewrite commit log for patch[5/5]
4. rewrite the patch title for patch[3]
V1->V2:
1. fix some warnings by checkpatch tool.
Chengchang Tang (1):
  net/hns3: fix queue enabling state 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 code style for initial struct
Lijun Ou (2):
  net/hns3: check PCI config space writes
  net/hns3: remove some unnecessary blank lines
 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_vf.c     |  31 +-
 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 |   8 +-
 drivers/net/hns3/hns3_stats.c         |  13 +-
 13 files changed, 705 insertions(+), 393 deletions(-)
-- 
2.7.4
    
    
More information about the dev
mailing list