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 22CCCA320B for ; Mon, 21 Oct 2019 15:43:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EBFE21BF45; Mon, 21 Oct 2019 15:43:17 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 89C571BF3F for ; Mon, 21 Oct 2019 15:43:16 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 15F52340; Mon, 21 Oct 2019 09:43:14 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 21 Oct 2019 09:43:14 -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=dm8f7jvKJ9Qtjorh7yJ7QaeEfMXbZ5WTKrZDW3wWYP8=; b=pM1i1lAcRemM U7MIHKQVVE0w4Z/pBzwW8TgLnOZ08V0O3aeAu2TfkaRtTjQ34yVe0oTN2rS3aprk E3XIViuV4MIkpkufYbXeuIhZtk8FVhvXKBCChkLnuDzcGt5AdXSCnKGIhYwIPzpj s1ohMZpH86EHYP56QI+iRqS+uJnk0k0= 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=dm8f7jvKJ9Qtjorh7yJ7QaeEfMXbZ5WTKrZDW3wWY P8=; b=Vr0rOke7gsHrB2pBBufa67jJgjvuHNdSX8jsBnTD4qUsJIWYP1CeK+s0d X/2sYXiZnkzMl54YZTbKi6CpbYYEy5r45W1uX2CtH4ffSZgW0PNrlSDRj6ucdDGh DWeJLhLWmjVikUSiCBlBEIoulTR2kiZwxLxb/ZKECxjalBJ1NVcCc4WD5m87dQEn hNK9JFTAAxJhW1+xVYie+n9d1/9Mm6Hb9R21w7Qgrz1WfO9NJfhkdRkJiDlHPpJo uitYOtYOCN7eZLYhWdVYpZPpYewsweiWF2IlLvak+rc42xiBOj6EdbdVinQT+63v eojFYnxl+AFLRCG5blKZMMgNGXmCQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrkeehgdejtdcutefuodetggdotefrodftvf 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 86B01D60066; Mon, 21 Oct 2019 09:43:12 -0400 (EDT) From: Thomas Monjalon To: "Li, Xiaoyun" Cc: dev@dpdk.org, "Wu, Jingjing" , "Wiles, Keith" , "Maslekar, Omkar" , "Liang, Cunming" Date: Mon, 21 Oct 2019 15:43:10 +0200 Message-ID: <1847662.DyTfcgzL82@xps> In-Reply-To: <9BB6961774997848B5B42BEC655768F81151F338@SHSMSX103.ccr.corp.intel.com> References: <20190924084345.93255-1-xiaoyun.li@intel.com> <20190926032022.104495-1-xiaoyun.li@intel.com> <9BB6961774997848B5B42BEC655768F81151F338@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 0/4] enable FIFO 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" 26/09/2019 06:04, Wu, Jingjing: > From: Li, Xiaoyun > > Enable FIFO for NTB rawdev driver to support packet based > > processing. And an example is provided to support txonly, > > rxonly, iofwd between NTB device and ethdev, and file > > transmission. > > > > Acked-by: Omkar Maslekar > > > Series Acked-by: Jingjing Wu Applied, thanks