[dpdk-dev] [PATCH v1] app/test: fix pmd_perf issue in no NUMA case

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 22 23:01:36 CEST 2015


2015-06-08 14:33, Cunming Liang:
> Reported-by: Jayakumar, Muthurajan <muthurajan.jayakumar at intel.com>
> Signed-off-by: Cunming Liang <cunming.liang at intel.com>

Please explain exactly what you try to fix.
Is it still needed since this patch?
	http://dpdk.org/browse/dpdk/commit/?id=94ef2964148a4540

> +	socket_id = rte_eth_dev_socket_id(port_id);
> +	if (socket_id < 0)
> +		/* enforce using socket 0 when no NUMA support */
> +		socket_id = 0;


More information about the dev mailing list