DPDK patches and discussions
 help / color / mirror / Atom feed
From: Simei Su <simei.su@intel.com>
To: qi.z.zhang@intel.com, xiaolong.ye@intel.com
Cc: dev@dpdk.org, simei.su@intel.com
Subject: [dpdk-dev] [PATCH v8 0/3] net/ice: enable advanced RSS
Date: Mon, 21 Oct 2019 20:06:49 +0800	[thread overview]
Message-ID: <1571659612-46066-1-git-send-email-simei.su@intel.com> (raw)
In-Reply-To: <1571537689-351403-1-git-send-email-simei.su@intel.com>

[PATCH v8 1/2] add teid hash for gtupu and session id hash for pppoe/pppod.
[PATCH v8 2/2] support input set change and symmetric hash by rte_flow RSS action.

v8:
* Change meta type from uint64_t to void pointer for pattern structure.
* Modify related code in ice_hash.c about above change.

v7:
* Rebase patches to solve merge conflict.

v6:
* Add simultaneous use of SRC_ONLY and DST_ONLY of the same level.
* Update cases in ice_hash_type_list[].

v5:
* Update title for cover letter and commit log.
* Fix some code style.

v4:
* Add rss support for gtpu with teid and pppoe/pppod with session id.
* Split up into patchset.

v3:
* Modify codes according to the comments.
* Update release notes and Makefile/meson.build.

v2:
* Amend to resend patch that v1 is not in community.

Simei Su (3):
  net/ice: add RSS configuration for gtpu/pppoe
  net/ice: change one member type of the pattern structure
  net/ice: enable advanced RSS

 doc/guides/rel_notes/release_19_11.rst |   1 +
 drivers/net/ice/Makefile               |   1 +
 drivers/net/ice/ice_ethdev.c           |  24 ++
 drivers/net/ice/ice_generic_flow.h     |   2 +-
 drivers/net/ice/ice_hash.c             | 562 +++++++++++++++++++++++++++++++++
 drivers/net/ice/meson.build            |   3 +-
 6 files changed, 591 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/ice/ice_hash.c

-- 
1.8.3.1


  parent reply	other threads:[~2019-10-21 12:07 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1567866291-268287-1-git-send-email-simei.su@intel.com>
2019-09-09 14:56 ` [dpdk-dev] [PATCH v2] " Simei Su
2019-09-12 16:19   ` Ye Xiaolong
2019-09-16  1:47     ` Su, Simei
2019-09-19  5:15   ` [dpdk-dev] [PATCH v3] " Simei Su
2019-09-27  9:53     ` [dpdk-dev] [PATCH v4 0/2] " Simei Su
2019-09-27  9:53       ` [dpdk-dev] [PATCH v4 1/2] net/ice: add RSS configuration for gtpu/pppoe Simei Su
2019-09-27  9:53       ` [dpdk-dev] [PATCH v4 2/2] net/ice: enable advanced RSS Simei Su
2019-09-29 10:30       ` [dpdk-dev] [PATCH v5 0/2] " Simei Su
2019-09-29 10:30         ` [dpdk-dev] [PATCH v5 1/2] net/ice: add RSS configuration for gtpu/pppoe Simei Su
2019-09-29 10:30         ` [dpdk-dev] [PATCH v5 2/2] net/ice: enable advanced RSS Simei Su
2019-09-30  0:28         ` [dpdk-dev] [PATCH v5 0/2] " Zhang, Qi Z
2019-10-16 22:16         ` [dpdk-dev] [PATCH v6 " Simei Su
2019-10-16 22:16           ` [dpdk-dev] [PATCH v6 1/2] net/ice: add RSS configuration for gtpu/pppoe Simei Su
2019-10-16 22:16           ` [dpdk-dev] [PATCH v6 2/2] net/ice: enable advanced RSS Simei Su
2019-10-20  2:14           ` [dpdk-dev] [PATCH v7 0/2] " Simei Su
2019-10-20  2:14             ` [dpdk-dev] [PATCH v7 1/2] net/ice: add RSS configuration for gtpu/pppoe Simei Su
2019-10-20  2:14             ` [dpdk-dev] [PATCH v7 2/2] net/ice: enable advanced RSS Simei Su
2019-10-21 12:06             ` Simei Su [this message]
2019-10-21 12:06               ` [dpdk-dev] [PATCH v8 1/3] net/ice: add RSS configuration for gtpu/pppoe Simei Su
2019-10-21 12:06               ` [dpdk-dev] [PATCH v8 2/3] net/ice: change one member type of the pattern structure Simei Su
2019-10-21 14:16                 ` Ye Xiaolong
2019-10-21 17:30                 ` Ferruh Yigit
2019-10-21 12:06               ` [dpdk-dev] [PATCH v8 3/3] net/ice: enable advanced RSS Simei Su
2019-10-21 17:30                 ` Ferruh Yigit
2019-10-22  2:04                   ` Ye Xiaolong
2019-10-21 14:24               ` [dpdk-dev] [PATCH v8 0/3] " Ye Xiaolong

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=1571659612-46066-1-git-send-email-simei.su@intel.com \
    --to=simei.su@intel.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=xiaolong.ye@intel.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).