[dpdk-dev] [PATCH] app/test: decrease memory requirements for hash

2016-09-23 Thread Thomas Monjalon
2016-09-12 13:38, Olivier Matz: > In hash autotest, the size of tables that should be succesfully created > is 32K entries (256KB), except for the table called "different_name", > which is 1M entries (8MB). When memory is too fragmented (with 2M > hugepages), the test can fail. > > To avoid alloca

[dpdk-dev] [PATCH] app/test: decrease memory requirements for hash

2016-09-12 Thread Olivier Matz
In hash autotest, the size of tables that should be succesfully created is 32K entries (256KB), except for the table called "different_name", which is 1M entries (8MB). When memory is too fragmented (with 2M hugepages), the test can fail. To avoid allocation failures due to memory fragmentation, d