mbox series

[0/2] Some fixes for virtio and vhost

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

Message

Tiwei Bie Nov. 6, 2018, 6:40 a.m. UTC
  Tiwei Bie (2):
  vhost: fix IOVA access for packed ring
  net/virtio-user: fix typo in error message

 drivers/net/virtio/virtio_user_ethdev.c | 2 +-
 lib/librte_vhost/virtio_net.c           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
  

Comments

Maxime Coquelin Nov. 9, 2018, 2:52 p.m. UTC | #1
On 11/6/18 7:40 AM, Tiwei Bie wrote:
> Tiwei Bie (2):
>    vhost: fix IOVA access for packed ring
>    net/virtio-user: fix typo in error message
> 
>   drivers/net/virtio/virtio_user_ethdev.c | 2 +-
>   lib/librte_vhost/virtio_net.c           | 4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 


Applied to dpdk-next-virtio/master

Thanks,
Maxime