DPDK patches and discussions
 help / color / mirror / Atom feed
From: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
To: dev@dpdk.org
Cc: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Subject: [dpdk-dev] [PATCH v2 0/9] net/mlx5: enhance flow API
Date: Wed,  1 Mar 2017 13:49:39 +0100	[thread overview]
Message-ID: <cover.1488372438.git.nelio.laranjeiro@6wind.com> (raw)
In-Reply-To: <cover.1488364873.git.nelio.laranjeiro@6wind.com>

Changes in v2:

 - Send series to dev@dpdk.org

This series brings:

 - fixes:
   - handle error on Queue Pair creation.
   - Move a free to the right function.
   - Uses a single RSS drop queue for dropping flows.
 - Enhance IPv6 filtering by adding extra fields.
 - support rss hash result in combination of mark id.
 - support flag action.
 - support RSS action.


Nelio Laranjeiro (9):
  net/mlx5: fix drop queue creation error
  net/mlx5: fix resources free in the right function
  net/mlx5: support ether type support in flow item
  net/mlx5: add RSS hash result with mark id
  net/mlx5: extend IPv6 flow item
  net/mlx5: support flag flow action
  net/mlx5: prepare support for RSS action rule
  net/mlx5: support RSS action flow rule
  net/mlx5: use an RSS drop queue

 drivers/net/mlx5/mlx5.h      |   1 +
 drivers/net/mlx5/mlx5_flow.c | 439 ++++++++++++++++++++++++++++++++++++-------
 drivers/net/mlx5/mlx5_prm.h  |   7 +-
 drivers/net/mlx5/mlx5_rxtx.c |  20 +-
 4 files changed, 386 insertions(+), 81 deletions(-)

-- 
2.1.4

       reply	other threads:[~2017-03-01 12:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1488364873.git.nelio.laranjeiro@6wind.com>
2017-03-01 12:49 ` Nelio Laranjeiro [this message]
2017-03-03 23:36   ` Ferruh Yigit
2017-03-04 12:42   ` Ferruh Yigit
2017-03-01 12:49 ` [dpdk-dev] [PATCH v2 1/9] net/mlx5: fix drop queue creation error Nelio Laranjeiro
2017-03-01 12:49 ` [dpdk-dev] [PATCH v2 2/9] net/mlx5: fix resources free in the right function Nelio Laranjeiro
2017-03-01 12:49 ` [dpdk-dev] [PATCH v2 3/9] net/mlx5: support ether type support in flow item Nelio Laranjeiro
2017-03-01 12:49 ` [dpdk-dev] [PATCH v2 4/9] net/mlx5: add RSS hash result with mark id Nelio Laranjeiro
2017-03-01 12:49 ` [dpdk-dev] [PATCH v2 5/9] net/mlx5: extend IPv6 flow item Nelio Laranjeiro
2017-03-01 12:49 ` [dpdk-dev] [PATCH v2 6/9] net/mlx5: support flag flow action Nelio Laranjeiro
2017-03-01 12:49 ` [dpdk-dev] [PATCH v2 7/9] net/mlx5: prepare support for RSS action rule Nelio Laranjeiro
2017-03-01 12:49 ` [dpdk-dev] [PATCH v2 8/9] net/mlx5: support RSS action flow rule Nelio Laranjeiro
2017-03-01 12:49 ` [dpdk-dev] [PATCH v2 9/9] net/mlx5: use an RSS drop queue 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.1488372438.git.nelio.laranjeiro@6wind.com \
    --to=nelio.laranjeiro@6wind.com \
    --cc=adrien.mazarguil@6wind.com \
    --cc=dev@dpdk.org \
    /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).