Re: [dpdk-dev] [PATCH v3 0/4] no-huge unit test

2020-03-17 Thread dwilder
On 2020-03-13 01:16, Ruifeng Wang wrote: For environments (such as containers) where hugetlbfs are not available, some unit tests can be run with 'no-huge' option. fast-tests suites is generated dynamically according to hugetlbfs availability in building environment. This allows unit test to ru

Re: [dpdk-dev] [PATCH v3 0/4] no-huge unit test

2020-03-16 Thread Bruce Richardson
On Mon, Mar 16, 2020 at 10:13:23AM -0400, Aaron Conole wrote: > David Marchand writes: > > > On Fri, Mar 13, 2020 at 2:04 PM Aaron Conole wrote: > >> > >> Aaron Conole writes: > >> > >> > Ruifeng Wang writes: > >> > > >> >> For environments (such as containers) where hugetlbfs are not availabl

Re: [dpdk-dev] [PATCH v3 0/4] no-huge unit test

2020-03-16 Thread Aaron Conole
David Marchand writes: > On Fri, Mar 13, 2020 at 2:04 PM Aaron Conole wrote: >> >> Aaron Conole writes: >> >> > Ruifeng Wang writes: >> > >> >> For environments (such as containers) where hugetlbfs are not available, >> >> some unit tests can be run with 'no-huge' option. >> >> >> >> fast-test

Re: [dpdk-dev] [PATCH v3 0/4] no-huge unit test

2020-03-16 Thread Aaron Conole
Ruifeng Wang writes: >> -Original Message- >> From: David Marchand >> Sent: Friday, March 13, 2020 23:54 >> To: Aaron Conole >> Cc: Ruifeng Wang ; Michael Santana >> ; Bruce Richardson >> ; Ananyev, Konstantin >> ; Cristian Dumitrescu >> ; Wang, Yipeng1 >> ; Gobriel, Sameh ; >> dev ; Bu

Re: [dpdk-dev] [PATCH v3 0/4] no-huge unit test

2020-03-16 Thread Ruifeng Wang
> -Original Message- > From: David Marchand > Sent: Friday, March 13, 2020 23:54 > To: Aaron Conole > Cc: Ruifeng Wang ; Michael Santana > ; Bruce Richardson > ; Ananyev, Konstantin > ; Cristian Dumitrescu > ; Wang, Yipeng1 > ; Gobriel, Sameh ; > dev ; Burakov, Anatoly ; > Gavin Hu ; Hon

Re: [dpdk-dev] [PATCH v3 0/4] no-huge unit test

2020-03-13 Thread David Marchand
On Fri, Mar 13, 2020 at 2:04 PM Aaron Conole wrote: > > Aaron Conole writes: > > > Ruifeng Wang writes: > > > >> For environments (such as containers) where hugetlbfs are not available, > >> some unit tests can be run with 'no-huge' option. > >> > >> fast-tests suites is generated dynamically ac

Re: [dpdk-dev] [PATCH v3 0/4] no-huge unit test

2020-03-13 Thread Aaron Conole
Aaron Conole writes: > Ruifeng Wang writes: > >> For environments (such as containers) where hugetlbfs are not available, >> some unit tests can be run with 'no-huge' option. >> >> fast-tests suites is generated dynamically according to hugetlbfs >> availability in building environment. This all

Re: [dpdk-dev] [PATCH v3 0/4] no-huge unit test

2020-03-13 Thread Aaron Conole
Ruifeng Wang writes: > For environments (such as containers) where hugetlbfs are not available, > some unit tests can be run with 'no-huge' option. > > fast-tests suites is generated dynamically according to hugetlbfs > availability in building environment. This allows unit test to run > in diffe

[dpdk-dev] [PATCH v3 0/4] no-huge unit test

2020-03-13 Thread Ruifeng Wang
For environments (such as containers) where hugetlbfs are not available, some unit tests can be run with 'no-huge' option. fast-tests suites is generated dynamically according to hugetlbfs availability in building environment. This allows unit test to run in different environments using the same s