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 D1BD9A0525; Mon, 20 Jan 2020 09:44:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 15C142BF5; Mon, 20 Jan 2020 09:44:15 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 646EC1515 for ; Mon, 20 Jan 2020 09:44:13 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F06DB21B8B; Mon, 20 Jan 2020 03:44:10 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 20 Jan 2020 03:44:11 -0500 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=SJLe4eNGBqKgH4u83XG+/gEQAARHta+nEfUVCisxEAQ=; b=WJlSdx2LziOr JW4vkuXgCfCgGNcAYabaU9Rw9422NuQ9wT4Y2l0X3e1hnwJU2KDF5aTiv0S2A33g kR89QsB/E4R1pH1uPX+NpyjK963DR52eg5RG6u0OV9uG5UIwQY8QBuR1rWMzFLry YeYaebDQjzxR01LE819dDSqpZhlUeek= 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=SJLe4eNGBqKgH4u83XG+/gEQAARHta+nEfUVCisxE AQ=; b=xEwRY8Ax8COft2Pe6HkVQMY1uNadf7IzKO+x5YosgakjAqYjUUT7V8pm2 jkiNE3nnXf+MwFGzdhN/Db69VCFMUaL3U5hw0tKtLIda0OfR8bHveQzTSUs+7vp0 NUQOyo8zD4M2/2fj2NNqYSKWj2HYR+xuzBAAmpM4zE30mtHdHHzc4Lwef2TqKy1E wgCN0VHFU+7QpNPJLdpBv6tcow3VkEtA0+SI8G3Xegh2r6gLyDqO4GVJ/4Z6BzTC m7NJtfB43qUfr/3e73zibtv16TzhifMrIEqXN4gz0hIRGKmlwHjTC74HMmO0/AWv kp6+pLLTkkuM3JbQoZgAQjCxY1Kug== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeggdduvdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpehhuhgrrhhmrdgtohhmnecukfhppeejjedrudefgedrvddtfedrudekgeen ucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth enucevlhhushhtvghrufhiiigvpedt 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 62B4C8005B; Mon, 20 Jan 2020 03:44:09 -0500 (EST) From: Thomas Monjalon To: Mahipal Challa Cc: dev@dpdk.org, Gavin.Hu@arm.com, jerinj@marvell.com, pathreya@marvell.com, snilla@marvell.com, venkatn@marvell.com Date: Mon, 20 Jan 2020 09:44:07 +0100 Message-ID: <3743970.iTQEcLzFEP@xps> In-Reply-To: <1578895241-22229-1-git-send-email-mchalla@marvell.com> References: <1578895241-22229-1-git-send-email-mchalla@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 0/6] OCTEON TX2 End Point 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" 13/01/2020 07:00, Mahipal Challa: > This patchset adds support for OCTEON TX2 end point mode of operation. > The driver implementation uses DPDK rawdevice sub-system. > > v2: > * Updated memory barrier API's as per Gavin Hu suggestion. > > v3: > * Fixed memory leak possibility issues. > > v4: > * Improved error handling in selftest API. > > v5: > * Updated "doc/guides/rel_notes/release_20_02.rst". Next time, please make all versions in the same mail thread using --in-reply-to. > Series-reviewed-by: Gavin Hu This should be added in each patch: Reviewed-by: Gavin Hu > Mahipal Challa (6): > raw/octeontx2_ep: add build infra and device probe > raw/octeontx2_ep: add device configuration > raw/octeontx2_ep: add device uninitialization > raw/octeontx2_ep: add enqueue operation > raw/octeontx2_ep: add dequeue operation > raw/octeontx2_ep: add driver self test Applied, thanks Note: removed some blank lines at end of files.