From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4F9B41B29F for ; Tue, 13 Feb 2018 12:27:37 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2018 03:27:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,507,1511856000"; d="scan'208";a="26907912" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.35]) ([10.237.220.35]) by FMSMGA003.fm.intel.com with ESMTP; 13 Feb 2018 03:27:35 -0800 To: Shahaf Shuler , "Xueming(Steven) Li" , Thomas Monjalon , Neil Horman Cc: "dev@dpdk.org" References: <20180204072418.108824-1-xuemingl@mellanox.com> <20180206073848.55060-1-xuemingl@mellanox.com> From: Ferruh Yigit Message-ID: <3c0b2b94-8da8-283f-7eb9-9991303fb7cc@intel.com> Date: Tue, 13 Feb 2018 11:27:34 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] doc: announce ABI change for RSS configuration structure 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: , X-List-Received-Date: Tue, 13 Feb 2018 11:27:37 -0000 On 2/13/2018 6:52 AM, Shahaf Shuler wrote: > Tuesday, February 6, 2018 9:39 AM, Xueming Li: >> Subject: [PATCH v2] doc: announce ABI change for RSS configuration >> structure >> >> Update deprecation notice for the new rss_level field of rte_eth_rss_conf. >> >> Link: http://www.dpdk.org/dev/patchwork/patch/31891 >> >> Signed-off-by: Xueming Li >> --- >> doc/guides/rel_notes/deprecation.rst | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/doc/guides/rel_notes/deprecation.rst >> b/doc/guides/rel_notes/deprecation.rst >> index d59ad5988..4bfce3bd7 100644 >> --- a/doc/guides/rel_notes/deprecation.rst >> +++ b/doc/guides/rel_notes/deprecation.rst >> @@ -59,3 +59,7 @@ Deprecation Notices >> be added between the producer and consumer structures. The size of the >> structure and the offset of the fields will remain the same on >> platforms with 64B cache line, but will change on other platforms. >> + >> +* ethdev: A new rss level field planned in 18.05. >> + The new API add rss_level field to ``rte_eth_rss_conf`` to enable a >> +choice >> + of RSS hash calculation on outer or inner header of tunneled packet. > > Acked-By: Shahaf Shuler Acked-by: Ferruh Yigit