mbox series

[0/3] Some fixes and doc updates for virtio-user

Message ID 20180921125244.27861-1-tiwei.bie@intel.com (mailing list archive)
Headers
Series Some fixes and doc updates for virtio-user |

Message

Tiwei Bie Sept. 21, 2018, 12:52 p.m. UTC
  This series consists of some fixes and doc updates for virtio-user.


Tiwei Bie (3):
  net/virtio-user: fix multiple queue for vhost-kernel
  net/virtio: add the missing supported features
  doc: update the doc for virtio-user

 doc/guides/contributing/documentation.rst     |  4 ++--
 .../howto/virtio_user_as_exceptional_path.rst | 23 +++++++++++--------
 .../virtio_user_for_container_networking.rst  |  2 +-
 drivers/net/virtio/virtio_ethdev.h            |  5 +++-
 .../net/virtio/virtio_user/virtio_user_dev.c  |  4 +---
 5 files changed, 21 insertions(+), 17 deletions(-)
  

Comments

Maxime Coquelin Sept. 27, 2018, 12:18 p.m. UTC | #1
On 09/21/2018 02:52 PM, Tiwei Bie wrote:
> This series consists of some fixes and doc updates for virtio-user.
> 
> 
> Tiwei Bie (3):
>    net/virtio-user: fix multiple queue for vhost-kernel
>    net/virtio: add the missing supported features
>    doc: update the doc for virtio-user
> 
>   doc/guides/contributing/documentation.rst     |  4 ++--
>   .../howto/virtio_user_as_exceptional_path.rst | 23 +++++++++++--------
>   .../virtio_user_for_container_networking.rst  |  2 +-
>   drivers/net/virtio/virtio_ethdev.h            |  5 +++-
>   .../net/virtio/virtio_user/virtio_user_dev.c  |  4 +---
>   5 files changed, 21 insertions(+), 17 deletions(-)
> 

Applied to dpdk-next-virtio/master.

Thanks,
Maxime