mbox series

[0/6] Some fixes for vhost

Message ID 20190104040642.27463-1-tiwei.bie@intel.com (mailing list archive)
Headers
Series Some fixes for vhost |

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(-)
  

Comments

Maxime Coquelin Jan. 4, 2019, 6 p.m. UTC | #1
On 1/4/19 5:06 AM, Tiwei Bie wrote:
> 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(-)
> 
Applied to dpdk-next-virtio

Thanks,
Maxime