Re: [dpdk-dev] [PATCH] net/virtio: fix the wrong comment

2017-07-04 Thread Yuanhan Liu
On Fri, Jun 23, 2017 at 12:14:45AM -0400, Yong Wang wrote: > Since "rte_eal_dev_init()" has been removed, the comment referred to > it should be modified simultaneously. > > Signed-off-by: Yong Wang Applied to dpdk-next-virtio. Thanks. --yliu

[dpdk-dev] [PATCH] net/virtio: fix the wrong comment

2017-06-22 Thread Yong Wang
Since "rte_eal_dev_init()" has been removed, the comment referred to it should be modified simultaneously. Signed-off-by: Yong Wang --- drivers/net/virtio/virtio_user_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/virtio/virtio_user_ethdev.c b/drivers/n