Re: [dpdk-dev] [PATCH] config: enable packet prefetching with Meson

2020-11-13 Thread Bruce Richardson
On Fri, Nov 13, 2020 at 03:52:12PM +0100, Maxime Coquelin wrote: > With Make build system, RTE_PMD_PACKET_PREFETCH was enabled > by default. It got lost when transitioning to Meson build > system. > > In order to avoid performance changes, this patch enables > packet prefetching in rte_config.h. >

[dpdk-dev] [PATCH] config: enable packet prefetching with Meson

2020-11-13 Thread Maxime Coquelin
With Make build system, RTE_PMD_PACKET_PREFETCH was enabled by default. It got lost when transitioning to Meson build system. In order to avoid performance changes, this patch enables packet prefetching in rte_config.h. Reported-by: Marvin Liu Suggested-by: David Marchand Signed-off-by: Maxime