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

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Sep 23 18:42:15 CEST 2016


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 allocation failures due to memory fragmentation, decrease the
> size of the table to 32K.
> 
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>

Applied, thanks


More information about the dev mailing list