From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 49D7FCF90 for ; Tue, 28 Mar 2017 12:32:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490697177; x=1522233177; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=ls7dLDgwxXjLSZnkKqe9H4/bWDQv1DO1xjgfJ/KIU5Q=; b=WWnjDpT7buNnfJGCQjJYgUQmWmlumFis0dq2YQxas+H1c6K83bKY/PpB RaLAcGRFluohgNLo0bS7AaJE7/tMQw==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2017 03:32:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,236,1486454400"; d="scan'208";a="81423859" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga005.fm.intel.com with ESMTP; 28 Mar 2017 03:32:54 -0700 Date: Tue, 28 Mar 2017 18:30:31 +0800 From: Yuanhan Liu To: Wenfeng Liu Cc: jianfeng.tan@intel.com, maxime.coquelin@redhat.com, dev@dpdk.org Message-ID: <20170328103031.GB18844@yliu-dev.sh.intel.com> References: <1490721600-29913-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: <1490721600-29913-1-git-send-email-liuwf@arraynetworks.com.cn> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3] 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 10:32:57 -0000 On Tue, Mar 28, 2017 at 05:20:00PM +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 > --- > 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_CQ_EN Applied to dpdk-next-virtio. Thanks. --yliu