From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang, Helin" Subject: Re: [PATCH v6 0/2] move RSS to flow API Date: Tue, 9 Jan 2018 07:11:19 +0000 Message-ID: References: <20180109062039.74777-1-wei.zhao1@intel.com> <20180109064430.112576-1-wei.zhao1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Dai, Wei" To: "Zhao1, Wei" , "dev@dpdk.org" Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 72CA13256 for ; Tue, 9 Jan 2018 08:11:23 +0100 (CET) In-Reply-To: <20180109064430.112576-1-wei.zhao1@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Zhao1, Wei > Sent: Tuesday, January 9, 2018 2:44 PM > To: dev@dpdk.org > Cc: Zhang, Helin > Subject: [PATCH v6 0/2] move RSS to flow API >=20 > The patches mainly finish following functions: > 1) igb move RSS to flow API > 2) ixgbe move RSS to flow API >=20 > v2: > -fix bug for RSS flush code. > -fix patch check warning. >=20 > v3: > -fix bug for ixgbe rss restore. >=20 > v4: > -fix build warning and add release notes comment. >=20 > v5: > -rebase patch set. >=20 > v6: > -rebase patch set. >=20 > wei zhao (2): > net/e1000: move RSS to flow API > net/ixgbe: move RSS to flow API >=20 > 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(+) >=20 > -- > 2.9.3 Applied to dpdk-next-net-intel, with minor commit log changes, thanks! /Helin