All of lore.kernel.org
 help / color / mirror / Atom feed
* FW: [oe] BitBake parallel parsing testing
@ 2010-11-24  8:45 Xu, Dongxiao
  2010-11-24  9:50 ` Gary Thomas
  2010-11-24 10:40 ` Tian, Kevin
  0 siblings, 2 replies; 4+ messages in thread
From: Xu, Dongxiao @ 2010-11-24  8:45 UTC (permalink / raw)
  To: yocto@yoctoproject.org

FYI, bitbake parallel parsing is enabled, which can greatly reduce the file parsing time.
There are some data test result in OE's following mails.

Bitbake 1.10: 3m2.185s
parallel-parsing (BB_NUM_PARSE_THREADS=num_cpu): 1m48.232s parallel-parsing (BB_NUM_PARSE_THREADS=2*num_cpu): 1m1.869s

Thanks,
Dongxiao

Chris Larson wrote:
> Greetings all,
> This is a request for further testers for the parallel parsing branch
> of bitbake, as well as for review of the code.  I'm fairly certain
> that the last real issue with it was resolved yesterday, and I
> haven't gotten any reports of problems from those testing it since
> last week, so I'm opening it up to more public testing, so we can be
> absolutely certain that we can merge it to master in the near future
> without risking problems.      
> 
> For code review:
> Either follow the below steps, then git log master..parallel-parsing
> or git diff master..parallel-parsing, or use the web interface at
> https://github.com/kergoth/bitbake/commits/parallel-parsing.  
> 
> For testing from scratch:
> 
> git clone git://github.com/kergoth/bitbake cd bitbake git checkout -b
> parallel-parsing origin/parallel-parsing 
> 
> From an existing bitbake repository:
> 
> git remote add kergoth git://github.com/kergoth/bitbake git remote
> update git checkout -b parallel-parsing kergoth/parallel-parsing 
> 
> Thanks for your time, and do let me know what you think, either of
> the code, performance in general, or the new progress bar (shows an
> ETA), or anything else :)  



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FW: [oe] BitBake parallel parsing testing
  2010-11-24  8:45 FW: [oe] BitBake parallel parsing testing Xu, Dongxiao
@ 2010-11-24  9:50 ` Gary Thomas
  2010-11-24 10:30   ` Joshua Lock
  2010-11-24 10:40 ` Tian, Kevin
  1 sibling, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2010-11-24  9:50 UTC (permalink / raw)
  To: Xu, Dongxiao; +Cc: yocto@yoctoproject.org

On 11/24/2010 01:45 AM, Xu, Dongxiao wrote:
> FYI, bitbake parallel parsing is enabled, which can greatly reduce the file parsing time.
> There are some data test result in OE's following mails.
>
> Bitbake 1.10: 3m2.185s
> parallel-parsing (BB_NUM_PARSE_THREADS=num_cpu): 1m48.232s parallel-parsing (BB_NUM_PARSE_THREADS=2*num_cpu): 1m1.869s

To be clear - this is in the Poky main tree?  since what commit?

Thanks

> Chris Larson wrote:
>> Greetings all,
>> This is a request for further testers for the parallel parsing branch
>> of bitbake, as well as for review of the code.  I'm fairly certain
>> that the last real issue with it was resolved yesterday, and I
>> haven't gotten any reports of problems from those testing it since
>> last week, so I'm opening it up to more public testing, so we can be
>> absolutely certain that we can merge it to master in the near future
>> without risking problems.
>>
>> For code review:
>> Either follow the below steps, then git log master..parallel-parsing
>> or git diff master..parallel-parsing, or use the web interface at
>> https://github.com/kergoth/bitbake/commits/parallel-parsing.
>>
>> For testing from scratch:
>>
>> git clone git://github.com/kergoth/bitbake cd bitbake git checkout -b
>> parallel-parsing origin/parallel-parsing
>>
>>  From an existing bitbake repository:
>>
>> git remote add kergoth git://github.com/kergoth/bitbake git remote
>> update git checkout -b parallel-parsing kergoth/parallel-parsing
>>
>> Thanks for your time, and do let me know what you think, either of
>> the code, performance in general, or the new progress bar (shows an
>> ETA), or anything else :)
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FW: [oe] BitBake parallel parsing testing
  2010-11-24  9:50 ` Gary Thomas
@ 2010-11-24 10:30   ` Joshua Lock
  0 siblings, 0 replies; 4+ messages in thread
From: Joshua Lock @ 2010-11-24 10:30 UTC (permalink / raw)
  To: yocto

On Wed, 2010-11-24 at 02:50 -0700, Gary Thomas wrote:
> On 11/24/2010 01:45 AM, Xu, Dongxiao wrote:
> > FYI, bitbake parallel parsing is enabled, which can greatly reduce the file parsing time.
> > There are some data test result in OE's following mails.
> >
> > Bitbake 1.10: 3m2.185s
> > parallel-parsing (BB_NUM_PARSE_THREADS=num_cpu): 1m48.232s parallel-parsing (BB_NUM_PARSE_THREADS=2*num_cpu): 1m1.869s
> 
> To be clear - this is in the Poky main tree?  since what commit?

No, this is an RFC from one of the bitbake developers and currently only
resides in his personal branch of bitbake.

Cheers,
Joshua
-- 
Joshua Lock
        Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [oe] BitBake parallel parsing testing
  2010-11-24  8:45 FW: [oe] BitBake parallel parsing testing Xu, Dongxiao
  2010-11-24  9:50 ` Gary Thomas
@ 2010-11-24 10:40 ` Tian, Kevin
  1 sibling, 0 replies; 4+ messages in thread
From: Tian, Kevin @ 2010-11-24 10:40 UTC (permalink / raw)
  To: Xu, Dongxiao, yocto@yoctoproject.org; +Cc: Purdie, Richard

Richard, is this the same task you list in 1.0 plan? It looks that we can leverage it. :-)

Thanks
Kevin

>From: Xu, Dongxiao
>Sent: Wednesday, November 24, 2010 4:45 PM
>
>FYI, bitbake parallel parsing is enabled, which can greatly reduce the file parsing time.
>There are some data test result in OE's following mails.
>
>Bitbake 1.10: 3m2.185s
>parallel-parsing (BB_NUM_PARSE_THREADS=num_cpu): 1m48.232s parallel-parsing
>(BB_NUM_PARSE_THREADS=2*num_cpu): 1m1.869s
>
>Thanks,
>Dongxiao
>
>Chris Larson wrote:
>> Greetings all,
>> This is a request for further testers for the parallel parsing branch
>> of bitbake, as well as for review of the code.  I'm fairly certain
>> that the last real issue with it was resolved yesterday, and I
>> haven't gotten any reports of problems from those testing it since
>> last week, so I'm opening it up to more public testing, so we can be
>> absolutely certain that we can merge it to master in the near future
>> without risking problems.
>>
>> For code review:
>> Either follow the below steps, then git log master..parallel-parsing
>> or git diff master..parallel-parsing, or use the web interface at
>> https://github.com/kergoth/bitbake/commits/parallel-parsing.
>>
>> For testing from scratch:
>>
>> git clone git://github.com/kergoth/bitbake cd bitbake git checkout -b
>> parallel-parsing origin/parallel-parsing
>>
>> From an existing bitbake repository:
>>
>> git remote add kergoth git://github.com/kergoth/bitbake git remote
>> update git checkout -b parallel-parsing kergoth/parallel-parsing
>>
>> Thanks for your time, and do let me know what you think, either of
>> the code, performance in general, or the new progress bar (shows an
>> ETA), or anything else :)
>
>_______________________________________________
>yocto mailing list
>yocto@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-24 10:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-24  8:45 FW: [oe] BitBake parallel parsing testing Xu, Dongxiao
2010-11-24  9:50 ` Gary Thomas
2010-11-24 10:30   ` Joshua Lock
2010-11-24 10:40 ` Tian, Kevin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.