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

2018-10-16 Thread Phil Yang (Arm Technology China)
> -Original Message- > From: Ferruh Yigit > Sent: Monday, October 15, 2018 6:42 PM > To: Phil Yang (Arm Technology China) ; dev@dpdk.org > Cc: nd ; anatoly.bura...@intel.com > Subject: Re: [PATCH] app/testpmd: fix vdev socket initialization > > On 10/15/2018 10:51 AM, Phil Yang (Arm Tech

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

2018-10-15 Thread Ferruh Yigit
On 10/12/2018 10:34 AM, phil.y...@arm.com wrote: > The cmdline settings of port-numa-config and rxring-numa-config have been > flushed by the following init_config. If we don't configure the > port-numa-config, the virtual device will allocate the device ports to > socket 0. It will cause failure w

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

2018-10-15 Thread Ferruh Yigit
On 10/15/2018 10:51 AM, Phil Yang (Arm Technology China) wrote: >> -Original Message- >> From: Ferruh Yigit >> Sent: Saturday, October 13, 2018 1:13 AM >> To: Phil Yang (Arm Technology China) ; dev@dpdk.org >> Cc: nd ; anatoly.bura...@intel.com >> Subject: Re: [PATCH] app/testpmd: fix vdev

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

2018-10-15 Thread Phil Yang (Arm Technology China)
> -Original Message- > From: Ferruh Yigit > Sent: Saturday, October 13, 2018 1:13 AM > To: Phil Yang (Arm Technology China) ; dev@dpdk.org > Cc: nd ; anatoly.bura...@intel.com > Subject: Re: [PATCH] app/testpmd: fix vdev socket initialization > > On 10/12/2018 10:34 AM, phil.y...@arm.com

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

2018-10-12 Thread Ferruh Yigit
On 10/12/2018 10:34 AM, phil.y...@arm.com wrote: > The cmdline settings of port-numa-config and rxring-numa-config have been > flushed by the following init_config. If we don't configure the > port-numa-config, the virtual device will allocate the device ports to > socket 0. It will cause failure w

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

2018-10-12 Thread Phil Yang
The cmdline settings of port-numa-config and rxring-numa-config have been flushed by the following init_config. If we don't configure the port-numa-config, the virtual device will allocate the device ports to socket 0. It will cause failure when the socket 0 is unavailable. eg: testpmd -l --vdev