Re: [dpdk-dev] [PATCH] net/virtio: fix a typo

2017-10-05 Thread Yuanhan Liu
ime.coque...@redhat.com > > Cc: weidong.hu...@huawei.com; wangxinxin.w...@huawei.com; > > longpe...@huawei.com; Jay Zhou > > Subject: [dpdk-dev] [PATCH] net/virtio: fix a typo > > > > Fixed a comment in struct virtionet_ctl, referring to the ring type > > > > Si

Re: [dpdk-dev] [PATCH] net/virtio: fix a typo

2017-09-04 Thread Rybalchenko, Kirill
awei.com; Jay Zhou > Subject: [dpdk-dev] [PATCH] net/virtio: fix a typo > > Fixed a comment in struct virtionet_ctl, referring to the ring type > > Signed-off-by: Jay Zhou > --- > drivers/net/virtio/virtio_rxtx.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Kirill Rybalchenko

[dpdk-dev] [PATCH] net/virtio: fix a typo

2017-08-21 Thread Jay Zhou
Fixed a comment in struct virtionet_ctl, referring to the ring type Signed-off-by: Jay Zhou --- drivers/net/virtio/virtio_rxtx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/virtio/virtio_rxtx.h b/drivers/net/virtio/virtio_rxtx.h index 28f82d6..9811204 100644 -