All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Zhao <wei.zhao1@intel.com>
To: dev@dpdk.org
Subject: [PATCH v3 0/2] move RSS to flow API
Date: Fri, 24 Nov 2017 16:05:25 +0800	[thread overview]
Message-ID: <20171124080527.56495-1-wei.zhao1@intel.com> (raw)
In-Reply-To: <20171124031032.47199-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.

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

 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 +++++++++++++++
 8 files changed, 511 insertions(+)

-- 
2.9.3

  parent reply	other threads:[~2017-11-24  8:13 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-23  9:03 [PATCH 1/2] net/e1000: move RSS to flow API Wei Zhao
2017-11-23  9:03 ` [PATCH 2/2] net/ixgbe: " Wei Zhao
2017-11-24  3:10 ` [PATCH v2 0/2] " Wei Zhao
2017-11-24  3:10   ` [PATCH v2 1/2] net/e1000: " Wei Zhao
2017-11-24  3:10   ` [PATCH v2 2/2] net/ixgbe: " Wei Zhao
2017-11-24  8:05   ` Wei Zhao [this message]
2017-11-24  8:05     ` [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     ` [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     ` [PATCH v4 0/2] " Wei Zhao
2018-01-04  7:46       ` [PATCH v4 1/2] net/e1000: " Wei Zhao
2018-01-05  6:05         ` Dai, Wei
2018-01-04  7:46       ` [PATCH v4 2/2] net/ixgbe: " Wei Zhao
2018-01-05  6:01         ` Dai, Wei
2018-01-09  6:20       ` [PATCH v5 0/2] " Wei Zhao
2018-01-09  6:20         ` [PATCH v5 1/2] net/e1000: " Wei Zhao
2018-01-09  6:20         ` [PATCH v5 2/2] net/ixgbe: " Wei Zhao
2018-01-09  6:44         ` [PATCH v6 0/2] " Wei Zhao
2018-01-09  6:44           ` [PATCH v6 1/2] net/e1000: " Wei Zhao
2018-01-09  6:44           ` [PATCH v6 2/2] net/ixgbe: " Wei Zhao
2018-01-09  7:11           ` [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=20171124080527.56495-1-wei.zhao1@intel.com \
    --to=wei.zhao1@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.