DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] net/mlx5: enable/disable vPMD and some cleanups
@ 2017-08-01  8:05 Nelio Laranjeiro
  2017-08-01  8:05 ` [dpdk-dev] [PATCH 1/5] net/mlx5: warn which Tx/Rx burst function is selected Nelio Laranjeiro
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Nelio Laranjeiro @ 2017-08-01  8:05 UTC (permalink / raw)
  To: dev; +Cc: Yongseok Koh

This series add more information and flexibility to the user to use or not the
vPMD.  An information will be printed to inform the user which Tx/Rx function
have been automatically selected in addition, new device parameters are added
to disable Tx/Rx vector (see device documentation for more details).

Nelio Laranjeiro (5):
  net/mlx5: warn which Tx/Rx burst function is selected
  net/mlx5: add parameters to enable/disable vector code
  net/mlx5: avoid reusing old queue's mbuf on reconfigure
  net/mlx5: prepare vector Rx ring at setup time
  net/mlx5: cleanup Rx ring in free functions

 doc/guides/nics/mlx5.rst             |  14 ++++
 drivers/net/mlx5/mlx5.c              |  23 +++++++
 drivers/net/mlx5/mlx5.h              |   2 +
 drivers/net/mlx5/mlx5_ethdev.c       |  11 ++-
 drivers/net/mlx5/mlx5_rxq.c          | 129 +++++++++++++++--------------------
 drivers/net/mlx5/mlx5_rxtx.c         |   6 --
 drivers/net/mlx5/mlx5_rxtx.h         |   4 +-
 drivers/net/mlx5/mlx5_rxtx_vec_sse.c |  47 ++-----------
 8 files changed, 107 insertions(+), 129 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2017-08-03 21:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-01  8:05 [dpdk-dev] [PATCH 0/5] net/mlx5: enable/disable vPMD and some cleanups Nelio Laranjeiro
2017-08-01  8:05 ` [dpdk-dev] [PATCH 1/5] net/mlx5: warn which Tx/Rx burst function is selected Nelio Laranjeiro
2017-08-01  8:05 ` [dpdk-dev] [PATCH 2/5] net/mlx5: add parameters to enable/disable vector code Nelio Laranjeiro
2017-08-01  8:05 ` [dpdk-dev] [PATCH 3/5] net/mlx5: avoid reusing old queue's mbuf on reconfigure Nelio Laranjeiro
2017-08-01  8:05 ` [dpdk-dev] [PATCH 4/5] net/mlx5: prepare vector Rx ring at setup time Nelio Laranjeiro
2017-08-01  8:05 ` [dpdk-dev] [PATCH 5/5] net/mlx5: cleanup Rx ring in free functions Nelio Laranjeiro
2017-08-02 15:32 ` [dpdk-dev] [PATCH v2] net/mlx5: enable/disable vPMD and some cleanups Nelio Laranjeiro
2017-08-02 15:32 ` [dpdk-dev] [PATCH v2] net/mlx5: add parameters to enable/disable vector code Nelio Laranjeiro
2017-08-03 21:36   ` Thomas Monjalon

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).