DPDK patches and discussions
 help / color / mirror / Atom feed
From: Wei Zhao <wei.zhao1@intel.com>
To: dev@dpdk.org
Cc: helin.zhang@intel.com
Subject: [dpdk-dev] [PATCH v6 0/2] move RSS to flow API
Date: Tue,  9 Jan 2018 14:44:28 +0800	[thread overview]
Message-ID: <20180109064430.112576-1-wei.zhao1@intel.com> (raw)
In-Reply-To: <20180109062039.74777-1-wei.zhao1@intel.com>

The patches mainly finish following functions:
1) igb move RSS to flow API
2) ixgbe move RSS to flow API

v2:
-fix bug for RSS flush code.
-fix patch check warning.

v3:
-fix bug for ixgbe rss restore.

v4:
-fix build warning and add release notes comment.

v5:
-rebase patch set.

v6:
-rebase patch set.

wei zhao (2):
  net/e1000: move RSS to flow API
  net/ixgbe: move RSS to flow API

 doc/guides/rel_notes/release_18_02.rst |   6 ++
 drivers/net/e1000/e1000_ethdev.h       |  20 ++++
 drivers/net/e1000/igb_ethdev.c         |  17 ++++
 drivers/net/e1000/igb_flow.c           | 160 ++++++++++++++++++++++++++++++++
 drivers/net/e1000/igb_rxtx.c           |  61 ++++++++++++
 drivers/net/ixgbe/ixgbe_ethdev.c       |  13 +++
 drivers/net/ixgbe/ixgbe_ethdev.h       |  10 ++
 drivers/net/ixgbe/ixgbe_flow.c         | 165 +++++++++++++++++++++++++++++++++
 drivers/net/ixgbe/ixgbe_rxtx.c         |  65 +++++++++++++
 9 files changed, 517 insertions(+)

-- 
2.9.3

  parent reply	other threads:[~2018-01-09  6:52 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-23  9:03 [dpdk-dev] [PATCH 1/2] net/e1000: " Wei Zhao
2017-11-23  9:03 ` [dpdk-dev] [PATCH 2/2] net/ixgbe: " Wei Zhao
2017-11-24  3:10 ` [dpdk-dev] [PATCH v2 0/2] " Wei Zhao
2017-11-24  3:10   ` [dpdk-dev] [PATCH v2 1/2] net/e1000: " Wei Zhao
2017-11-24  3:10   ` [dpdk-dev] [PATCH v2 2/2] net/ixgbe: " Wei Zhao
2017-11-24  8:05   ` [dpdk-dev] [PATCH v3 0/2] " Wei Zhao
2017-11-24  8:05     ` [dpdk-dev] [PATCH v3 1/2] net/e1000: " Wei Zhao
2017-12-07  9:19       ` Dai, Wei
2017-12-08  2:28         ` Zhao1, Wei
2017-12-21  3:11           ` Zhang, Helin
2018-01-04  8:48             ` Zhao1, Wei
2017-11-24  8:05     ` [dpdk-dev] [PATCH v3 2/2] net/ixgbe: " Wei Zhao
2017-12-07  9:19       ` Dai, Wei
2017-12-08  2:27         ` Zhao1, Wei
2017-12-21  3:11           ` Zhang, Helin
2018-01-04  8:51             ` Zhao1, Wei
2018-01-04  7:46     ` [dpdk-dev] [PATCH v4 0/2] " Wei Zhao
2018-01-04  7:46       ` [dpdk-dev] [PATCH v4 1/2] net/e1000: " Wei Zhao
2018-01-05  6:05         ` Dai, Wei
2018-01-04  7:46       ` [dpdk-dev] [PATCH v4 2/2] net/ixgbe: " Wei Zhao
2018-01-05  6:01         ` Dai, Wei
2018-01-09  6:20       ` [dpdk-dev] [PATCH v5 0/2] " Wei Zhao
2018-01-09  6:20         ` [dpdk-dev] [PATCH v5 1/2] net/e1000: " Wei Zhao
2018-01-09  6:20         ` [dpdk-dev] [PATCH v5 2/2] net/ixgbe: " Wei Zhao
2018-01-09  6:44         ` Wei Zhao [this message]
2018-01-09  6:44           ` [dpdk-dev] [PATCH v6 1/2] net/e1000: " Wei Zhao
2018-01-09  6:44           ` [dpdk-dev] [PATCH v6 2/2] net/ixgbe: " Wei Zhao
2018-01-09  7:11           ` [dpdk-dev] [PATCH v6 0/2] " Zhang, Helin

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=20180109064430.112576-1-wei.zhao1@intel.com \
    --to=wei.zhao1@intel.com \
    --cc=dev@dpdk.org \
    --cc=helin.zhang@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).