Re: [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-03-12 Thread Ruifeng Wang
> -Original Message- > From: Juraj Linkeš > Sent: Thursday, March 12, 2020 15:13 > To: Ruifeng Wang ; Aaron Conole > > Cc: maicolgabr...@hotmail.com; bruce.richard...@intel.com; dev@dpdk.org; > david.march...@redhat.com; Gavin Hu ; Honnappa > Nagarahalli ; nd ; nd > > Subject: RE: [PAT

Re: [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-03-12 Thread Juraj Linkeš
Hi, What if we just split the test names into fast_hugepage_test_name and fast_nohuge_test_names and create two suites (fast-suite and fast-nohuge-suite) from that? That seems like a simpler version of one list with booleans indicating whether a test is a huge/nohuge test, though it would requi

Re: [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-03-07 Thread Ruifeng Wang
> -Original Message- > From: Aaron Conole > Sent: Friday, March 6, 2020 23:57 > To: Ruifeng Wang > Cc: maicolgabr...@hotmail.com; bruce.richard...@intel.com; dev@dpdk.org; > david.march...@redhat.com; Gavin Hu ; Honnappa > Nagarahalli ; juraj.lin...@pantheon.tech; > nd > Subject: Re: [

Re: [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-03-06 Thread Bruce Richardson
On Fri, Mar 06, 2020 at 11:16:24AM -0500, Aaron Conole wrote: > David Marchand writes: > > > On Fri, Mar 6, 2020 at 4:57 PM Aaron Conole wrote: > >> > >> Ruifeng Wang writes: > >> > >> >> -Original Message- > >> >> From: Aaron Conole > >> >> Sent: Thursday, March 5, 2020 22:37 > >> >>

Re: [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-03-06 Thread Aaron Conole
David Marchand writes: > On Fri, Mar 6, 2020 at 4:57 PM Aaron Conole wrote: >> >> Ruifeng Wang writes: >> >> >> -Original Message- >> >> From: Aaron Conole >> >> Sent: Thursday, March 5, 2020 22:37 >> >> To: Ruifeng Wang >> >> Cc: maicolgabr...@hotmail.com; bruce.richard...@intel.com;

Re: [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-03-06 Thread David Marchand
On Fri, Mar 6, 2020 at 4:57 PM Aaron Conole wrote: > > Ruifeng Wang writes: > > >> -Original Message- > >> From: Aaron Conole > >> Sent: Thursday, March 5, 2020 22:37 > >> To: Ruifeng Wang > >> Cc: maicolgabr...@hotmail.com; bruce.richard...@intel.com; dev@dpdk.org; > >> david.march...@

Re: [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-03-06 Thread Aaron Conole
Ruifeng Wang writes: >> -Original Message- >> From: Aaron Conole >> Sent: Thursday, March 5, 2020 22:37 >> To: Ruifeng Wang >> Cc: maicolgabr...@hotmail.com; bruce.richard...@intel.com; dev@dpdk.org; >> david.march...@redhat.com; Gavin Hu ; Honnappa >> Nagarahalli ; juraj.lin...@pantheo

Re: [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-03-06 Thread Ruifeng Wang
> -Original Message- > From: Aaron Conole > Sent: Thursday, March 5, 2020 22:37 > To: Ruifeng Wang > Cc: maicolgabr...@hotmail.com; bruce.richard...@intel.com; dev@dpdk.org; > david.march...@redhat.com; Gavin Hu ; Honnappa > Nagarahalli ; juraj.lin...@pantheon.tech; > nd > Subject: Re:

Re: [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-03-05 Thread Aaron Conole
Ruifeng Wang writes: >> -Original Message- >> From: Aaron Conole >> Sent: Thursday, March 5, 2020 01:31 >> To: Ruifeng Wang >> Cc: maicolgabr...@hotmail.com; bruce.richard...@intel.com; dev@dpdk.org; >> david.march...@redhat.com; Gavin Hu ; Honnappa >> Nagarahalli ; juraj.lin...@pantheo

Re: [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-03-04 Thread Ruifeng Wang
> -Original Message- > From: Aaron Conole > Sent: Thursday, March 5, 2020 01:31 > To: Ruifeng Wang > Cc: maicolgabr...@hotmail.com; bruce.richard...@intel.com; dev@dpdk.org; > david.march...@redhat.com; Gavin Hu ; Honnappa > Nagarahalli ; juraj.lin...@pantheon.tech; > nd > Subject: Re:

Re: [dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-03-04 Thread Aaron Conole
Ruifeng Wang writes: > This test suite is derived from fast-tests suite. Cases in this > suite are run with '--no-huge' flag. > > The suite aims to cover as many as possible test cases out of the > fast-tests suites in the environments without huge pages support, > like containers. > > Signed-off

[dpdk-dev] [PATCH v2 2/2] ci: add test suite run without hugepage

2020-02-27 Thread Ruifeng Wang
This test suite is derived from fast-tests suite. Cases in this suite are run with '--no-huge' flag. The suite aims to cover as many as possible test cases out of the fast-tests suites in the environments without huge pages support, like containers. Signed-off-by: Ruifeng Wang Reviewed-by: Gavin