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 8693F1B2B9 for ; Wed, 14 Feb 2018 01:15:03 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 08BF820D1D; Tue, 13 Feb 2018 19:15:03 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 13 Feb 2018 19:15:03 -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=vBzti80vRuqub+ym7n5F+czKWS RivIKfVelKTxtudxM=; b=M2ik34746b+r3khBlciFYRzuZGXNABpqOONWs4wUTL 1Dwk2H3YyRv1uCJPY8Uz7o9VVMIMoP50+hfGzuvQ4xXwMR2WmIguNhKfcblqFbGA CnYLFzVvTCRttrE63QJH9f3zNdOrRjLBz4xjE8N+bcPtgbi/BeK93gIp9RgKbBYg g= 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=vBzti8 0vRuqub+ym7n5F+czKWSRivIKfVelKTxtudxM=; b=GTwmcPVLDR9sHOBUyAfixe /D4uEglkgycnJK5+d6nbuA5C+jybngew5PHVrS3CYhjOUNufVy+RKMpvF7YvsVRY 6fPaIKoQg2mYS+AMP61hC/Mbxn/cstr2rOwLqk6eTsZ5678if/RrYnZ3d5JLQLtb R+tQCT99ZZeDTZduXesiSESbnNI2Z04BCTYPv8Pm70Fugw1E7Q91qz4ZWmcwr86i 5pWEeqov/MJ3BRJN49WnlaeroSekcs5F/85XdIUjBuQ8tc+IIM+Sy0wPTd64+qQ3 v3+kEI7i2CQrpIeWLtysbbA3d3RqFuaNeuRynxXM2vHg33zCfHE6XCp/BV3Hx+lQ == 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 33C35246A5; Tue, 13 Feb 2018 19:15:02 -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 01:14:52 +0100 Message-ID: <1552586.93IePh6r2W@xps> In-Reply-To: <20180213132102.c5nzho3nawni2u3q@platinum> References: <1515752835-88551-1-git-send-email-kirill.rybalchenko@intel.com> <1bf92664-ffee-5fba-0b9e-2f7901235f66@intel.com> <20180213132102.c5nzho3nawni2u3q@platinum> 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 00:15:03 -0000 > > >> 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.