From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id D350D1B2D9 for ; Tue, 13 Feb 2018 14:21:10 +0100 (CET) Received: from lfbn-lil-1-110-231.w90-45.abo.wanadoo.fr ([90.45.197.231] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1elaWO-00062x-Ue; Tue, 13 Feb 2018 14:21:24 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Tue, 13 Feb 2018 14:21:02 +0100 Date: Tue, 13 Feb 2018 14:21:02 +0100 From: Olivier Matz To: Ferruh Yigit Cc: Neil Horman , Kirill Rybalchenko , dev@dpdk.org, andrey.chilikin@intel.com, thomas@monjalon.net Message-ID: <20180213132102.c5nzho3nawni2u3q@platinum> 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> <1bf92664-ffee-5fba-0b9e-2f7901235f66@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1bf92664-ffee-5fba-0b9e-2f7901235f66@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) 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 13:21:10 -0000 On Tue, Feb 13, 2018 at 12:09:19PM +0000, Ferruh Yigit wrote: > 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 Acked-by: Olivier Matz