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 897D7A32A3 for ; Fri, 25 Oct 2019 12:08:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2C9CA1C0BE; Fri, 25 Oct 2019 12:08:56 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 036C31C0B7 for ; Fri, 25 Oct 2019 12:08:53 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 68F77216C5; Fri, 25 Oct 2019 06:08:53 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 25 Oct 2019 06:08:53 -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=mesmtp; bh=bfmw1P+d3XMfW4yvIZl18V9nxRBXrRzzqo25/UqsPFY=; b=MHCn6mvXs32h 8MTUZKUR8WLpk6ZZ4X2T7GE/4IMBepapnzDh0QljMHI8d2VZ6wfA7K0jCQV8D9wb O0CUHhMIbpUkTh3XWby2yPIijwY9bO8L0+w4sB/N/oLSBMwylk2fk2EUm0ZX8NOk XqBMwRI6JXn4+HSLxvsj6RrYQmhC0fc= 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=fm1; bh=bfmw1P+d3XMfW4yvIZl18V9nxRBXrRzzqo25/UqsP FY=; b=t7S33acQlaT8raJoUmCEFeUiY/dHOPYa8Jk7qkqFidrJUkKaA2UjsQmjn eSrwuIGwFd7KpYclBLsyEt3+0ovL7Nk01lNJpa6TVuflime05JLvQuyO4YWo5rhr wyXah5bVsr79DGt6S9wBrAD8/vKrnTn3ZiSLy6+1wv13SeN6ea9wNQKt8rOo82UP LMLyhP2KdGghS3kpSHBpQklhCF4RJackpAgTITwHDW798RKbTT8r4s/qDacjBJiS L/5h2zv00Kw9j/iX23sEOgi/ptm76aRQzNKqArQNqOkIC7gY5Qb8D59m7i1HYNmi vkXSoUOevdYN+bE8bNJ8b1Jo8RZyA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleefgddvhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 B992A80060; Fri, 25 Oct 2019 06:08:51 -0400 (EDT) From: Thomas Monjalon To: Maxime Coquelin , Jin Yu Cc: dev@dpdk.org, changpeng.liu@intel.com, tiwei.bie@intel.com, zhihong.wang@intel.com Date: Fri, 25 Oct 2019 12:08:50 +0200 Message-ID: <2725250.B7rqpDpDae@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v11 0/9] vhost: support inflight share memory protocol feature 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" 16/10/2019 13:12, Maxime Coquelin: > On 10/9/19 10:48 PM, Jin Yu wrote: > > Jin Yu (9): > > vhost: add the inflight description > > vhost: add packed ring > > vhost: add the inflight structure > > vhost: add two new messages to support a shared buffer > > vhost: checkout the resubmit inflight information > > vhost: add the APIs to operate inflight ring > > vhost: add APIs for user getting inflight ring > > vhost: add vring functions packed ring support > > vhost: add vhost-user-blk example which support inflight > > Applied to dpdk-next-virtio/master. Sorry I have to drop the last patch, adding a new example, for 2 reasons: - I really would like to see the techboard approving one more example. - The compilation was probably not tested enough because the example is not added in meson and make "all examples".