From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C7EBF20C6F; Wed, 14 Feb 2018 12:18:28 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 14 Feb 2018 12:18:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=nGVr8TaGLqcf8yF0LyuL7craMC ZbfILMqHncL1uo7QI=; b=hensmxgP5LkQRGLlwflYVHKmlfP6InRVqeOboqmjy6 YHsythxn9/ejTlNIgfJGbYshYOsK53TJVzYNSKmvK9mAjZO/c1NoHS0REvdWDnR1 XdzHf498q/epNgC31erS/tzX5o2FovXRW8isnpPNk/kP/LM9xBwSSce8qsTb/NUu w= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=nGVr8T aGLqcf8yF0LyuL7craMCZbfILMqHncL1uo7QI=; b=Qn8BS08WxpbgQfGd+49qdX 2KZPo63734OCLBsRubt5No3q81t/bSNUFR0/Gc6es/Yt04hxutejUsqwCmayLqBE W1rPFMpgJPy9OZwb46+AXq3SXP0i/ZlZFo8tluSPBCHJrrZ/7+2IfiZUdjpUrFtl 8TCY54BVB4ssG2p8g/ETusqYVYJJeeeX4ij5tEAelvL4JX/clYmC5sNgYWdnAa3r hb6faS/YwBDLNJP2ipL5oxCrozvue5oHLsDcOhQzrocA9uxedTyVnEt4ugKR1Qbt sWzQKRlurg22m52TlM4n55IyMHzgNGkO8m8Z/C/LJdCr9h0wx8DB/b8JsKCxzmIg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 722427E4A8; Wed, 14 Feb 2018 12:18:28 -0500 (EST) From: Thomas Monjalon To: Kirill Rybalchenko Cc: dev@dpdk.org, Olivier Matz , Ferruh Yigit , Neil Horman , andrey.chilikin@intel.com, adrien.mazarguil@6wind.com Date: Wed, 14 Feb 2018 18:18:16 +0100 Message-ID: <19729751.88TnlOkaPh@xps> In-Reply-To: <1552586.93IePh6r2W@xps> References: <1515752835-88551-1-git-send-email-kirill.rybalchenko@intel.com> <20180213132102.c5nzho3nawni2u3q@platinum> <1552586.93IePh6r2W@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Wed, 14 Feb 2018 17:18:29 -0000 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