From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 86861FFA for ; Thu, 7 May 2015 09:32:14 +0200 (CEST) Received: by wgiu9 with SMTP id u9so34405528wgi.3 for ; Thu, 07 May 2015 00:32:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=8BdReDW0HPMg/OfJlK0fwU7RTgSKPS0SEeV103D7fp0=; b=kRNBdefqVGoAFET+EFlR33Kfip9agFYmYgb3K43vfAiRDdctpcFxEnjXkwcEI3Jmgk Tyh8QerWETLdSfvRt8JXB6iC+CqHshMR4yA/jdTNVQgaqxbjLAhHwBxGNiqqheNAdwa5 iP2AxM7Wc9iTP6QNXQKmc4X023Od5Dc2/eB/qjhiuyv/SfPZxbK6ZG2W3TpxE1Ty0nS0 9HJOoWD30jNxF+aPq0eyRAoHOJ07eeDXUQuvLJBBRwoOE5BC5L2YzatPqumMgY295N0O J2AGDzEyPmS45RvAaZy8vd0a4ZNerzB5jrBSU9H1+jSet0MAASJDW/KhsVdGtrMjaGH1 kVEQ== X-Gm-Message-State: ALoCoQmws07AL36rRJ78DmB6OpfUMa9RDLtkoepivt49QgW8s0+0s+V2Srl+MtzefjJ7jlFPCJ1+ X-Received: by 10.180.11.236 with SMTP id t12mr3983433wib.19.1430983934321; Thu, 07 May 2015 00:32:14 -0700 (PDT) Received: from [10.16.0.195] (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id o6sm5913271wiz.24.2015.05.07.00.32.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 May 2015 00:32:13 -0700 (PDT) Message-ID: <554B14F9.5020508@6wind.com> Date: Thu, 07 May 2015 09:32:09 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: "Xu, HuilongX" , Zoltan Kiss , "Ananyev, Konstantin" , "dev@dpdk.org" References: <1429610122-30943-1-git-send-email-olivier.matz@6wind.com> <1429696650-9043-1-git-send-email-olivier.matz@6wind.com> <2601191342CEEE43887BDE71AB97725821420BD6@irsmsx105.ger.corp.intel.com> <553A1D3B.5040400@linaro.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v6 00/13] mbuf: enhancements of mbuf clones 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: Thu, 07 May 2015 07:32:14 -0000 Hi Huilong, On 05/07/2015 03:57 AM, Xu, HuilongX wrote: > Hi Olivier, > Today I find a compile error, when I test ip fragment on dpdk.org. would you check this? thanks a lot. > My dpdk.org commit: a6d71fa7146cc04320c2485d6dde44c1d888d652 > The compile error as below: > CC main.o > /root/dpdk/examples/ip_fragmentation/main.c: In function 'init_mem': > /root/dpdk/examples/ip_fragmentation/main.c:748:8: error: 'MBUF_DATA_SIZE' undeclared (first use in this function) > 0, MBUF_DATA_SIZE, socket); > ^ > /root/dpdk/examples/ip_fragmentation/main.c:748:8: note: each undeclared identifier is reported only once for each function it appears in Sure, I'll have a look. Thanks for reporting. Regards, Olivier > > > Best regards > > huilong > > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zoltan Kiss > Sent: Friday, April 24, 2015 6:39 PM > To: Ananyev, Konstantin; Olivier Matz; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6 00/13] mbuf: enhancements of mbuf clones > > Hi, > > On 22/04/15 12:59, Ananyev, Konstantin wrote: >> >> >>> -----Original Message----- >>> From: Olivier Matz [mailto:olivier.matz@6wind.com] >>> Sent: Wednesday, April 22, 2015 10:57 AM >>> To: dev@dpdk.org >>> Cc: Ananyev, Konstantin; zoltan.kiss@linaro.org; Richardson, Bruce; nhorman@tuxdriver.com; olivier.matz@6wind.com >>> Subject: [PATCH v6 00/13] mbuf: enhancements of mbuf clones >>> >>> The first objective of this series is to fix the support of indirect >>> mbufs when the application reserves a private area in mbufs. It also >>> removes the limitation that rte_pktmbuf_clone() is only allowed on >>> direct (non-cloned) mbufs. The series also contains some enhancements >>> and fixes in the mbuf area that makes the implementation of the >>> last patches easier. >>> >> >> Acked-by: Konstantin Ananyev > > When does this series get merged? > > Regards, > > Zoltan >