[oe] [meta-oe][PATCH] netperf: set _FILE_OFFSET_BITS to 64 to support large files

Liu Ting-B28495 B28495 at freescale.com
Wed Oct 9 08:35:08 UTC 2013


> -----Original Message-----
> From: openembedded-devel-bounces at lists.openembedded.org
> [mailto:openembedded-devel-bounces at lists.openembedded.org] On Behalf Of
> Martin Jansa
> Sent: Saturday, October 05, 2013 7:27 PM
> To: openembedded-devel at lists.openembedded.org
> Subject: Re: [oe] [meta-oe][PATCH] netperf: set _FILE_OFFSET_BITS to 64
> to support large files
> 
> On Thu, Sep 26, 2013 at 05:20:31PM +0800, b28495 at freescale.com wrote:
> > From: Ting Liu <b28495 at freescale.com>
> >
> > Without this patch, netperf2.6 can only support files smaller than 2GB
> > with TCP_SENDFILE item.
> >
> > Signed-off-by: Ting Liu <b28495 at freescale.com>
> > Tested-by: Jianhua Xie<jianhua.xie at freescale.com>
> > ---
> >  .../recipes-support/netperf/netperf_2.6.0.bb       |    4 ++++
> >  1 files changed, 4 insertions(+), 0 deletions(-)
> >
> > diff --git a/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
> > b/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
> > index eda7859..1d9ba20 100644
> > --- a/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
> > +++ b/meta-networking/recipes-support/netperf/netperf_2.6.0.bb
> > @@ -23,6 +23,10 @@ S = "${WORKDIR}/netperf-${PV}"
> >  # cpu_set.patch plus _GNU_SOURCE makes src/netlib.c compile with CPU_
> > macros  CFLAGS_append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE"
> >
> > +# set the "_FILE_OFFSET_BITS" preprocessor symbol to 64 to support
> > +files # larger than 2GB CFLAGS_append = " -D_FILE_OFFSET_BITS=64"
> > +
> 
> http://patchwork.openembedded.org/patch/57331/
> This patch is superseded, right?

Yes, it is superseded.

> 
> Please update as Otavio requested.

I have sent the v2 patch. Thanks for your review.

> 
> >  # autotools.bbclass attends to include m4 files with path depth <= 2
> > by  # "find ${S} -maxdepth 2 -name \*.m4", so move m4 files from m4/m4.
> >  do_configure_prepend() {
> > --
> > 1.7.3.4
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com




More information about the Openembedded-devel mailing list