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

2017-03-28 Thread Yuanhan Liu
On Tue, Mar 28, 2017 at 05:20:00PM +, 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 > Reviewed-by: Jianfeng Tan > --- > v3: > * Add a sanity check and raise an exception if i

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

2017-03-28 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 Reviewed-by: Jianfeng Tan --- v3: * Add a sanity check and raise an exception if it's given for vhost-user backend v2: * Remove the misuse of VIRTIO_USER_DEF_