mbox series

[v2,0/1] vhost: Make iotlb mempool not single-consumer

Message ID 20200831075922.17970-1-eperezma@redhat.com (mailing list archive)
Headers
Series vhost: Make iotlb mempool not single-consumer |

Message

Eugenio Perez Martin Aug. 31, 2020, 7:59 a.m. UTC
  Bugzilla bug: 523

This behavior is only observed on packed vq + virtio-net kernel driver in the
guest, so we could make the single-consumer flag optional. However, I have not
found why I cannot see the issue in split, so the safer option is to never set
it.

Any comments?

Thanks!

v2: Modify commit message to not to include all trace and commands.

Eugenio PĂ©rez (1):
  vhost: fix iotlb mempool single-consumer flag

 lib/librte_vhost/iotlb.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)