mbox

[0/6] Some fixes for vhost

Message ID 20190104040642.27463-1-tiwei.bie@intel.com (mailing list archive)
Headers

Message

Tiwei Bie Jan. 4, 2019, 4:06 a.m. UTC
  Tiwei Bie (6):
  vhost: fix desc access in relay helpers
  vhost: fix possible out of bound access in relay helpers
  vhost: fix possible dead loop in relay helpers
  vhost: fix possible out of bound access in vector filling
  vhost: fix possible dead loop in vector filling
  vhost: ensure event idx is mapped when negotiated

 lib/librte_vhost/vdpa.c       | 55 ++++++++++++++++++++++++++++-------
 lib/librte_vhost/vhost_user.c | 15 ++++++----
 lib/librte_vhost/virtio_net.c | 16 ++++++++++
 3 files changed, 69 insertions(+), 17 deletions(-)