From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] mbuf: remove control mbuf Date: Tue, 3 Apr 2018 20:12:07 +0530 Message-ID: <20180403144206.GA15937@jerin> References: <20171208154956.16743-1-olivier.matz@6wind.com> <20180403133913.3227-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Olivier Matz Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0045.outbound.protection.outlook.com [104.47.33.45]) by dpdk.org (Postfix) with ESMTP id EF15B1B733 for ; Tue, 3 Apr 2018 16:42:24 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180403133913.3227-1-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Tue, 3 Apr 2018 15:39:13 +0200 > From: Olivier Matz > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] mbuf: remove control mbuf > X-Mailer: git-send-email 2.11.0 > > 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