From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490682234; x=1522218234; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=8zY1/NVfUaAYZpepY7QbaOkDE2Et4rfkFBVYQvOUmdU=; b=I+4ycYnEyqHNHD+z8DIYzLcqKa/Kr+HTNR4wczlZE5Vfb5D25eSKAbKb 75ZiJYMY4M/mLO89qUdAi5JxRhznGQ==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2017 23:23:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,235,1486454400"; d="scan'208";a="1127904305" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga001.fm.intel.com with ESMTP; 27 Mar 2017 23:23:52 -0700 Date: Tue, 28 Mar 2017 14:21:40 +0800 From: Yuanhan Liu To: Wenfeng Liu Cc: jianfeng.tan@intel.com, maxime.coquelin@redhat.com, dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1490702949-5944-1-git-send-email-liuwf@arraynetworks.com.cn> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] net/virtio-user: support changing tap interface name X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 06:23:54 -0000 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