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 C2C2EA32A8 for ; Sat, 26 Oct 2019 01:01:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8D3991C2DA; Sat, 26 Oct 2019 01:01:11 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id AE1171C2C0 for ; Sat, 26 Oct 2019 01:01:10 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 65875327; Fri, 25 Oct 2019 19:01:09 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 25 Oct 2019 19:01:09 -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=ip0EoxhW4h2MzfeArseLVG4uaUdPRdlalJ5t8UtS9cs=; b=TIqKOkCyq/+m pPvn4Zv/zExBH4zKKwyXx+LKAGUDaqtr4V5+8rP4W2BVYuHXw9SIn1RRHjqv0ujE UmT18M7JnjX26zvOhjk9NnPCgqh6G23Xm4UIsghigMGNx+zNkLCzRPscw7b4L+jY Y4BgDhGcqdJPDGS5nXM3FOLQS97TctU= 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=ip0EoxhW4h2MzfeArseLVG4uaUdPRdlalJ5t8UtS9 cs=; b=L38P/llENbbz6jvDOLK+QI0nV6ONsdeyylVbr9v1cFqjppR2HUE9f7HJr ze+ZRLnDUdtdxNmTTA942ZotX5yXf7Gj13+BkjNBoekNttnWaPv/l8fHTenKcXdX Ul5Wp5V7Bcp+hy5lVU5LtEmZ/ef7LPsjilmoQl9ZwmhrXEhRl6u4/YW114NMRYN3 r9R8wfmMUxx6mUkT95ErTssvsX1fE6WT51sjRPj+ifdLFU5O/eXz4BFQVxX6aDat eX/tT31YbQ5EMM4m8uSX2oz+WXaTKXsd1tqhzZCmzpun9dBt1dsjeOG0P/OH6aDh 9cUHufbIDJUtCs3T/yfJNmETOIPHQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleeggddukecutefuodetggdotefrodftvf 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 BC7A280064; Fri, 25 Oct 2019 19:01:07 -0400 (EDT) From: Thomas Monjalon To: Jin Yu Cc: dev@dpdk.org, Maxime Coquelin , changpeng.liu@intel.com, tiwei.bie@intel.com, zhihong.wang@intel.com Date: Sat, 26 Oct 2019 01:01:06 +0200 Message-ID: <1910956.GYvDuqMpf4@xps> In-Reply-To: References: <2725250.B7rqpDpDae@xps> 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" 25/10/2019 12:12, Maxime Coquelin: > On 10/25/19 12:08 PM, Thomas Monjalon wrote: > > 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: > > OK, > > > - I really would like to see the techboard approving one more example. > > Just FYI, it is a replacement for vhost-scsi, which is removed in this > release. > > > - The compilation was probably not tested enough because the example > > is not added in meson and make "all examples". > > I'll let Jin Yu to submit again last patch with fixing its build. > Then techboard can decide if it is accepted. While fixing this patch, please add a section in MAINTAINERS.