From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id 017F8590B for ; Fri, 29 Aug 2014 05:05:09 +0200 (CEST) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id 6B40480C4EE; Thu, 28 Aug 2014 20:09:16 -0700 (PDT) Date: Thu, 28 Aug 2014 20:09:16 -0700 From: Matthew Hall To: daniel chapiesky Message-ID: <20140829030916.GA26231@mhcomputing.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] rte_mbuf: documentation, meta-data, and inconsistencies X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 03:05:09 -0000 On Thu, Aug 28, 2014 at 08:00:59PM -0400, daniel chapiesky wrote: > But, in the end, sharing the meta-data area with the packet headroom seems > to be a very > bad idea. > > Sincerely, > > Daniel Chapiesky You might have picked a good time to inquire about it as some of the Intel guys are making patches to clean up rte_mbuf during the last couple of weeks as we speak. Matthew.