On Tue, Mar 28, 2017 at 12:09:09PM +0000, 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 <li...@arraynetworks.com.cn> > Reviewed-by: Jianfeng Tan <jianfeng....@intel.com>
This option applies only to vhost-kernel backend, you may need do a sanity check and raise an exception if it's given for vhost-user backend. --yliu