All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
To: dev@dpdk.org
Cc: Yongseok Koh <yskoh@mellanox.com>
Subject: [PATCH 0/5] net/mlx5: enable/disable vPMD and some cleanups
Date: Tue,  1 Aug 2017 10:05:30 +0200	[thread overview]
Message-ID: <cover.1501574380.git.nelio.laranjeiro@6wind.com> (raw)

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

             reply	other threads:[~2017-08-01  8:05 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1501574380.git.nelio.laranjeiro@6wind.com \
    --to=nelio.laranjeiro@6wind.com \
    --cc=dev@dpdk.org \
    --cc=yskoh@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.