From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mbuf: new public function to allocate raw mbufs Date: Tue, 17 May 2016 08:32:05 +0200 Message-ID: <2620753.HW1dgZceRL@xps13> References: <1462977827-25110-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 460216966 for ; Tue, 17 May 2016 08:32:12 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id n129so126167574wmn.1 for ; Mon, 16 May 2016 23:32:12 -0700 (PDT) In-Reply-To: <1462977827-25110-1-git-send-email-olivier.matz@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-05-11 16:43, Olivier Matz: > Many drivers provide their own implementation of rte_mbuf_raw_alloc(), > duplicating the code. Introduce a new public function in rte_mbuf to > allocate a raw mbuf (uninitialized). > > Signed-off-by: Olivier Matz Applied, thanks