From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 2/2] virtio/vdev: add a new vdev named eth_cvio Date: Fri, 22 Apr 2016 10:30:14 +0200 Message-ID: <1545177.Fgvr8s2Srp@xps13> References: <1446748276-132087-1-git-send-email-jianfeng.tan@intel.com> <2043282.0nxpx5z4RF@xps13> <5719D213.1090608@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Huawei Xie , rich.lane@bigswitch.com, yuanhan.liu@linux.intel.com, mst@redhat.com, nakajima.yoshihiro@lab.ntt.co.jp, p.fedin@samsung.com, michael.qiu@intel.com, ann.zhuangyanying@huawei.com, mukawa@igel.co.jp, nhorman@tuxdrver.com To: "Tan, Jianfeng" Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 7876328BF for ; Fri, 22 Apr 2016 10:30:37 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id v188so11717665wme.1 for ; Fri, 22 Apr 2016 01:30:37 -0700 (PDT) In-Reply-To: <5719D213.1090608@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-22 15:26, Tan, Jianfeng: > Hi Thomas, > > On 4/21/2016 6:05 PM, Thomas Monjalon wrote: > > 2016-04-21 02:56, Jianfeng Tan: > >> Add a new virtual device named eth_cvio, it can be used just like > >> eth_ring, eth_null, etc. > > Why this name eth_cvio? > > Why the prefix eth_? > > The virtio-net driver uses a kernel device. Here it is a userland device. > > Why not virtio-user? > > I was looking for an appropriate name for this device; have tried a lot, > but none is good enough. Thank you for your advice virtio-user. > The prefix eth_ is to keep the same style with eth_ring, eth_null. > So how about eth_virtio_user? I prefer not adding eth_. Just my opinion.