All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/7] some bugfixes for hns3
@ 2020-12-13  8:02 Lijun Ou
  2020-12-13  8:02 ` [dpdk-dev] [PATCH 1/7] net/hns3: fix incorrect interception with filter director Lijun Ou
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Lijun Ou @ 2020-12-13  8:02 UTC (permalink / raw)
  To: ferruh.yigit; +Cc: dev, linuxarm

Here series fix some hns3 PMD bugs.

Huisong Li (3):
  net/hns3: fix xstats statistics with id
  net/hns3: fix abnormal return value in xstats
  net/hns3: fix Rx/Tx abnormal errors stats

Lijun Ou (2):
  net/hns3: fix incorrect interception with filter director
  net/hns3: remove unnecessary memset

Min Hu (Connor) (2):
  net/hns3: fix location of saving ethdev
  net/hns3: fix directly access with rte device

 drivers/net/hns3/hns3_ethdev.c       | 14 ++++----
 drivers/net/hns3/hns3_ethdev.h       |  6 ++++
 drivers/net/hns3/hns3_ethdev_vf.c    | 14 ++++----
 drivers/net/hns3/hns3_flow.c         |  5 ---
 drivers/net/hns3/hns3_rss.c          |  5 ---
 drivers/net/hns3/hns3_rxtx.c         | 13 ++++---
 drivers/net/hns3/hns3_rxtx_vec.c     |  4 ++-
 drivers/net/hns3/hns3_rxtx_vec_sve.c |  4 ++-
 drivers/net/hns3/hns3_stats.c        | 66 ++++++++++++++++++++++--------------
 9 files changed, 72 insertions(+), 59 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-01-19 21:30 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-13  8:02 [dpdk-dev] [PATCH 0/7] some bugfixes for hns3 Lijun Ou
2020-12-13  8:02 ` [dpdk-dev] [PATCH 1/7] net/hns3: fix incorrect interception with filter director Lijun Ou
2020-12-13  8:03 ` [dpdk-dev] [PATCH 2/7] net/hns3: fix xstats statistics with id Lijun Ou
2020-12-17 15:20   ` Ferruh Yigit
2020-12-18  7:06     ` oulijun
2020-12-18 13:34       ` Ferruh Yigit
2020-12-13  8:03 ` [dpdk-dev] [PATCH 3/7] net/hns3: fix abnormal return value in xstats Lijun Ou
2020-12-13  8:03 ` [dpdk-dev] [PATCH 4/7] net/hns3: fix Rx/Tx abnormal errors stats Lijun Ou
2020-12-13  8:03 ` [dpdk-dev] [PATCH 5/7] net/hns3: fix location of saving ethdev Lijun Ou
2020-12-18 14:11   ` Ferruh Yigit
2020-12-13  8:03 ` [dpdk-dev] [PATCH 6/7] net/hns3: fix directly access with rte device Lijun Ou
2020-12-13  8:03 ` [dpdk-dev] [PATCH 7/7] net/hns3: remove unnecessary memset Lijun Ou
2021-01-06  3:46 ` [dpdk-dev] [PATCH v2 0/6] some bugfixes for hns3 Lijun Ou
2021-01-06  3:46   ` [dpdk-dev] [PATCH v2 1/6] net/hns3: fix incorrect interception with filter director Lijun Ou
2021-01-19 21:27     ` Thomas Monjalon
2021-01-06  3:46   ` [dpdk-dev] [PATCH v2 2/6] net/hns3: fix xstats statistics with id and names Lijun Ou
2021-01-06  3:46   ` [dpdk-dev] [PATCH v2 3/6] net/hns3: fix abnormal return value in xstats Lijun Ou
2021-01-06  3:46   ` [dpdk-dev] [PATCH v2 4/6] net/hns3: fix Rx/Tx abnormal errors stats Lijun Ou
2021-01-06  3:46   ` [dpdk-dev] [PATCH v2 5/6] net/hns3: fix crash with multi-process Lijun Ou
2021-01-06  3:46   ` [dpdk-dev] [PATCH v2 6/6] net/hns3: remove unnecessary memset Lijun Ou
2021-01-14 23:34   ` [dpdk-dev] [PATCH v2 0/6] some bugfixes for hns3 Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.