From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ananyev, Konstantin" Subject: Re: [PATCH v6 00/13] mbuf: enhancements of mbuf clones Date: Thu, 7 May 2015 09:39:50 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258214252BD@irsmsx105.ger.corp.intel.com> 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> <554B14F9.5020508@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Olivier MATZ , "Xu, HuilongX" , Zoltan Kiss , "dev-VfR2kkLFssw@public.gmane.org" Return-path: In-Reply-To: <554B14F9.5020508-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > -----Original Message----- > From: Olivier MATZ [mailto:olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org] > Sent: Thursday, May 07, 2015 8:32 AM > To: Xu, HuilongX; Zoltan Kiss; Ananyev, Konstantin; dev-VfR2kkLFssw@public.gmane.org > Cc: Cao, Waterman; Cao, Min; Zhang, Helin > Subject: Re: [dpdk-dev] [PATCH v6 00/13] mbuf: enhancements of mbuf clone= s >=20 > Hi Huilong, >=20 > 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. woul= d 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_SI= ZE' undeclared (first use in this function) > > 0, MBUF_DATA_SIZE, socket); > > ^ > > /root/dpdk/examples/ip_fragmentation/main.c:748:8: note: each undeclare= d identifier is reported only once for each function it > appears in >=20 > Sure, I'll have a look. Thanks for reporting. Looks like a typo here. Should be fixed by http://dpdk.org/ml/archives/dev/2015-April/017119.html. Konstantin >=20 > Regards, > Olivier >=20 >=20 > > > > > > Best regards > > > > huilong > > > > -----Original Message----- > > From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Zoltan Kiss > > Sent: Friday, April 24, 2015 6:39 PM > > To: Ananyev, Konstantin; Olivier Matz; dev-VfR2kkLFssw@public.gmane.org > > Subject: Re: [dpdk-dev] [PATCH v6 00/13] mbuf: enhancements of mbuf clo= nes > > > > Hi, > > > > On 22/04/15 12:59, Ananyev, Konstantin wrote: > >> > >> > >>> -----Original Message----- > >>> From: Olivier Matz [mailto:olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org] > >>> Sent: Wednesday, April 22, 2015 10:57 AM > >>> To: dev-VfR2kkLFssw@public.gmane.org > >>> Cc: Ananyev, Konstantin; zoltan.kiss-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org; Richardson, Bruce; n= horman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org; olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org > >>> 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 > >