DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 00/15] mlx5 Tx DevX/Verbs separation
@ 2020-10-01 14:09 Michael Baum
  2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 01/15] net/mlx5: fix send queue doorbell typo Michael Baum
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Michael Baum @ 2020-10-01 14:09 UTC (permalink / raw)
  To: dev; +Cc: Matan Azrad, Raslan Darawsheh, Viacheslav Ovsiienko

The series is an arrangement to multi-OS support by net/mlx5 driver so it comes to ease the code management for OS which supports\doesn't support DevX\Verbs operations.

Michael Baum (15):
  net/mlx5: fix send queue doorbell typo
  net/mlx5: fix unused variable in Txq creation
  net/mlx5: mitigate Tx queue reference counters
  net/mlx5: reorder Tx queue DevX object creation
  net/mlx5: reorder Tx queue Verbs object creation
  net/mlx5: reposition the event queue number field
  net/mlx5: separate Tx queue object creations
  net/mlx5: share Tx control code
  net/mlx5: rearrange SQ and CQ creation in DevX module
  net/mlx5: rearrange QP creation in Verbs module
  net/mlx5: separate Tx queue object modification
  net/mlx5: share Tx queue object modification
  net/mlx5: remove Tx queue object type field
  net/mlx5: separate Rx queue state modification
  net/mlx5: remove Rx queue object type field

 drivers/net/mlx5/linux/mlx5_os.c    |  80 ++++
 drivers/net/mlx5/linux/mlx5_verbs.c | 296 ++++++++++++-
 drivers/net/mlx5/linux/mlx5_verbs.h |   3 +
 drivers/net/mlx5/mlx5.c             |  10 +
 drivers/net/mlx5/mlx5.h             |  61 ++-
 drivers/net/mlx5/mlx5_devx.c        | 593 +++++++++++++++++++++++--
 drivers/net/mlx5/mlx5_devx.h        |   3 +
 drivers/net/mlx5/mlx5_rxq.c         |   4 +-
 drivers/net/mlx5/mlx5_rxtx.c        | 105 +----
 drivers/net/mlx5/mlx5_rxtx.h        |  45 +-
 drivers/net/mlx5/mlx5_trigger.c     |  40 +-
 drivers/net/mlx5/mlx5_txpp.c        |  28 +-
 drivers/net/mlx5/mlx5_txq.c         | 850 ++----------------------------------
 drivers/net/mlx5/mlx5_vlan.c        |   5 +-
 14 files changed, 1087 insertions(+), 1036 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-10-06 15:25 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 14:09 [dpdk-dev] [PATCH v1 00/15] mlx5 Tx DevX/Verbs separation Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 01/15] net/mlx5: fix send queue doorbell typo Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 02/15] net/mlx5: fix unused variable in Txq creation Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 03/15] net/mlx5: mitigate Tx queue reference counters Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 04/15] net/mlx5: reorder Tx queue DevX object creation Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 05/15] net/mlx5: reorder Tx queue Verbs " Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 06/15] net/mlx5: reposition the event queue number field Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 07/15] net/mlx5: separate Tx queue object creations Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 08/15] net/mlx5: share Tx control code Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 09/15] net/mlx5: rearrange SQ and CQ creation in DevX module Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 10/15] net/mlx5: rearrange QP creation in Verbs module Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 11/15] net/mlx5: separate Tx queue object modification Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 12/15] net/mlx5: share " Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 13/15] net/mlx5: remove Tx queue object type field Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 14/15] net/mlx5: separate Rx queue state modification Michael Baum
2020-10-01 14:09 ` [dpdk-dev] [PATCH v1 15/15] net/mlx5: remove Rx queue object type field Michael Baum
2020-10-06 15:25 ` [dpdk-dev] [PATCH v1 00/15] mlx5 Tx DevX/Verbs separation 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).