From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 88CD3A3168 for ; Wed, 16 Oct 2019 08:03:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 309D01E551; Wed, 16 Oct 2019 08:03:16 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 12E6D1E567 for ; Wed, 16 Oct 2019 08:03:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2019 23:03:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,302,1566889200"; d="scan'208";a="201979192" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by FMSMGA003.fm.intel.com with ESMTP; 15 Oct 2019 23:03:13 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 15 Oct 2019 23:03:12 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 15 Oct 2019 23:03:12 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.176]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.96]) with mapi id 14.03.0439.000; Wed, 16 Oct 2019 14:03:10 +0800 From: "Lu, Wenzhuo" To: "Rong, Leyi" , "Zhang, Qi Z" , "Ye, Xiaolong" CC: "dev@dpdk.org" Thread-Topic: [PATCH 2/2] net/ice: add RSS support in AVX path Thread-Index: AQHVgy28Di3zBofdJ0SBfQx5Ellnp6dcyFqg Date: Wed, 16 Oct 2019 06:03:10 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909408870E1@shsmsx102.ccr.corp.intel.com> References: <20191015075034.112277-1-leyi.rong@intel.com> <20191015075034.112277-3-leyi.rong@intel.com> In-Reply-To: <20191015075034.112277-3-leyi.rong@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzZlYWRhOGYtNmE4ZC00NDYyLWJjN2EtNjhlYmY3ZGMxZGU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSkNUNFBHQ2pCQ1RZUjZwZWRBOFZSZzZjRG9ZajlRbmNcL3JnK2FSUmJBN2lDeXRhSitXeUt5XC9ZWm1WRGx0T2d1In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] net/ice: add RSS support in AVX path X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, > -----Original Message----- > From: Rong, Leyi > Sent: Tuesday, October 15, 2019 3:51 PM > To: Lu, Wenzhuo ; Zhang, Qi Z > ; Ye, Xiaolong > Cc: dev@dpdk.org; Rong, Leyi > Subject: [PATCH 2/2] net/ice: add RSS support in AVX path >=20 > Support 32 bits RSS in FlexMD fields in AVX path. >=20 > Signed-off-by: Leyi Rong Acked-by: Wenzhuo Lu