From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C10224CA0 for ; Mon, 13 May 2019 23:03:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 53CB12645D; Mon, 13 May 2019 17:03:08 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 13 May 2019 17:03:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=csj2K/QGBgKHRYzaoP79AvzccZiAUJK4aorx8p/4+mE=; b=Vhp+ILA8tuRw 0cUuqQyzldX+EjRznvmtrtKOwwnyydRZ9TSRWqnV+pMUonTAXbSpz6NDJvhd9MAG cfS+qEmFUY5FfF5ljIqQAhcNsQrKPq+FL69mWkkFbDIf8PXv0Ip3NVxoyuUdauyf NYgaPoJ5fdfiLWPIqefjHnDuff3Qpz0= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=csj2K/QGBgKHRYzaoP79AvzccZiAUJK4aorx8p/4+ mE=; b=hA+93eDxAVuIvup4MZgCtMtG7xNbLWWWT6QaD7dpsE6Xe3laExvNBJopS jrHVW56ofYHgtf2xfyjJB0Af/wa5mQtva+cRHF0i3Afi/Djaiqy4xaMf29Go1NzA XLrwOaUnIsuyMVhhd8hJyZxcuERa/3iR6IiDBicO2stCasg3Se2Ihn7YXeT/XNF7 Ud3Baswkr2OCmc7lYhjHovR3IiO7n+BfLsIqNLhKYKPc9gRRcjF1iFxnWIsM/to9 DHOfjxWdLbLJ0cyr6a5MeTl6stxCWGZLFkXCJf7o99RDfiBBr9Sy1N97qnPSXHMf i/r4CkDe6FiWuhUrbAvZ3Nz4LoAAw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrleeggdduheeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 42F1110379; Mon, 13 May 2019 17:03:06 -0400 (EDT) From: Thomas Monjalon To: Erik Gabriel Carrillo Cc: dev@dpdk.org, Bruce Richardson , "Burakov, Anatoly" , stephen@networkplumber.org, david.marchand@redhat.com, mdr@ashroe.eu Date: Mon, 13 May 2019 23:03:04 +0200 Message-ID: <7849576.mvPdfgfWhC@xps> In-Reply-To: <20190510093404.GC76@bricha3-MOBL.ger.corp.intel.com> References: <1557355686-4216-1-git-send-email-erik.g.carrillo@intel.com> <20190510093404.GC76@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice on EAL mem config 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: Mon, 13 May 2019 21:03:09 -0000 10/05/2019 11:34, Bruce Richardson: > On Fri, May 10, 2019 at 10:31:21AM +0100, Burakov, Anatoly wrote: > > On 09-May-19 7:51 PM, Erik Gabriel Carrillo wrote: > > > It is planned to make the rte_mem_config struct of the EAL private to > > > remove it from the visible ABI. Add a notice to announce the intention. > > > > > > Signed-off-by: Erik Gabriel Carrillo > > > --- > > > changes in v2: > > > - Original deprecation notice announced a change to the rte_mem_config > > > struct that would break ABI. Update the notice to instead announce > > > the struct will be made private. (Stephen, Anatoly, David) > > > > > > --- a/doc/guides/rel_notes/deprecation.rst > > > +++ b/doc/guides/rel_notes/deprecation.rst > > > +* eal: the ``rte_mem_config`` struct will be made private to remove it from the > > > + externally visible ABI and allow it to be updated in the future. > > > > Acked-by: Anatoly Burakov > Acked-by: Bruce Richardson Acked-by: David Marchand Applied, thanks From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D5FF0A00E6 for ; Mon, 13 May 2019 23:03:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9FFB64CA6; Mon, 13 May 2019 23:03:10 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C10224CA0 for ; Mon, 13 May 2019 23:03:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 53CB12645D; Mon, 13 May 2019 17:03:08 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 13 May 2019 17:03:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=csj2K/QGBgKHRYzaoP79AvzccZiAUJK4aorx8p/4+mE=; b=Vhp+ILA8tuRw 0cUuqQyzldX+EjRznvmtrtKOwwnyydRZ9TSRWqnV+pMUonTAXbSpz6NDJvhd9MAG cfS+qEmFUY5FfF5ljIqQAhcNsQrKPq+FL69mWkkFbDIf8PXv0Ip3NVxoyuUdauyf NYgaPoJ5fdfiLWPIqefjHnDuff3Qpz0= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=csj2K/QGBgKHRYzaoP79AvzccZiAUJK4aorx8p/4+ mE=; b=hA+93eDxAVuIvup4MZgCtMtG7xNbLWWWT6QaD7dpsE6Xe3laExvNBJopS jrHVW56ofYHgtf2xfyjJB0Af/wa5mQtva+cRHF0i3Afi/Djaiqy4xaMf29Go1NzA XLrwOaUnIsuyMVhhd8hJyZxcuERa/3iR6IiDBicO2stCasg3Se2Ihn7YXeT/XNF7 Ud3Baswkr2OCmc7lYhjHovR3IiO7n+BfLsIqNLhKYKPc9gRRcjF1iFxnWIsM/to9 DHOfjxWdLbLJ0cyr6a5MeTl6stxCWGZLFkXCJf7o99RDfiBBr9Sy1N97qnPSXHMf i/r4CkDe6FiWuhUrbAvZ3Nz4LoAAw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrleeggdduheeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 42F1110379; Mon, 13 May 2019 17:03:06 -0400 (EDT) From: Thomas Monjalon To: Erik Gabriel Carrillo Cc: dev@dpdk.org, Bruce Richardson , "Burakov, Anatoly" , stephen@networkplumber.org, david.marchand@redhat.com, mdr@ashroe.eu Date: Mon, 13 May 2019 23:03:04 +0200 Message-ID: <7849576.mvPdfgfWhC@xps> In-Reply-To: <20190510093404.GC76@bricha3-MOBL.ger.corp.intel.com> References: <1557355686-4216-1-git-send-email-erik.g.carrillo@intel.com> <20190510093404.GC76@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice on EAL mem config 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190513210304.qxixYLqBeWzfTiSVN3BbAh9z-nLAch62wVlszHfxbk8@z> 10/05/2019 11:34, Bruce Richardson: > On Fri, May 10, 2019 at 10:31:21AM +0100, Burakov, Anatoly wrote: > > On 09-May-19 7:51 PM, Erik Gabriel Carrillo wrote: > > > It is planned to make the rte_mem_config struct of the EAL private to > > > remove it from the visible ABI. Add a notice to announce the intention. > > > > > > Signed-off-by: Erik Gabriel Carrillo > > > --- > > > changes in v2: > > > - Original deprecation notice announced a change to the rte_mem_config > > > struct that would break ABI. Update the notice to instead announce > > > the struct will be made private. (Stephen, Anatoly, David) > > > > > > --- a/doc/guides/rel_notes/deprecation.rst > > > +++ b/doc/guides/rel_notes/deprecation.rst > > > +* eal: the ``rte_mem_config`` struct will be made private to remove it from the > > > + externally visible ABI and allow it to be updated in the future. > > > > Acked-by: Anatoly Burakov > Acked-by: Bruce Richardson Acked-by: David Marchand Applied, thanks