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 F1ACCA0487 for ; Fri, 5 Jul 2019 12:52:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9E98A1BE5A; Fri, 5 Jul 2019 12:52:26 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 7F4821BE53 for ; Fri, 5 Jul 2019 12:52:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 24D6120782; Fri, 5 Jul 2019 06:52:25 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 05 Jul 2019 06:52:25 -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=24Kx+Shp1l3X16BTT/DlFRdP23qAKsOzJojRwJFPvqg=; b=DKMMEl/Q4Tyd +xF7dVNhXjrN2Xq0GEWWQP/XhpbpTNy86q4E8PVRwuCyP/7Cvbtgznmcy2DllHAK zmli43hXjV8+SbfxSF4Fx4CwvfUujgS6Hd1WOAra4leeD5X/LqI+1/b3O1jOS+nb PQhF26Oy2KO6rhnjUcLcieuMAC1KlN8= 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=fm3; bh=24Kx+Shp1l3X16BTT/DlFRdP23qAKsOzJojRwJFPv qg=; b=cbR6eCb62MLVqY+ESoeS6WigKhQs5aEpD6OJsw2KFq0fxsrk3nG/bxp5L YVT9qXw9ZIp8lK5kYf9WPgnh2A4gFstMzxO85cMXYX0noaZZWI4gNLP988O4rtZk ARBdSfBXzY7jb5oVnwGrkPE3CMF8xMuWYka+oh8I5PEvEL1KW0LIH0EjaFprc+Fc 43cvzpnB+Vc/QEQYu9ZPe0LE7HzlGSkORGBxnhPCVU1GVqVU2fadWvRrrpqPSXSZ iI5d0pGYUxY590HABXPRe5MGWT1d5P8oPuP6qCxT4CfV+p/wYrZhslTFg5tp9Iwc VEIpaNASCtyhYt/xx0GbHNUW7SWcw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfeeggdeffecutefuodetggdotefrodftvf 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 38B9F80061; Fri, 5 Jul 2019 06:52:24 -0400 (EDT) From: Thomas Monjalon To: "Li, Xiaoyun" Cc: dev@dpdk.org Date: Fri, 05 Jul 2019 12:52:23 +0200 Message-ID: <4793878.HUYjXTcW5F@xps> In-Reply-To: References: <20190628025346.31312-1-xiaoyun.li@intel.com> <20190704122959.18919-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v11 0/4] rawdev driver for ntb 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" 05/07/2019 04:41, Li, Xiaoyun: > From: Thomas Monjalon > > > > This patch set adds support for Intel NTB device with Skylake platform. > > It is a raw device for allowing two hosts to communicate with each other and > > access the peer memory. > > > > This patch set also provides a simple example to transmit a file between two > > hosts. But since there is no FIFO here, only support file which is no more than > > 4M. And will add FIFO in the future. > > > > > > v11 (Thomas): > > * rebased on top of IOAT driver > > * squashed commit for binding script > > * renamed ntb_rawdev to ntb as agreed with Bruce Please review this version, I > > may have done mistakes. > > I've compared the new version code with v10 code. There is no change except "ntb_rawdev -> ntb". > And I also tested the new version. Works fine. No mistake. :) > Thanks! Rebased on top of octeontx2_dma and applied, thanks