From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0E54DA0C47; Wed, 27 Oct 2021 16:07:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EFC9240DDA; Wed, 27 Oct 2021 16:07:10 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id 9C41E407FF for ; Wed, 27 Oct 2021 16:07:09 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 41D725C01CA; Wed, 27 Oct 2021 10:07:09 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Wed, 27 Oct 2021 10:07: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=fm2; bh= YHH2mcglTknk213bHgrD30IWKNpppPbt/08gwlrv+Ig=; b=B7FSOdj86KzQ59MW H0dC4njk07LQ9RGup9FrkVDYuQHsdesdYV8vFhX2VWYrO3Z8t9zNi1loPrJBsp1H 5IUlSwGOe6j+lT0DWOKAjx51+S5V6V8mvkQg8OiQZY4Yk4ZvzzrvzgTGPFiXz31Y inTTyQIjEQ1+744pfZPhzszjVXuy74dIS6QoRGGBdByMdlnKkvkrJEUs5vzRoDLK RGoPGxwplgKtFtE/ruYdsKAkUWkLbYpV6GDa3OduLOus3SWCaYWBL8mfGf23kmiU VUGZLl/tZaqtFCFijTbvkJ+KIGDgUDEbaVACXrpiVR9nQp/iSEfWskFZrW8HDFPF Sl245A== 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=YHH2mcglTknk213bHgrD30IWKNpppPbt/08gwlrv+ Ig=; b=O55vsjDwscJeCB1cLBnFHDHfvk2Erq+TiqqWGnjFg3mN/ChGd3X17iUmj wvRvLPh6msfhw3m+LRuaUxxHUgkHXNKMg3/1JRq1HT1JvgcjwPqV370Sjbr7yQCW I0RD5kdMSDTbPZ4MKYOpMvw6YkfYAYTp8yrMwx/AZ/qY7g/y/BFCM2z8OgRZr7DP OXKky17j3kCBvNKhtM2QBeX5mCENUH5JANiCv31w/KXmCWFlW9WyLRLe7RcpCrJt yB+CdAmjhyys2c/hZux+SzosNoTFLGzVU5ETd30SQyJubCoB+4vsG6+8mVdiiY7a adiPVD+iTHAQlMQEVrX2w/0of94Cw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvdegtddgjedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 27 Oct 2021 10:07:07 -0400 (EDT) From: Thomas Monjalon To: Kevin Laatz Cc: dev@dpdk.org, bruce.richardson@intel.com, fengchengwen@huawei.com, conor.walsh@intel.com Date: Wed, 27 Oct 2021 16:07:06 +0200 Message-ID: <1991550.OI6j9noLIZ@thomas> In-Reply-To: <683a4d81-2417-b73f-5776-790722944220@intel.com> References: <20210910172737.2561156-1-kevin.laatz@intel.com> <5112521.Bzly3FL2kI@thomas> <683a4d81-2417-b73f-5776-790722944220@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 0/8] port ioatfwd app to dmadev X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 27/10/2021 15:35, Kevin Laatz: > On 27/10/2021 14:23, Thomas Monjalon wrote: > > 26/10/2021 15:14, Kevin Laatz: > >> .../sample_app_ug/{ioat.rst => dma.rst} | 149 ++-- > >> doc/guides/sample_app_ug/index.rst | 2 +- > >> doc/guides/sample_app_ug/intro.rst | 4 +- > >> examples/{ioat => dma}/Makefile | 4 +- > >> examples/{ioat/ioatfwd.c => dma/dmafwd.c} | 638 ++++++++++-------- > >> examples/{ioat => dma}/meson.build | 10 +- > >> examples/meson.build | 2 +- > >> 7 files changed, 433 insertions(+), 376 deletions(-) > >> rename doc/guides/sample_app_ug/{ioat.rst => dma.rst} (64%) > >> rename examples/{ioat => dma}/Makefile (97%) > >> rename examples/{ioat/ioatfwd.c => dma/dmafwd.c} (60%) > >> rename examples/{ioat => dma}/meson.build (63%) > > The file MAINTAINERS is not updated, I'll try to fix it myself. > > > > > > Hi Thomas, apologies this must have gotten dropped in a rebase or I > forgot to commit it! > > I was going to add the following to the "Other Example Applications" > section: > > DMA example > M: Kevin Laatz > M: Bruce Richardson > F: examples/dma/ > F: doc/guides/sample_app_ug/dma.rst Actually it would better fit in the existing section "DMA device API". > And the equivalent files for ioatfwd would need to be removed from the > Rawdev drivers sections since they have been replaced. You mean removing the rst file? > If you're happy to add yourself, thanks! Otherwise I don't mind sending > a v6 quickly if that's better. I am already on it.