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

2015-06-23 Thread Liang, Cunming
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, June 23, 2015 5:02 AM > To: Liang, Cunming > Cc: dev at dpdk.org; Jayakumar, Muthurajan > Subject: Re: [dpdk-dev] [PATCH v1] app/test: fix pmd_perf issue in no NUMA >

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

2015-06-22 Thread Thomas Monjalon
2015-06-08 14:33, Cunming Liang: > Reported-by: Jayakumar, Muthurajan > Signed-off-by: Cunming Liang 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

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

2015-06-08 Thread Cunming Liang
Reported-by: Jayakumar, Muthurajan Signed-off-by: Cunming Liang --- app/test/test_pmd_perf.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/app/test/test_pmd_perf.c b/app/test/test_pmd_perf.c index 1fd6843..6f218f7 100644 --- a/app/test/test_pmd_perf.c +

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

2015-06-08 Thread Jayakumar, Muthurajan
Thank you Steve. Acked. Thanks M Jay http://www.dpdk.org -Original Message- From: Liang, Cunming Sent: Sunday, June 07, 2015 11:33 PM To: dev at dpdk.org Cc: Jayakumar, Muthurajan; Liang, Cunming Subject: [PATCH v1] app/test: fix pmd_perf issue in no NUMA case Reported-by: Jayakumar,