mbox series

[0/6] Some updates for virtio guide

Message ID 20190813020730.10038-1-tiwei.bie@intel.com (mailing list archive)
Headers
Series Some updates for virtio guide |

Message

Tiwei Bie Aug. 13, 2019, 2:07 a.m. UTC
  Tiwei Bie (6):
  net/virtio: remove remaining simple Tx related stuff
  doc: fix typo in virtio in-order Rx function name
  doc: update the description for in-order Rx path
  doc: document the devargs for virtio-user
  doc: document packed virtqueue for virtio
  doc: fix format for virtio guide

 doc/guides/nics/virtio.rst         | 118 ++++++++++++++++++++---------
 drivers/net/virtio/virtio_ethdev.h |   3 -
 2 files changed, 84 insertions(+), 37 deletions(-)
  

Comments

Maxime Coquelin Sept. 6, 2019, 1:37 p.m. UTC | #1
On 8/13/19 4:07 AM, Tiwei Bie wrote:
> Tiwei Bie (6):
>   net/virtio: remove remaining simple Tx related stuff
>   doc: fix typo in virtio in-order Rx function name
>   doc: update the description for in-order Rx path
>   doc: document the devargs for virtio-user
>   doc: document packed virtqueue for virtio
>   doc: fix format for virtio guide
> 
>  doc/guides/nics/virtio.rst         | 118 ++++++++++++++++++++---------
>  drivers/net/virtio/virtio_ethdev.h |   3 -
>  2 files changed, 84 insertions(+), 37 deletions(-)
> 

Series applied to dpdk-next-virtio.

Thanks for taking care of the doc!
Maxime