From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mbuf: remove control mbuf Date: Wed, 11 Apr 2018 23:54:32 +0200 Message-ID: <10294556.iHFxo2O1c3@xps> References: <20171208154956.16743-1-olivier.matz@6wind.com> <20180403133913.3227-1-olivier.matz@6wind.com> <20180403144206.GA15937@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob To: Olivier Matz Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id ABE2B1B7E6 for ; Wed, 11 Apr 2018 23:54:34 +0200 (CEST) In-Reply-To: <20180403144206.GA15937@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > The rte_ctrlmbuf structure is not used by any example application > > in dpdk. Remove it, as announced on the mailing list. > > > > Signed-off-by: Olivier Matz > > Acked-by: Jerin Jacob Applied, thanks