From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AE2F9A00C2; Fri, 24 Apr 2020 11:28:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 22B291C1D3; Fri, 24 Apr 2020 11:28:20 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id BE9F81C1BF for ; Fri, 24 Apr 2020 11:28:18 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 2A5165C09C3; Fri, 24 Apr 2020 05:28:18 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Fri, 24 Apr 2020 05:28:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= W+z/KEl6l1QvbRZGRg6/P0ufwoKQtTT7hxbcu881vGo=; b=Yfzii5NadvcVSMAM nIAg0Vwtg4gKRochLIf4lZ+mKgDoo4SLK873lmT/FIgnNrHjP8ChvFS0xXaLFLrT ThXL+R4n5EHPrMruygYxJDFjMoJ/JuIYGnLKoub/qeAXli8PqZV/5UV8S6HRPaYK jjvh9yxZF/mFB0JTdz52PUcfa11X3z3ahAVwUAqhxc1zJYyTNrstLbhENI5d00WY yma7/dDte4ZyWyris0kLj9Upfx+Z8ZZGQGRVpnmOiJx32ygpXxbX//I1CLdj8D6w xSGaN1vjdWPUoR6qZc43qQnyosw5zxlGqqvhCuRZRnvNKomybwXY0KSI4RYlhf0D k4f2uw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=W+z/KEl6l1QvbRZGRg6/P0ufwoKQtTT7hxbcu881v Go=; b=gUq6u4VOhQEVfDeukC3e7x8ud/xGZxMG3HcbtizCUUSLPCBAbMbg2HnN3 bQ9z3mG51B7KYByw/5VTeu1Cd5cjNj99UH9M0nxzS/zC1WPcUWKTr3O5QSEOFsdg 4+6IVJQ3JfiJQUVBpPPWSiA5geM57pII/mhucEkZUu8ioaDoFWg9qaJqB7aPpnrO MQ0Q+rmtiF1u2XRzxnq/MQgtg2ljOu8PZyRsG8IbhkuFCWHX+az97LzetqCq6SMe BXcgIctGr9EY1XOLsmI3806k/8qn0HpKuV2GzZ8bHy5CrQ/waxa2uoUOGHfjqiUm t4nJ58WJ27IBfjj3nbdPPe1XgsM5A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrhedugddugecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3FB7B3065D83; Fri, 24 Apr 2020 05:28:17 -0400 (EDT) From: Thomas Monjalon To: Maxime Coquelin Cc: dev@dpdk.org, xiaolong.ye@intel.com, zhihong.wang@intel.com Date: Fri, 24 Apr 2020 11:28:16 +0200 Message-ID: <10801931.RiKt1P0BV1@thomas> In-Reply-To: <20200420075310.6059-1-maxime.coquelin@redhat.com> References: <20200420075310.6059-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: merge virtio vector features into virtio ones 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/04/2020 09:53, Maxime Coquelin: > The goal is to make the table more readable. > > Mark as partially supported features that are supported in > the genric Virtio driver but not in the vectorized ones. > > Suggested-by: Thomas Monjalon > Signed-off-by: Maxime Coquelin Looks good, thanks. No ack from me, I don't know virtio PMD enough :)