DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] bugfix and cleanups for hns3
@ 2020-11-05 14:23 Lijun Ou
  2020-11-05 14:23 ` [dpdk-dev] [PATCH 1/5] net/hns3: use correct logging format symbol Lijun Ou
                   ` (5 more replies)
  0 siblings, 6 replies; 30+ messages in thread
From: Lijun Ou @ 2020-11-05 14:23 UTC (permalink / raw)
  To: ferruh.yigit; +Cc: dev, linuxarm

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

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        |  39 +-
 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, 705 insertions(+), 395 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2020-11-10 10:17 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05 14:23 [dpdk-dev] [PATCH 0/5] bugfix and cleanups for hns3 Lijun Ou
2020-11-05 14:23 ` [dpdk-dev] [PATCH 1/5] net/hns3: use correct logging format symbol Lijun Ou
2020-11-05 14:23 ` [dpdk-dev] [PATCH 2/5] net/hns3: use unsigned types for bit operator Lijun Ou
2020-11-05 14:23 ` [dpdk-dev] [PATCH 3/5] net/hns3: adjust some code style Lijun Ou
2020-11-05 14:23 ` [dpdk-dev] [PATCH 4/5] net/hns3: check PCI config space writes Lijun Ou
2020-11-05 14:23 ` [dpdk-dev] [PATCH 5/5] net/hns3: fix queue enabling status not store after FLR Lijun Ou
2020-11-06  3:51 ` [dpdk-dev] [PATCH v2 0/5] bugfix and cleanups for hns3 Lijun Ou
2020-11-06  3:51   ` [dpdk-dev] [PATCH v2 1/5] net/hns3: use correct logging format symbol Lijun Ou
2020-11-06  3:51   ` [dpdk-dev] [PATCH v2 2/5] net/hns3: use unsigned types for bit operator Lijun Ou
2020-11-06 16:38     ` Ferruh Yigit
2020-11-09  9:21       ` oulijun
2020-11-09  9:28       ` oulijun
2020-11-06  3:51   ` [dpdk-dev] [PATCH v2 3/5] net/hns3: adjust some code style Lijun Ou
2020-11-06 16:44     ` Ferruh Yigit
2020-11-09  9:32       ` oulijun
2020-11-09 10:51         ` Ferruh Yigit
2020-11-06  3:51   ` [dpdk-dev] [PATCH v2 4/5] net/hns3: check PCI config space writes Lijun Ou
2020-11-06 16:45     ` Ferruh Yigit
2020-11-09 13:44       ` oulijun
2020-11-06  3:51   ` [dpdk-dev] [PATCH v2 5/5] net/hns3: fix queue enabling status not store after FLR Lijun Ou
2020-11-06 16:57     ` Ferruh Yigit
2020-11-09 14:27       ` oulijun
2020-11-09 14:28   ` [dpdk-dev] [PATCH V3 0/6] bugfix and cleanups for hns3 Lijun Ou
2020-11-09 14:28     ` [dpdk-dev] [PATCH V3 1/6] net/hns3: use correct logging format symbol Lijun Ou
2020-11-09 14:28     ` [dpdk-dev] [PATCH V3 2/6] net/hns3: use unsigned types for bit operator Lijun Ou
2020-11-09 14:28     ` [dpdk-dev] [PATCH V3 3/6] net/hns3: adjust code style for initial struct Lijun Ou
2020-11-09 14:29     ` [dpdk-dev] [PATCH V3 4/6] net/hns3: check PCI config space writes Lijun Ou
2020-11-09 14:29     ` [dpdk-dev] [PATCH V3 5/6] net/hns3: fix queue enabling state not store after FLR Lijun Ou
2020-11-09 14:29     ` [dpdk-dev] [PATCH V3 6/6] net/hns3: remove some unnecessary blank lines Lijun Ou
2020-11-10 10:17     ` [dpdk-dev] [PATCH V3 0/6] bugfix and cleanups for hns3 Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).