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

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

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

 doc/guides/nics/mlx5.rst       |  32 +++-
 drivers/net/mlx5/mlx5.c        |  34 +++-
 drivers/net/mlx5/mlx5.h        |   4 +-
 drivers/net/mlx5/mlx5_ethdev.c |   6 +-
 drivers/net/mlx5/mlx5_prm.h    |  23 +++
 drivers/net/mlx5/mlx5_rxtx.c   | 405 +++++++++++++++++++++++++++++++++++++++++
 drivers/net/mlx5/mlx5_rxtx.h   |   5 +
 drivers/net/mlx5/mlx5_txq.c    |  18 +-
 8 files changed, 514 insertions(+), 13 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-03-15 10:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-01  5:02 [PATCH 0/2] net/mlx5: add enhanced multi-packet send for ConnectX-5 Yongseok Koh
2017-03-01  5:02 ` [PATCH 1/2] " Yongseok Koh
2017-03-15 10:09   ` Nélio Laranjeiro
2017-03-01  5:02 ` [PATCH 2/2] doc: update PMD options for mlx5 Yongseok Koh

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.