From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2] net/virtio-user: support changing tap interface name Date: Tue, 28 Mar 2017 14:21:40 +0800 Message-ID: <20170328062140.GY18844@yliu-dev.sh.intel.com> References: <1490702949-5944-1-git-send-email-liuwf@arraynetworks.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: jianfeng.tan@intel.com, maxime.coquelin@redhat.com, dev@dpdk.org To: Wenfeng Liu Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 2286E101B for ; Tue, 28 Mar 2017 08:23:53 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1490702949-5944-1-git-send-email-liuwf@arraynetworks.com.cn> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > Reviewed-by: Jianfeng Tan 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