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 34507A0613 for ; Wed, 25 Sep 2019 14:42:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1CE7C1BE3D; Wed, 25 Sep 2019 14:42:27 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 83D2A2E8F for ; Wed, 25 Sep 2019 14:42:25 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2019 05:42:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,548,1559545200"; d="scan'208";a="191326158" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 25 Sep 2019 05:42:23 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 25 Sep 2019 05:42:23 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 25 Sep 2019 05:42:22 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by shsmsx102.ccr.corp.intel.com ([169.254.2.113]) with mapi id 14.03.0439.000; Wed, 25 Sep 2019 20:42:21 +0800 From: "Su, Simei" To: "Ye, Xiaolong" CC: "Zhang, Qi Z" , "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH v2 1/2] ethdev: extend RSS offload types Thread-Index: AQHVcpZwhy+lFJ5L10+ZZvQEJNewt6c7rIEAgACglzD//3/LAIAAitrQ Date: Wed, 25 Sep 2019 12:42:20 +0000 Message-ID: <65F28F834D25B54B9EC1999B623071B30C44A707@SHSMSX104.ccr.corp.intel.com> References: <1565328915-135315-1-git-send-email-simei.su@intel.com> <1569247539-101249-1-git-send-email-simei.su@intel.com> <1569247539-101249-2-git-send-email-simei.su@intel.com> <20190925102756.GF60476@intel.com> <65F28F834D25B54B9EC1999B623071B30C44A697@SHSMSX104.ccr.corp.intel.com> <20190925122350.GE15446@intel.com> In-Reply-To: <20190925122350.GE15446@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjBkZDE4OTUtODlhNC00ODQxLWJiYWQtMDI5MDlmY2E0N2RjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTVVrSlpZbUdXK1pWeDB6anFvUjhjd05hV2RuV3liVXB1WEJZZHBiVjhyd2ZYXC91VmhscktDVlZldVV4OWliYWYifQ== x-ctpclassification: CTP_NT 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 v2 1/2] ethdev: extend RSS offload types 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" > -----Original Message----- > From: Ye, Xiaolong > Sent: Wednesday, September 25, 2019 8:24 PM > To: Su, Simei > Cc: Zhang, Qi Z ; Wu, Jingjing ; > dev@dpdk.org > Subject: Re: [PATCH v2 1/2] ethdev: extend RSS offload types >=20 > On 09/25, Su, Simei wrote: > >> >+/* > >> >+ * We use the following macros to combine with above ETH_RSS_* for > >> >+ * more specific input set selection. These bits are defined > >> >+starting > >> >+ * from the bottom of the 64 bits. > >> > >> s/bottom/high end/ > > > > Sorry, what does it mean, I didn't understand it for "s/bottom/high end= /". > > >=20 > I mean change "the bottom of the 64 bits" to "the high end of the 64 bits= ", what > do you think? >=20 Yes, "the high end of the 64 bits" seems better to avoid confusion. I will= modify it in v3. Thanks! > Thanks, > Xiaolong