mbox series

[0/2] Some fixes for virtio and vhost

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

Message

Tiwei Bie Oct. 25, 2018, 9:46 a.m. UTC
Tiwei Bie (2):
  net/virtio: drop duplicated reset method
  net/vhost: fix parameters string

 drivers/net/vhost/rte_eth_vhost.c       |  6 +++++-
 drivers/net/virtio/virtio_pci.c         | 15 ---------------
 drivers/net/virtio/virtio_pci.h         |  1 -
 drivers/net/virtio/virtio_user_ethdev.c |  1 -
 4 files changed, 5 insertions(+), 18 deletions(-)
  

Comments

Maxime Coquelin Oct. 30, 2018, 10:56 a.m. UTC | #1
On 10/25/18 11:46 AM, Tiwei Bie wrote:
> Tiwei Bie (2):
>    net/virtio: drop duplicated reset method
>    net/vhost: fix parameters string
> 
>   drivers/net/vhost/rte_eth_vhost.c       |  6 +++++-
>   drivers/net/virtio/virtio_pci.c         | 15 ---------------
>   drivers/net/virtio/virtio_pci.h         |  1 -
>   drivers/net/virtio/virtio_user_ethdev.c |  1 -
>   4 files changed, 5 insertions(+), 18 deletions(-)
> 

Applied to dpdk-next-virtio/master

Thanks,
Maxime