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: Thu, 21 Apr 2016 12:05:33 +0200 Message-ID: <2043282.0nxpx5z4RF@xps13> References: <1446748276-132087-1-git-send-email-jianfeng.tan@intel.com> <1461207396-42742-1-git-send-email-jianfeng.tan@intel.com> <1461207396-42742-3-git-send-email-jianfeng.tan@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: Jianfeng Tan Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 8779ACE7 for ; Thu, 21 Apr 2016 12:05:55 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id u206so123778695wme.1 for ; Thu, 21 Apr 2016 03:05:55 -0700 (PDT) In-Reply-To: <1461207396-42742-3-git-send-email-jianfeng.tan@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-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? > .. table:: Features availability in networking drivers > > - ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = > - Feature a b b b c e e e i i i i i i i i i i f f f f m m m n n p r s v v v v x > - f n n o x 1 n n 4 4 4 4 g g x x x x m m m m l l p f u c i z h i i m e > - p x x n g 0 a i 0 0 0 0 b b g g g g 1 1 1 1 x x i p l a n e o r r x n > - a 2 2 d b 0 c e e e e v b b b b 0 0 0 0 4 5 p l p g d s t t n v > - c x x i e 0 . v v f e e e e k k k k e a t i i e i > - k v n . f f . v v . v v t o o t r > - e f g . . . f f . f f a . 3 t > + ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = > + Feature a b b b c e e e i i i i i i i i i i f f f f m m m n n p r s v v v v x c > + f n n o x 1 n n 4 4 4 4 g g x x x x m m m m l l p f u c i z h i i m e v > + p x x n g 0 a i 0 0 0 0 b b g g g g 1 1 1 1 x x i p l a n e o r r x n i > + a 2 2 d b 0 c e e e e v b b b b 0 0 0 0 4 5 p l p g d s t t n v r > + c x x i e 0 . v v f e e e e k k k k e a t i i e i t > + k v n . f f . v v . v v t o o t r i > + e f g . . . f f . f f a . 3 t o > t v v v v v v 2 v > e e e e e e e > c c c c c c c > - ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Please keep the alphabetical order.