Marvin Liu
bed17d93a6
app/test: fix sched mempool allocation
In previous setting, mempool size and cache_size were both 32. It does not satisfy with cache_size checking rule by now. Cache size should be less than CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE and mempool size / 1.5. Fixes: 462321b44a80 ("mempool: limit cache size") Signed-off-by: Marvin Liu <yong.liu@intel.com> Acked-by: Jingjing Wu <jingjing.wu@intel.com> [Thomas: remove unused PKT_BURST_SZ]
Description
No description provided
Languages
C
99.1%
Meson
0.5%
Python
0.2%
Shell
0.1%