[dpdk-dev] [PATCH v6 2/7] vhost: fix missing guest pages table 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 guest pages table was missing, which likely causes at least one cross-NUMA accesses for ever

Re: [dpdk-dev] [PATCH v6 2/7] vhost: fix missing guest pages table NUMA realloc

2021-06-24 Thread Xia, Chenbo
> -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 2/7] vhost: fix missing guest pages table NUMA realloc > > When the guest allocat