Re: [dpdk-dev] [PATCH v6 4/7] vhost: fix NUMA reallocation with multiqueue

2021-06-29 Thread Maxime Coquelin
Hi Chenbo, On 6/25/21 1:37 PM, Xia, Chenbo wrote: > Hi Maxime, > >> -Original Message- >> From: stable On Behalf Of Xia, Chenbo >> Sent: Friday, June 25, 2021 10:56 AM >> To: Maxime Coquelin ; dev@dpdk.org; >> david.march...@redhat.com >> Cc: sta...@dpdk.org >> Subject: Re: [dpdk-stable]

Re: [dpdk-dev] [PATCH v6 4/7] vhost: fix NUMA reallocation with multiqueue

2021-06-25 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: stable On Behalf Of Xia, Chenbo > Sent: Friday, June 25, 2021 10:56 AM > To: Maxime Coquelin ; dev@dpdk.org; > david.march...@redhat.com > Cc: sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH v6 4/7] vhost: fix NUMA reallocation > with multiqueue

Re: [dpdk-dev] [PATCH v6 4/7] vhost: fix NUMA reallocation with multiqueue

2021-06-24 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Friday, June 18, 2021 10:04 PM > To: dev@dpdk.org; david.march...@redhat.com; Xia, Chenbo > > Cc: Maxime Coquelin ; sta...@dpdk.org > Subject: [PATCH v6 4/7] vhost: fix NUMA reallocation with multiqueue > > Since the Vhost

[dpdk-dev] [PATCH v6 4/7] vhost: fix NUMA reallocation with multiqueue

2021-06-18 Thread Maxime Coquelin
Since the Vhost-user device initialization has been reworked, enabling the application to start using the device as soon as the first queue pair is ready, NUMA reallocation no more happened on queue pairs other than the first one since numa_realloc() was returning early if the device was running.