All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] net/mlx5: add enhanced multi-packet send for ConnectX-5
@ 2017-03-10 23:13 Yongseok Koh
  2017-03-10 23:13 ` [PATCH v2 1/2] " Yongseok Koh
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Yongseok Koh @ 2017-03-10 23:13 UTC (permalink / raw)
  To: ferruh.yigit; +Cc: dev, adrien.mazarguil, nelio.laranjeiro, Yongseok Koh

This patchset is to add the Enhanced Multi-Packet Send feature which is
newly introduced for ConnectX-5 families of adaptors.

v2:
* Resolves conflicts with other patches in review.
* Improved performance by relocating code segment.
* Changes default values of PMD options.
* Fixed comments in the code.

Yongseok Koh (2):
  net/mlx5: add enhanced multi-packet send for ConnectX-5
  doc: update PMD options for mlx5

 doc/guides/nics/mlx5.rst       |  31 +++-
 drivers/net/mlx5/mlx5.c        |  37 +++-
 drivers/net/mlx5/mlx5.h        |   4 +-
 drivers/net/mlx5/mlx5_defs.h   |   7 +
 drivers/net/mlx5/mlx5_ethdev.c |   6 +-
 drivers/net/mlx5/mlx5_prm.h    |  20 ++
 drivers/net/mlx5/mlx5_rxtx.c   | 410 +++++++++++++++++++++++++++++++++++++++++
 drivers/net/mlx5/mlx5_rxtx.h   |   7 +-
 drivers/net/mlx5/mlx5_txq.c    |  28 ++-
 9 files changed, 533 insertions(+), 17 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-03-16 13:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-10 23:13 [PATCH v2 0/2] net/mlx5: add enhanced multi-packet send for ConnectX-5 Yongseok Koh
2017-03-10 23:13 ` [PATCH v2 1/2] " Yongseok Koh
2017-03-15  7:28   ` Shahaf Shuler
2017-03-15 10:39   ` Nélio Laranjeiro
2017-03-15 10:44     ` Nélio Laranjeiro
2017-03-15 14:28   ` Ferruh Yigit
2017-03-10 23:13 ` [PATCH v2 2/2] doc: update PMD options for mlx5 Yongseok Koh
2017-03-15  7:30   ` Shahaf Shuler
2017-03-15 23:55 ` [PATCH v3 0/2] net/mlx5: add enhanced multi-packet send for ConnectX-5 Yongseok Koh
2017-03-15 23:55   ` [PATCH v3 1/2] " Yongseok Koh
2017-03-15 23:55   ` [PATCH v3 2/2] doc: update PMD options for mlx5 Yongseok Koh
2017-03-16  0:01   ` [PATCH v3 0/2] net/mlx5: add enhanced multi-packet send for ConnectX-5 Yongseok Koh
2017-03-16 13:47   ` Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.