vhost: fix IOTLB on NUMA realloc
authorMaxime Coquelin <maxime.coquelin@redhat.com>
Thu, 12 Oct 2017 15:38:50 +0000 (17:38 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 13 Oct 2017 20:08:21 +0000 (22:08 +0200)
commitb9c07b314160a91da7cf8d398dab33da179757f7
treebf1555120667fbd4545bd30d012ff397beb316b2
parent1aadb2f6b1d1d9b13327a3fe7badf40fabcae882
vhost: fix IOTLB on NUMA realloc

In case of NUMA reallocation, virtqueue's iotlb list is broken,
has its head changes but first iotlb entry in the list still points
to the previous head pointer.

Also, in case of reallocation, we want the IOTLB cache mempool to be
on the new socket.

This patch perform a full re-init of the IOTLB cache when mempool
already exists, and calls the IOTLB cache init function in case
the virtqueue is being reallocated on a new socket.

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Jens Freimann <jfreimann@redhat.com>
lib/librte_vhost/iotlb.c
lib/librte_vhost/vhost_user.c