DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 00/18] mlx5 Rx DevX/Verbs separation
@ 2020-09-03 10:13 Michael Baum
  2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 01/18] net/mlx5: fix Rx hash queue creation error flow Michael Baum
                   ` (19 more replies)
  0 siblings, 20 replies; 28+ messages in thread
From: Michael Baum @ 2020-09-03 10:13 UTC (permalink / raw)
  To: dev; +Cc: Matan Azrad, Raslan Darawsheh, Viacheslav Ovsiienko

v1:
Initial version 

Michael Baum (18):
  net/mlx5: fix Rx hash queue creation error flow
  net/mlx5: fix Rx queue state update
  net/mlx5: fix types differentiation in Rxq create
  net/mlx5: mitigate Rx queue reference counters
  net/mlx5: separate Rx queue object creations
  net/mlx5: separate Rx interrupt handling
  net/mlx5: share Rx control code
  net/mlx5: rearrange the creation of RQ and CQ resources
  net/mlx5: rearrange the creation of WQ and CQ object
  net/mlx5: separate Rx queue object modification
  net/mlx5: share Rx queue object modification
  net/mlx5: separate Rx indirection table object creation
  net/mlx5: separate Rx hash queue creation
  net/mlx5: remove indirection table type field
  net/mlx5: share Rx queue indirection table code
  net/mlx5: share Rx hash queue code
  net/mlx5: separate Rx queue drop
  net/mlx5: share Rx queue drop action code

 drivers/net/mlx5/Makefile           |    1 +
 drivers/net/mlx5/linux/mlx5_os.c    |   10 +
 drivers/net/mlx5/linux/mlx5_verbs.c |  707 +++++++++++++
 drivers/net/mlx5/linux/mlx5_verbs.h |    4 +
 drivers/net/mlx5/meson.build        |    1 +
 drivers/net/mlx5/mlx5.h             |   73 +-
 drivers/net/mlx5/mlx5_devx.c        |  792 +++++++++++++-
 drivers/net/mlx5/mlx5_flow_dv.c     |   20 +-
 drivers/net/mlx5/mlx5_flow_verbs.c  |   35 +-
 drivers/net/mlx5/mlx5_rxq.c         | 1934 ++++++-----------------------------
 drivers/net/mlx5/mlx5_rxtx.h        |   84 +-
 drivers/net/mlx5/mlx5_trigger.c     |   67 +-
 drivers/net/mlx5/mlx5_vlan.c        |    2 +-
 13 files changed, 1954 insertions(+), 1776 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-09-09 16:28 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-03 10:13 [dpdk-dev] [PATCH v1 00/18] mlx5 Rx DevX/Verbs separation Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 01/18] net/mlx5: fix Rx hash queue creation error flow Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 02/18] net/mlx5: fix Rx queue state update Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 03/18] net/mlx5: fix types differentiation in Rxq create Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 04/18] net/mlx5: mitigate Rx queue reference counters Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 05/18] net/mlx5: separate Rx queue object creations Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 06/18] net/mlx5: separate Rx interrupt handling Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 07/18] net/mlx5: share Rx control code Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 08/18] net/mlx5: rearrange the creation of RQ and CQ resources Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 09/18] net/mlx5: rearrange the creation of WQ and CQ object Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 10/18] net/mlx5: separate Rx queue object modification Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 11/18] net/mlx5: share " Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 12/18] net/mlx5: separate Rx indirection table object creation Michael Baum
2020-09-09 11:29   ` Ferruh Yigit
2020-09-09 14:37     ` Matan Azrad
2020-09-09 16:28       ` Ferruh Yigit
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 13/18] net/mlx5: separate Rx hash queue creation Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 14/18] net/mlx5: remove indirection table type field Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 15/18] net/mlx5: share Rx queue indirection table code Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 16/18] net/mlx5: share Rx hash queue code Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 17/18] net/mlx5: separate Rx queue drop Michael Baum
2020-09-03 10:13 ` [dpdk-dev] [PATCH v1 18/18] net/mlx5: share Rx queue drop action code Michael Baum
2020-09-03 14:34 ` [dpdk-dev] [PATCH v1 00/18] mlx5 Rx DevX/Verbs separation Tom Barbette
2020-09-03 20:59   ` Michael Baum
2020-09-04  7:30     ` David Marchand
2020-09-04  7:47     ` Thomas Monjalon
2020-09-06  7:32       ` Michael Baum
2020-09-08 11:46 ` Raslan Darawsheh

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).