DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 00/14] Misc updates for hns3
@ 2021-01-22 10:18 Lijun Ou
  2021-01-22 10:18 ` [dpdk-dev] [PATCH 01/14] net/hns3: encapsulate dfx stats in Rx/Tx datapatch Lijun Ou
                   ` (14 more replies)
  0 siblings, 15 replies; 20+ messages in thread
From: Lijun Ou @ 2021-01-22 10:18 UTC (permalink / raw)
  To: thomas, ferruh.yigit; +Cc: dev, linuxarm

This series add a new feature LSC event report and
two bugfixes as well as some cleanup patches.

Chengchang Tang (2):
  net/hns3: reconstruct the Rx interrupt map
  net/hns3: fix interrupt resources in Rx interrupt mode

Chengwen Feng (1):
  net/hns3: support LSC event report

Huisong Li (2):
  net/hns3: encapsulate dfx stats in Rx/Tx datapatch
  net/hns3: move queue stats to xstats

Lijun Ou (9):
  net/hns3: use array instead of switch-case
  net/hns3: move judgment conditions to separated functions
  net/hns3: extract common judgments for all FDIR type
  net/hns3: refactor reset event report function
  net/hns3: fix memory leak with secondary process exit
  net/hns3: rename RSS functions
  net/hns3: adjust some comments
  net/hns3: remove unnecessary parentheses
  net/hns3: use %d instead of %u for enum variable

 drivers/net/hns3/hns3_cmd.c           |  54 ++--
 drivers/net/hns3/hns3_cmd.h           |   9 +-
 drivers/net/hns3/hns3_ethdev.c        | 208 ++++++++++------
 drivers/net/hns3/hns3_ethdev.h        |   4 +-
 drivers/net/hns3/hns3_ethdev_vf.c     | 111 ++++++---
 drivers/net/hns3/hns3_flow.c          | 180 ++++++--------
 drivers/net/hns3/hns3_mbx.c           |  14 +-
 drivers/net/hns3/hns3_regs.c          |   2 +-
 drivers/net/hns3/hns3_regs.h          |  24 +-
 drivers/net/hns3/hns3_rss.c           |  12 +-
 drivers/net/hns3/hns3_rss.h           |   4 +-
 drivers/net/hns3/hns3_rxtx.c          |  60 +++--
 drivers/net/hns3/hns3_rxtx.h          | 148 ++++++-----
 drivers/net/hns3/hns3_rxtx_vec_neon.h |   2 +-
 drivers/net/hns3/hns3_stats.c         | 450 ++++++++++++++++++++++++++--------
 drivers/net/hns3/hns3_stats.h         |  15 +-
 16 files changed, 840 insertions(+), 457 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-02-02 12:13 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 10:18 [dpdk-dev] [PATCH 00/14] Misc updates for hns3 Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 01/14] net/hns3: encapsulate dfx stats in Rx/Tx datapatch Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 02/14] net/hns3: move queue stats to xstats Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 03/14] net/hns3: use array instead of switch-case Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 04/14] net/hns3: move judgment conditions to separated functions Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 05/14] net/hns3: reconstruct the Rx interrupt map Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 06/14] net/hns3: extract common judgments for all FDIR type Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 07/14] net/hns3: refactor reset event report function Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 08/14] net/hns3: fix memory leak with secondary process exit Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 09/14] net/hns3: fix interrupt resources in Rx interrupt mode Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 10/14] net/hns3: rename RSS functions Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 11/14] net/hns3: adjust some comments Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 12/14] net/hns3: remove unnecessary parentheses Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 13/14] net/hns3: use %d instead of %u for enum variable Lijun Ou
2021-01-22 10:18 ` [dpdk-dev] [PATCH 14/14] net/hns3: support LSC event report Lijun Ou
2021-01-28 23:41   ` Ferruh Yigit
2021-01-29  1:49     ` oulijun
2021-02-02 12:06       ` Ferruh Yigit
2021-02-02 12:12   ` Ferruh Yigit
2021-01-28 23:58 ` [dpdk-dev] [PATCH 00/14] Misc updates 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).