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 C67DFA0487 for ; Fri, 5 Jul 2019 12:45:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2A1861BE53; Fri, 5 Jul 2019 12:45:13 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 657691BE50 for ; Fri, 5 Jul 2019 12:45:12 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E3C8B20CB3; Fri, 5 Jul 2019 06:45:11 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 05 Jul 2019 06:45:11 -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=r3iDUACOw+hH8jIiHrPVqy2vmaVpHA92nh3ufos/4T0=; b=Xgq5o7j5abZ0 8Zb+i6+bTsnOLY4mk31KMa69DmSIQK/jzrokLFqVR4FKvMepZcoe4bvirHkJdO+G SL7T5LnS0rGNcVPfp2jiNK21yUN/QwBxAySVm5hW8warUKGiyp0eS8Y/cxRqvTJs M4z9cUJ+2uFmaWSF/z8JeLqfNcOwWE0= 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=r3iDUACOw+hH8jIiHrPVqy2vmaVpHA92nh3ufos/4 T0=; b=w03rRTNue/BIi9Y1hvHYCNQ47tf97V/OJpeTUgNGSi63wyux2TMABf1YX KwP08iDyzd1XuwDP0ma+6o6HiQ8Zo1TPeuBr0UY2d0ai1avOhAxinP60jVxvQUw5 cFuMZJ9deem+BwXudgMFL9If1QrbANMFPEIRRY4Twh6b4T5PNqd5FnxFqiwRzshl 4UcytzuEW+FAn/+JqkOFywDOxBdu/qJ0QRF65Sq8Y5QvTn1Y7MoBU0IST9i+klsL 5+dwwFvypiHtZZyhysb370GuufnBQUlPD1U6ru2BPJJ0naQwr+RlxeV+O0Vqp88z F17LbAHM1D/PZkoBKqT1l11RqEQ2A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfeeggdefudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucev lhhushhtvghrufhiiigvpedt 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 1A9CF80064; Fri, 5 Jul 2019 06:45:11 -0400 (EDT) From: Thomas Monjalon To: jerinj@marvell.com Cc: dev@dpdk.org Date: Fri, 05 Jul 2019 12:45:08 +0200 Message-ID: <7735748.rOQ6Bxpnup@xps> In-Reply-To: <20190705083805.29519-1-jerinj@marvell.com> References: <20190601182030.8282-1-jerinj@marvell.com> <20190705083805.29519-1-jerinj@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/8] OCTEON TX2 DMA driver 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 10:37, jerinj@marvell.com: > Jerin Jacob (2): > raw/octeontx2_dma: add build infra and device probe > usertools: add octeontx2 DMA device binding > > Satha Rao (6): > raw/octeontx2_dma: update probe function > raw/octeontx2_dma: add device configuration > raw/octeontx2_dma: add device close operation > raw/octeontx2_dma: add enqueue operation > raw/octeontx2_dma: add dequeue and device control operations > raw/octeontx2_dma: add driver self test Well done Applied, thanks