From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dai, Wei" Subject: Re: [PATCH v4 2/2] net/ixgbe: move RSS to flow API Date: Fri, 5 Jan 2018 06:01:06 +0000 Message-ID: <49759EB36A64CF4892C1AFEC9231E8D66CF1EC3A@PGSMSX112.gar.corp.intel.com> References: <20171124080527.56495-1-wei.zhao1@intel.com> <20180104074629.126767-1-wei.zhao1@intel.com> <20180104074629.126767-3-wei.zhao1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Zhao1, Wei" , "dev@dpdk.org" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B5E833250 for ; Fri, 5 Jan 2018 07:01:10 +0100 (CET) In-Reply-To: <20180104074629.126767-3-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: Thursday, January 4, 2018 3:46 PM > To: dev@dpdk.org > Cc: Dai, Wei ; Zhao1, Wei > Subject: [PATCH v4 2/2] net/ixgbe: move RSS to flow API >=20 > Rte_flow actually defined to include RSS, but till now, RSS is out of rte= _flow. > This patch is to move ixgbe existing RSS to rte_flow. > The old RSS configuration is still reserved. >=20 > Signed-off-by: Wei Zhao Acked-by: Wei Dai > --- > doc/guides/rel_notes/release_18_02.rst | 6 +- > 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 +++++++++++++ > 5 files changed, 256 insertions(+), 3 deletions(-) >=20