DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] net/mlx5: enhanced CQE compression layout
@ 2023-02-28 16:43 Alexander Kozyrev
  2023-02-28 16:43 ` [PATCH 1/5] common/mlx5: detect enhanced CQE compression capability Alexander Kozyrev
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Alexander Kozyrev @ 2023-02-28 16:43 UTC (permalink / raw)
  To: dev; +Cc: rasland, viacheslavo, matan

Support Enhanced CQE Compression Layout in mlx5 driver
for better latency and SW utilization.

Alexander Kozyrev (5):
  common/mlx5: detect enhanced CQE compression capability
  common/mlx5: add CQE validity iteration count
  net/mlx5: support enhanced CQE compression in Rx burst
  net/mlx5: support enhanced CQE zipping in vector Rx burst
  net/mlx5: enable enhanced CQE compression

 doc/guides/nics/mlx5.rst                 |  14 +-
 doc/guides/rel_notes/release_23_03.rst   |   1 +
 drivers/common/mlx5/mlx5_common.h        |  57 +++++++-
 drivers/common/mlx5/mlx5_common_devx.c   |   4 +-
 drivers/common/mlx5/mlx5_devx_cmds.c     |   3 +
 drivers/common/mlx5/mlx5_devx_cmds.h     |   2 +
 drivers/common/mlx5/mlx5_prm.h           |  42 ++++--
 drivers/net/mlx5/mlx5.c                  |  17 ++-
 drivers/net/mlx5/mlx5.h                  |   1 +
 drivers/net/mlx5/mlx5_devx.c             |   2 +
 drivers/net/mlx5/mlx5_rx.c               | 175 +++++++++++++++--------
 drivers/net/mlx5/mlx5_rx.h               |  13 +-
 drivers/net/mlx5/mlx5_rxq.c              |   5 +-
 drivers/net/mlx5/mlx5_rxtx_vec.c         |  24 +++-
 drivers/net/mlx5/mlx5_rxtx_vec_altivec.h | 108 ++++++++++----
 drivers/net/mlx5/mlx5_rxtx_vec_neon.h    |  91 ++++++++----
 drivers/net/mlx5/mlx5_rxtx_vec_sse.h     |  94 ++++++++----
 17 files changed, 475 insertions(+), 178 deletions(-)

-- 
2.18.2


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

end of thread, other threads:[~2023-03-07  9:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 16:43 [PATCH 0/5] net/mlx5: enhanced CQE compression layout Alexander Kozyrev
2023-02-28 16:43 ` [PATCH 1/5] common/mlx5: detect enhanced CQE compression capability Alexander Kozyrev
2023-03-06 12:33   ` Slava Ovsiienko
2023-02-28 16:43 ` [PATCH 2/5] common/mlx5: add CQE validity iteration count Alexander Kozyrev
2023-03-06 12:39   ` Slava Ovsiienko
2023-02-28 16:43 ` [PATCH 3/5] net/mlx5: support enhanced CQE compression in Rx burst Alexander Kozyrev
2023-03-06 13:01   ` Slava Ovsiienko
2023-02-28 16:43 ` [PATCH 4/5] net/mlx5: support enhanced CQE zipping in vector " Alexander Kozyrev
2023-03-06 13:13   ` Slava Ovsiienko
2023-02-28 16:43 ` [PATCH 5/5] net/mlx5: enable enhanced CQE compression Alexander Kozyrev
2023-03-06 13:14   ` Slava Ovsiienko
2023-03-07  9:03 ` [PATCH 0/5] net/mlx5: enhanced CQE compression layout 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).