From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] doc: ethdev ABI change deprecation notice Date: Wed, 14 Feb 2018 18:18:16 +0100 Message-ID: <19729751.88TnlOkaPh@xps> References: <1515752835-88551-1-git-send-email-kirill.rybalchenko@intel.com> <20180213132102.c5nzho3nawni2u3q@platinum> <1552586.93IePh6r2W@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz , Ferruh Yigit , Neil Horman , andrey.chilikin@intel.com, adrien.mazarguil@6wind.com To: Kirill Rybalchenko Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 3DDC21B2A9 for ; Wed, 14 Feb 2018 18:18:29 +0100 (CET) In-Reply-To: <1552586.93IePh6r2W@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/02/2018 01:14, Thomas Monjalon: > > > >> Signed-off-by: Kirill Rybalchenko > > > >> > > > >> Acked-by: Marko Kovacevic > > > >> --- > > > >> +* 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. > > > >> + > > > > Acked-by: Neil Horman > > > > > > Acked-by: Ferruh Yigit > > > > Acked-by: Olivier Matz > > Acked-by: Thomas Monjalon > > I would prefer you drop the legacy code to keep only rte_flow. Applied