[dpdk-dev] [PATCH v6 3/7] vhost: fix missing cache logging NUMA realloc

2021-06-18 Thread Maxime Coquelin
When the guest allocates virtqueues on a different NUMA node than the one the Vhost metadata are allocated, both the Vhost device struct and the virtqueues struct are reallocated. However, reallocating the log cache on the new NUMA node was not done. This patch fixes this by reallocating it if it

Re: [dpdk-dev] [PATCH v6 3/7] vhost: fix missing cache logging NUMA realloc

2021-06-29 Thread Maxime Coquelin
On 6/25/21 4:50 AM, Xia, Chenbo wrote: > 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 >> Subject: [PATCH v6 3/7] vhost: fix missing cache logg

Re: [dpdk-dev] [PATCH v6 3/7] vhost: fix missing cache logging NUMA realloc

2021-06-30 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Tuesday, June 29, 2021 10:39 PM > To: Xia, Chenbo ; dev@dpdk.org; > david.march...@redhat.com > Subject: Re: [PATCH v6 3/7] vhost: fix missing cache logging NUMA realloc > > > > On 6/25/21 4:50 AM, Xia, Chenbo wrote: > > H

Re: [dpdk-dev] [PATCH v6 3/7] vhost: fix missing cache logging NUMA realloc

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 > Subject: [PATCH v6 3/7] vhost: fix missing cache logging NUMA realloc > > When the guest allocates virtqu