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 8AC64A0C41; Wed, 17 Nov 2021 12:02:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4F3DB411CB; Wed, 17 Nov 2021 12:02:00 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id 163694117D for ; Wed, 17 Nov 2021 12:01:59 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B8C7C5C00B0; Wed, 17 Nov 2021 06:01:58 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 17 Nov 2021 06:01:58 -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=fm2; bh= HZ8FURCfBDnKSfEhxDx6a1dhcxykN5AY3DjhVtjJPO8=; b=tra0KDr70KBr/9m0 VxA7QefH1bJ+z25BkfRXC62ONIACRUujDKksxhnnVgqpMQJEtax5Cz1056ARgQNA IEwUXfvgWL9ux87Y9PUcsaHYDQCWVujA+w8oFzHoIR2lY0IBseJfP70LBmVJsDV4 3qQUaWop9tOrbcEWuKrqQX0KyjO4BugHQThQmcmreU7BW79fggqhsaykz8MJ8wMV 6KO2QEUac9sFAc+FsOLWXc4yaH4iND/k1giEoyRQBRG3aPElW/JUMdyLrbcx63zw r3X2eYF3r1jcWD50xlWgDyo7HXIIM0Wtr5XPL+g2WTGGkEAqbrILgUw4tyuyA/Fe 3AUIcg== 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=HZ8FURCfBDnKSfEhxDx6a1dhcxykN5AY3DjhVtjJP O8=; b=PPCVSi01QUG39BYrKVFnn93TpgVT3wHaNL3UMmpY/w1dTsIgNi0pAmk28 FZehrXrBJvIvhKLS8eishVKemTB7nFvUeVsIlZaY9Y9n3S+x+E37q4Sl/iG1ObCp kXCNzBJL9v1ZPYiWlMpm24ap+YLTkn3hCtz1SoT2IJFRGY/xh78FG8nYV+uLPuXU aUOHwzkOqgIjhg5oXuwjwoezxvQf5Mz7t96yasz4PN9UUPAlcGUueHynSz8pJAPl 95iwPpmSsr1Z/Cqse2fAd6XAxc8JvGm3OYnDeHG2cijRofNEDkDDaDOnDLCbCf/d A83LU6d+K2SLW+xQuip4ZFoNobdlA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrfeeggddujecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 17 Nov 2021 06:01:57 -0500 (EST) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, xiaoyun.li@intel.com, bruce.richardson@intel.com, jingjing.wu@intel.com Subject: Re: [dpdk-dev] [PATCH 2/2] examples: move vendor specific apps to drivers sub directory Date: Wed, 17 Nov 2021 12:01:56 +0100 Message-ID: <4626711.QLutJKaA8x@thomas> In-Reply-To: <20210526074712.9270-2-hemant.agrawal@nxp.com> References: <20210526074712.9270-1-hemant.agrawal@nxp.com> <20210526074712.9270-2-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 26/05/2021 09:47, Hemant Agrawal: > As approved by DPDK technical board on 2021-03-24 NTB and IOAT > raw driver's example application will be moved to > example/drivers/raw/ to avoid PMD specific example application > to show up in examples directory. > > Signed-off-by: Hemant Agrawal > --- > doc/guides/sample_app_ug/ioat.rst | 2 +- > doc/guides/sample_app_ug/ntb.rst | 2 +- > examples/{ => drivers/raw}/ioat/Makefile | 0 > examples/{ => drivers/raw}/ioat/ioatfwd.c | 0 > examples/{ => drivers/raw}/ioat/meson.build | 0 > examples/{ => drivers/raw}/ntb/Makefile | 0 > examples/{ => drivers/raw}/ntb/meson.build | 0 > examples/{ => drivers/raw}/ntb/ntb_fwd.c | 0 > examples/meson.build | 4 ++-- ioat example became dma generic example. So only ntb remains. Is it still relevant?