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;

