Re: [dpdk-dev] [PATCH] app/testpmd: fix physic port socket initialization

2018-10-16 Thread Phil Yang (Arm Technology China)
> -Original Message- > From: dev On Behalf Of Ananyev, Konstantin > Sent: Tuesday, October 16, 2018 6:40 PM > To: dev ; dev@dpdk.org > Cc: Yigit, Ferruh ; nd > Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix physic port socket > initialization > > &

Re: [dpdk-dev] [PATCH] app/testpmd: fix physic port socket initialization

2018-10-16 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] > Sent: Tuesday, October 16, 2018 11:15 AM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; n...@arm.com > Subject: [dpdk-dev] [PATCH] app/testpmd: fix physic port socket initialization > > Once the lcore l

[dpdk-dev] [PATCH] app/testpmd: fix physic port socket initialization

2018-10-16 Thread Phil Yang
Once the lcore list setting excluded the socket which physic device attached, it will cause failure. Meanwhile, it will disable Testpmd cross NUMA scenario. Fixes: dbfb8ec ("app/testpmd: optimize mbuf pool allocation") Signed-off-by: Phil Yang Reviewed-by: Gavin Hu --- app/test-pmd/testpmd.c |