From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 58C621B2C6 for ; Tue, 13 Feb 2018 13:09:25 +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 orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2018 04:09:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,507,1511856000"; d="scan'208";a="26915354" 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 04:09:20 -0800 To: Neil Horman , Kirill Rybalchenko Cc: dev@dpdk.org, andrey.chilikin@intel.com, thomas@monjalon.net References: <1515752835-88551-1-git-send-email-kirill.rybalchenko@intel.com> <1515752986-88775-1-git-send-email-kirill.rybalchenko@intel.com> <20180112143825.GD20015@hmswarspite.think-freely.org> From: Ferruh Yigit Message-ID: <1bf92664-ffee-5fba-0b9e-2f7901235f66@intel.com> Date: Tue, 13 Feb 2018 12:09:19 +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: <20180112143825.GD20015@hmswarspite.think-freely.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] doc: ethdev ABI change deprecation notice 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 12:09:25 -0000 On 1/12/2018 2:38 PM, Neil Horman wrote: > On Fri, Jan 12, 2018 at 10:29:46AM +0000, Kirill Rybalchenko wrote: >> Signed-off-by: Kirill Rybalchenko >> >> Acked-by: Marko Kovacevic >> --- >> doc/guides/rel_notes/deprecation.rst | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst >> index 13e8543..aaf306a 100644 >> --- a/doc/guides/rel_notes/deprecation.rst >> +++ b/doc/guides/rel_notes/deprecation.rst >> @@ -45,6 +45,12 @@ Deprecation Notices >> Target release for removal of the legacy API will be defined once most >> PMDs have switched to rte_flow. >> >> +* ethdev: announce ABI change >> + The size of variables flow_types_mask in rte_eth_fdir_info structure, >> + sym_hash_enable_mask and valid_bit_mask in rte_eth_hash_global_conf structure >> + will be increased from 32 to 64 bits to fulfill hardware requirements. >> + This change will break existing ABI as size of the structures will increase. >> + >> * i40e: The default flexible payload configuration which extracts the first 16 >> bytes of the payload for RSS will be deprecated starting from 18.02. If >> required the previous behavior can be configured using existing flow >> -- >> 2.5.5 >> >> > Acked-by: Neil Horman Acked-by: Ferruh Yigit