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 89BCDA0613 for ; Wed, 25 Sep 2019 14:26:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 542B234F3; Wed, 25 Sep 2019 14:26:05 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 88079235 for ; Wed, 25 Sep 2019 14:26:03 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2019 05:26:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,548,1559545200"; d="scan'208";a="201230312" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga002.jf.intel.com with ESMTP; 25 Sep 2019 05:26:01 -0700 Date: Wed, 25 Sep 2019 20:23:50 +0800 From: Ye Xiaolong To: "Su, Simei" Cc: "Zhang, Qi Z" , "Wu, Jingjing" , "dev@dpdk.org" Message-ID: <20190925122350.GE15446@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <65F28F834D25B54B9EC1999B623071B30C44A697@SHSMSX104.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) 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" 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/". > I mean change "the bottom of the 64 bits" to "the high end of the 64 bits", what do you think? Thanks, Xiaolong