From: Dekel Peled <dekelp@mellanox.com>
To: matan@mellanox.com, viacheslavo@mellanox.com, shahafs@mellanox.com
Cc: orika@mellanox.com, dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/2] net/mlx5: update RSS action handling
Date: Wed, 18 Dec 2019 12:05:45 +0200 [thread overview]
Message-ID: <cover.1576663258.git.dekelp@mellanox.com> (raw)
This series includes 2 patches updating the RSS action handling.
The first patch fixes an error in existing code.
The second patch implements additional functionality.
Dekel Peled (2):
net/mlx5: fix setting of Rx hash fields
net/mlx5: support RSS on SRC or DST fields only
doc/guides/nics/mlx5.rst | 2 +
doc/guides/rel_notes/release_20_02.rst | 6 +++
drivers/net/mlx5/mlx5_defs.h | 7 ++-
drivers/net/mlx5/mlx5_flow.c | 12 +++++
drivers/net/mlx5/mlx5_flow.h | 21 ++++++++
drivers/net/mlx5/mlx5_flow_dv.c | 91 ++++++++++++++++++++++++++--------
drivers/net/mlx5/mlx5_rxq.c | 29 ++++++++++-
7 files changed, 145 insertions(+), 23 deletions(-)
--
1.8.3.1
next reply other threads:[~2019-12-18 10:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-18 10:05 Dekel Peled [this message]
2019-12-18 10:05 ` [dpdk-dev] [PATCH 1/2] net/mlx5: fix setting of Rx hash fields Dekel Peled
2019-12-18 10:05 ` [dpdk-dev] [PATCH 2/2] net/mlx5: support RSS on SRC or DST fields only Dekel Peled
2019-12-19 11:26 ` [dpdk-dev] [PATCH 0/2] net/mlx5: update RSS action handling Raslan Darawsheh
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.1576663258.git.dekelp@mellanox.com \
--to=dekelp@mellanox.com \
--cc=dev@dpdk.org \
--cc=matan@mellanox.com \
--cc=orika@mellanox.com \
--cc=shahafs@mellanox.com \
--cc=viacheslavo@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).