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 74D14A00C3; Sun, 27 Feb 2022 17:48:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 08B2C4068A; Sun, 27 Feb 2022 17:48:47 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id 2173840683 for ; Sun, 27 Feb 2022 17:48:45 +0100 (CET) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id C5ED15C00CC; Sun, 27 Feb 2022 11:48:44 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sun, 27 Feb 2022 11:48:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm3; bh=w/C4hXBn+Bay9B AYH6lxWWhyvyGVJyg7aC2U402Gc4A=; b=dRgjDvPeHTVR3zpgw9Yrzwmnt1V5Yl +zjTO4UA6CJN8toVmWe4w1iXvmfBkOJpW0HWWnM8asLPFkD4JdppM6VDc/ytObMF F5F72+XijB6vgOaOKEMk2xStuaWdHDENYbGf7/RIJwKz1RDT/BKMT1Su5PKeOF9e PLyufIh37cblZqNhwXKmyv3dmaI7m5p4aE6Q4l9/i3wJromOJS/tmyFn7JMi49Y/ 8jqzrChkaHihXb8QgaqxBKMK50MMJ857NLpVDgeZuPZ55fgzFD/2HQQ6Q/uO3evk RKl4rl+KvOJpO+JpQdX3pYFTK0SLJG/LWzkeBga9qHlqPlnDPqUdQoBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=w/C4hXBn+Bay9BAYH6lxWWhyvyGVJyg7aC2U402Gc 4A=; b=Y0BIDc4V+T1xdn0w7M6Qnye7R4bNVzJRlUq3kpR0mfBYsvQa4BwktIeQz bLP2UUDK6lAIMoWw8xAePUQZx6JOGfaPG3fvNPxEdyPgzv8faxZD8ty80qmuwNTs YfBHHEcUPIVPCKlwZ81g4iff+Mnz/LfcdT2f1pL/e71CqnCVr54BElgreHrs/HyV u0HHRAjesNVtKcZDB+gtEQ2igQhTou4087l7RekcgWptISVpeyobmHDPEEC86G1r Jse5hPlcEYejJ9ZW3WA3qIQZt/hei22Mtcsx7FcVOTP24OKhiV4XamEKqvl3k7Te 1GzCMUSak/5Sc1EH2zFUAPaK4k4OQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrleekgdeludcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 27 Feb 2022 11:48:44 -0500 (EST) From: Thomas Monjalon To: Elena Agostini Cc: dev@dpdk.org Subject: Re: [PATCH v4 1/2] doc/gpus: add cuda.ini into features Date: Sun, 27 Feb 2022 17:48:42 +0100 Message-ID: <4982089.e9J7NaK4W3@thomas> In-Reply-To: <20220225031226.8348-1-eagostini@nvidia.com> References: <20220221224433.26096-1-eagostini@nvidia.com> <20220225031226.8348-1-eagostini@nvidia.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 25/02/2022 04:12, eagostini@nvidia.com: The features list were missed when introducing the driver. Fixes: 1306a73b1958 ("gpu/cuda: introduce CUDA driver") Cc: stable@dpdk.org > Signed-off-by: Elena Agostini > --- > doc/guides/gpus/features/cuda.ini | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > create mode 100644 doc/guides/gpus/features/cuda.ini > > diff --git a/doc/guides/gpus/features/cuda.ini b/doc/guides/gpus/features/cuda.ini > new file mode 100644 > index 0000000000..eb1aff9a80 > --- /dev/null > +++ b/doc/guides/gpus/features/cuda.ini > @@ -0,0 +1,12 @@ > +; > +; Supported features of the 'cuda' gpu driver. > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +[Features] > +Get device info = Y > +Share CPU memory with device = Y > +Allocate device memory = Y > +Free memory = Y > +CPU map device memory = Y > +CPU unmap device memory = Y The last 2 lines will be moved in the next patch implementing the feature.