From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 682191B30B for ; Mon, 12 Feb 2018 12:05:07 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2018 03:05:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,501,1511856000"; d="scan'208";a="26637753" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77]) by FMSMGA003.fm.intel.com with SMTP; 12 Feb 2018 03:05:03 -0800 Received: by (sSMTP sendmail emulation); Mon, 12 Feb 2018 11:05:02 +0000 Date: Mon, 12 Feb 2018 11:05:01 +0000 From: Bruce Richardson To: Olivier Matz Cc: dev@dpdk.org, Neil Horman , John McNamara , Marko Kovacevic , Kevin Wilson , Konstantin Ananyev Message-ID: <20180212110501.GA13612@bricha3-MOBL3.ger.corp.intel.com> References: <20180129093027.16357-1-olivier.matz@6wind.com> <20180212102215.bzowbuxr7r6asliq@platinum> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180212102215.bzowbuxr7r6asliq@platinum> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH] doc: announce control mbuf removal 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, 12 Feb 2018 11:05:08 -0000 On Mon, Feb 12, 2018 at 11:22:15AM +0100, Olivier Matz wrote: > Hi, > > Please, any other comments or acks for this one? > > Thanks > Olivier I would tend to support leaving the flag in place. Other than that, I think the functions for it can go. > > > On Mon, Jan 29, 2018 at 10:30:27AM +0100, Olivier Matz wrote: > > Link: http://dpdk.org/ml/archives/dev/2017-July/069813.html > > Link: http://dpdk.org/dev/patchwork/patch/32041/ > > > > Signed-off-by: Olivier Matz > > --- Acked-by: Bruce Richardson > > doc/guides/rel_notes/deprecation.rst | 13 +++++++++++++ > > 1 file changed, 13 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > > index d59ad5988..e98ce6a0a 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -59,3 +59,16 @@ Deprecation Notices > > be added between the producer and consumer structures. The size of the > > structure and the offset of the fields will remain the same on > > platforms with 64B cache line, but will change on other platforms. > > + > > +* mbuf: The control mbuf API will be removed in v18.05. The impacted > > + functions and macros are: > > + > > + - ``rte_ctrlmbuf_init()`` > > + - ``rte_ctrlmbuf_alloc()`` > > + - ``rte_ctrlmbuf_free()`` > > + - ``rte_ctrlmbuf_data()`` > > + - ``rte_ctrlmbuf_len()`` > > + - ``rte_is_ctrlmbuf()`` > > + - ``CTRL_MBUF_FLAG`` > > + > > + The packet mbuf API should be used as a replacement. > > -- > > 2.11.0 > >