DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] net/mlx5: transmit datapath cumulative fix pack
@ 2019-07-29 12:41 Viacheslav Ovsiienko
  2019-07-29 12:41 ` [dpdk-dev] [PATCH 1/3] net/mlx5: fix Tx completion descriptors fetching loop Viacheslav Ovsiienko
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Viacheslav Ovsiienko @ 2019-07-29 12:41 UTC (permalink / raw)
  To: dev; +Cc: yskoh, shahafs

This series contains the pack of bug fixes and performance
improvements:

  - limit the amount of freed buffers per one tx_burst call
  - set the completion generating request in more uniform
    fashion
  - limit the number of packets in one descriptor to improve
    latency

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>

Viacheslav Ovsiienko (3):
  net/mlx5: fix Tx completion descriptors fetching loop
  net/mlx5: fix ConnectX-4LX minimal inline data limit
  net/mlx5: fix the Tx completion request generation

 drivers/net/mlx5/mlx5.c      |   7 +--
 drivers/net/mlx5/mlx5_defs.h |   9 +++-
 drivers/net/mlx5/mlx5_prm.h  |  17 ++++---
 drivers/net/mlx5/mlx5_rxtx.c | 110 +++++++++++++++++++++++++++++--------------
 4 files changed, 97 insertions(+), 46 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2019-08-01  7:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-29 12:41 [dpdk-dev] [PATCH 0/3] net/mlx5: transmit datapath cumulative fix pack Viacheslav Ovsiienko
2019-07-29 12:41 ` [dpdk-dev] [PATCH 1/3] net/mlx5: fix Tx completion descriptors fetching loop Viacheslav Ovsiienko
2019-07-29 12:41 ` [dpdk-dev] [PATCH 2/3] net/mlx5: fix ConnectX-4LX minimal inline data limit Viacheslav Ovsiienko
2019-08-01  7:43   ` [dpdk-dev] [PATCH] net/mlx5: fix default minimal data inline Viacheslav Ovsiienko
2019-07-29 12:41 ` [dpdk-dev] [PATCH 3/3] net/mlx5: fix the Tx completion request generation Viacheslav Ovsiienko
2019-07-29 15:13 ` [dpdk-dev] [PATCH 0/3] net/mlx5: transmit datapath cumulative fix pack Matan Azrad
2019-07-29 15:23 ` 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).