Re: [dpdk-dev] [PATCH] net/virtio-user: support changing tap interface name

2017-03-27 Thread Tan, Jianfeng
Hi Wenfeng, Thank you for implementing this. On 3/11/2017 11:36 PM, Wenfeng Liu wrote: This patch adds a new option 'iface' to change the interface name of tap device with vhost-kernel as backend. Signed-off-by: Wenfeng Liu --- drivers/net/virtio/virtio_user/virtio_user_dev.c | 12 -

Re: [dpdk-dev] [PATCH] net/virtio-user: support changing tap interface name

2017-03-14 Thread Yuanhan Liu
On Sat, Mar 11, 2017 at 03:36:58PM +, Wenfeng Liu wrote: > This patch adds a new option 'iface' to change the interface name of > tap device with vhost-kernel as backend. > > Signed-off-by: Wenfeng Liu Jianfeng, any comments? --yliu

[dpdk-dev] [PATCH] net/virtio-user: support changing tap interface name

2017-03-10 Thread Wenfeng Liu
This patch adds a new option 'iface' to change the interface name of tap device with vhost-kernel as backend. Signed-off-by: Wenfeng Liu --- drivers/net/virtio/virtio_user/virtio_user_dev.c | 12 drivers/net/virtio/virtio_user/virtio_user_dev.h | 2 +- drivers/net/virtio/virtio_use