mbox series

[V3,0/6] bugfix and cleanups for hns3

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

Message

Lijun Ou Nov. 9, 2020, 2:28 p.m. UTC
  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(-)
  

Comments

Ferruh Yigit Nov. 10, 2020, 10:17 a.m. UTC | #1
On 11/9/2020 2:28 PM, Lijun Ou wrote:
> 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
> 

Series applied to dpdk-next-net/main, thanks.