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 D10AEA3168 for ; Wed, 16 Oct 2019 08:03:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 282E21E54C; Wed, 16 Oct 2019 08:03:03 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 4C1761E547 for ; Wed, 16 Oct 2019 08:03:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2019 23:03:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,302,1566889200"; d="scan'208";a="186054446" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga007.jf.intel.com with ESMTP; 15 Oct 2019 23:03:00 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 15 Oct 2019 23:02:59 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 15 Oct 2019 23:02:59 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.176]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.225]) with mapi id 14.03.0439.000; Wed, 16 Oct 2019 14:02:57 +0800 From: "Lu, Wenzhuo" To: "Rong, Leyi" , "Zhang, Qi Z" , "Ye, Xiaolong" CC: "dev@dpdk.org" Thread-Topic: [PATCH 1/2] net/ice: add RSS support in SSE path Thread-Index: AQHVgy28hpokbKLO8UO9mrPqOzQv56dcyBxQ Date: Wed, 16 Oct 2019 06:02:57 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909408870D7@shsmsx102.ccr.corp.intel.com> References: <20191015075034.112277-1-leyi.rong@intel.com> <20191015075034.112277-2-leyi.rong@intel.com> In-Reply-To: <20191015075034.112277-2-leyi.rong@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzc0YmNhZDYtNTBiMS00ZDA4LWE3OTYtMzNhZWE1ZmI0YmVlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiU2I3MHNwTWtOcFRtZ0J4S3p1R0pzdzlCTyt2M0dzc3B0b0J3SWdvWWM0MUhlTWxSU0huVWFldENCVU56TlZYNiJ9 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 1/2] net/ice: add RSS support in SSE 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 1/2] net/ice: add RSS support in SSE path >=20 > Support 32 bits RSS in FlexMD fields in SSE path. >=20 > Signed-off-by: Leyi Rong Acked-by: Wenzhuo Lu