Re: [dpdk-dev] [PATCH] test/table_autotest: Decrease memory requirement

2019-07-26 Thread Michael Santana Francisco
On 7/26/19 3:09 AM, David Marchand wrote: Hello Michael, On Thu, Jul 25, 2019 at 11:31 PM Michael Santana wrote: This patch reduces the memory footprint of tables for the unit test. Lower memory footprint means the test now passes when trying to allocate the tables. This is mainly for tests i

Re: [dpdk-dev] [PATCH] test/table_autotest: Decrease memory requirement

2019-07-26 Thread Dumitrescu, Cristian
> -Original Message- > From: Michael Santana [mailto:msant...@redhat.com] > Sent: Thursday, July 25, 2019 10:32 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Michael Santana > Francisco > Subject: [PATCH] test/table_autotest: Decrease memory requirement > > This patch reduces the

Re: [dpdk-dev] [PATCH] test/table_autotest: Decrease memory requirement

2019-07-26 Thread David Marchand
Hello Michael, On Thu, Jul 25, 2019 at 11:31 PM Michael Santana wrote: > > This patch reduces the memory footprint of tables for the unit test. > Lower memory footprint means the test now passes when trying to allocate > the tables. This is mainly for tests in CI, might be worth mentionning in t

[dpdk-dev] [PATCH] test/table_autotest: Decrease memory requirement

2019-07-25 Thread Michael Santana
This patch reduces the memory footprint of tables for the unit test. Lower memory footprint means the test now passes when trying to allocate the tables. Signed-off-by: Michael Santana --- app/test/test_table_tables.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/te