mbox series

[v1,0/2] small fixes

Message ID 20200307132235.210168-1-xiaolong.ye@intel.com (mailing list archive)
Headers
Series small fixes |

Message

Xiaolong Ye March 7, 2020, 1:22 p.m. UTC
  This series contains small fixes for virtio and vhost.

Xiaolong Ye (2):
  net/virtio: fix for out of date comment
  vhost: remove unused variable

 drivers/net/virtio/virtio_ethdev.c | 6 +++---
 lib/librte_vhost/vhost.h           | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)
  

Comments

Maxime Coquelin April 10, 2020, 2:44 p.m. UTC | #1
On 3/7/20 2:22 PM, Xiaolong Ye wrote:
> This series contains small fixes for virtio and vhost.
> 
> Xiaolong Ye (2):
>   net/virtio: fix for out of date comment
>   vhost: remove unused variable
> 
>  drivers/net/virtio/virtio_ethdev.c | 6 +++---
>  lib/librte_vhost/vhost.h           | 1 -
>  2 files changed, 3 insertions(+), 4 deletions(-)
> 
Applied to dpdk-next-virtio/master.

Thanks,
Maxime