DPDK patches and discussions
 help / color / mirror / Atom feed
From: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
To: Adrien Mazarguil <adrien.mazarguil@6wind.com>, dev@dpdk.org
Cc: Shahaf Shuler <shahafs@mellanox.com>
Subject: [dpdk-dev] [PATCH 0/5] net/mlx5: cleanups
Date: Tue,  1 Aug 2017 14:09:26 +0200	[thread overview]
Message-ID: <cover.1501588970.git.nelio.laranjeiro@6wind.com> (raw)

This Series make some cleanup in mlx5 PMD by removing useless code or non
working code.

This series apply on top of:
 [PATCH 0/5] net/mlx5: enable/disable vPMD and some cleanups
Specifically on patch: net/mlx5: cleanup Rx ring in free functions

http://dpdk.org/dev/patchwork/patch/27303/

Nelio Laranjeiro (5):
  net/mlx5: remove flow drop useless if branches
  net/mlx5: remove pdentic pragma
  net/mlx5: fix non working secondary process by removing it
  net/mlx5: remove multiple drop RSS queues
  net/mlx5: remove old MLNX_OFED 3.3 verification

 drivers/net/mlx5/Makefile            |   5 -
 drivers/net/mlx5/mlx5.c              |  40 +-------
 drivers/net/mlx5/mlx5.h              |  21 -----
 drivers/net/mlx5/mlx5_ethdev.c       | 173 +----------------------------------
 drivers/net/mlx5/mlx5_fdir.c         |   7 --
 drivers/net/mlx5/mlx5_flow.c         |  59 ++++--------
 drivers/net/mlx5/mlx5_mac.c          |   7 --
 drivers/net/mlx5/mlx5_mr.c           |   7 --
 drivers/net/mlx5/mlx5_rss.c          |   7 --
 drivers/net/mlx5/mlx5_rxmode.c       |   7 --
 drivers/net/mlx5/mlx5_rxq.c          |  48 ----------
 drivers/net/mlx5/mlx5_rxtx.c         |   7 --
 drivers/net/mlx5/mlx5_rxtx.h         |   9 --
 drivers/net/mlx5/mlx5_rxtx_vec_sse.c |   7 --
 drivers/net/mlx5/mlx5_stats.c        |   7 --
 drivers/net/mlx5/mlx5_trigger.c      |   7 --
 drivers/net/mlx5/mlx5_txq.c          |  48 ----------
 drivers/net/mlx5/mlx5_vlan.c         |   7 --
 18 files changed, 21 insertions(+), 452 deletions(-)

-- 
2.1.4

             reply	other threads:[~2017-08-01 12:09 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-01 12:09 Nelio Laranjeiro [this message]
2017-08-01 12:09 ` [dpdk-dev] [PATCH 1/5] net/mlx5: remove flow drop useless if branches Nelio Laranjeiro
2017-08-01 12:09 ` [dpdk-dev] [PATCH 2/5] net/mlx5: remove pdentic pragma Nelio Laranjeiro
2017-08-17 14:38   ` Ferruh Yigit
2017-08-22  9:10     ` Nélio Laranjeiro
2017-08-01 12:09 ` [dpdk-dev] [PATCH 3/5] net/mlx5: fix non working secondary process by removing it Nelio Laranjeiro
2017-08-17 14:38   ` Ferruh Yigit
2017-08-22  9:08     ` Nélio Laranjeiro
2017-08-01 12:09 ` [dpdk-dev] [PATCH 4/5] net/mlx5: remove multiple drop RSS queues Nelio Laranjeiro
2017-08-17 14:38   ` Ferruh Yigit
2017-08-22  8:59     ` Nélio Laranjeiro
2017-08-01 12:09 ` [dpdk-dev] [PATCH 5/5] net/mlx5: remove old MLNX_OFED 3.3 verification Nelio Laranjeiro
2017-08-17 14:38   ` Ferruh Yigit
2017-08-22  8:25     ` Nélio Laranjeiro
2017-08-02 15:36 ` [dpdk-dev] [PATCH 0/5] net/mlx5: cleanups Nélio Laranjeiro
2017-08-23  8:15 ` [dpdk-dev] [PATCH v2 0/8] " Nelio Laranjeiro
2017-08-23 10:07   ` Ferruh Yigit
2017-08-23  8:15 ` [dpdk-dev] [PATCH v2 1/8] net/mlx5: avoid reusing old queue's mbuf on reconfigure Nelio Laranjeiro
2017-08-23  8:15 ` [dpdk-dev] [PATCH v2 2/8] net/mlx5: prepare vector Rx ring at setup time Nelio Laranjeiro
2017-08-23  8:15 ` [dpdk-dev] [PATCH v2 3/8] net/mlx5: cleanup Rx ring in free functions Nelio Laranjeiro
2017-08-23  8:15 ` [dpdk-dev] [PATCH v2 4/8] net/mlx5: remove flow drop useless if branches Nelio Laranjeiro
2017-08-23  8:15 ` [dpdk-dev] [PATCH v2 5/8] net/mlx5: remove pdentic pragma Nelio Laranjeiro
2017-08-23  8:15 ` [dpdk-dev] [PATCH v2 6/8] net/mlx5: fix non working secondary process by removing it Nelio Laranjeiro
2017-08-23  8:15 ` [dpdk-dev] [PATCH v2 7/8] net/mlx5: remove multiple drop RSS queues Nelio Laranjeiro
2017-08-23  8:15 ` [dpdk-dev] [PATCH v2 8/8] net/mlx5: remove old MLNX_OFED 3.3 verification Nelio Laranjeiro
2017-11-23  9:22 [dpdk-dev] [PATCH 0/5] net/mlx5: cleanups Nelio Laranjeiro

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.1501588970.git.nelio.laranjeiro@6wind.com \
    --to=nelio.laranjeiro@6wind.com \
    --cc=adrien.mazarguil@6wind.com \
    --cc=dev@dpdk.org \
    --cc=shahafs@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 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).