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 BB8B7A0032; Tue, 16 Nov 2021 17:30:41 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 83214411B6; Tue, 16 Nov 2021 17:30:41 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id DF95A410FC for ; Tue, 16 Nov 2021 17:30:40 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 559B95C028F; Tue, 16 Nov 2021 11:30:40 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 16 Nov 2021 11:30:40 -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= CdLbfK01/Q43gE/SP2iiVNMTK7goBE2IQxlAsq74vsg=; b=l2aWoo6cq/yHeN5k L8KPPeF2Tjqoy5kFu2zL3+5BJLOL5xjoiwXmEQPHGld7LVBKu32S9F+EJkf0M9Sk lF9T2aNWrR+d0N6O0ReEcbyZHrGrWj2Qzo0Wr9gqttp4wq2WVjtyQAoWM1b47mKR N0cIWN7tDKSFz7H/zsLpb7xTWCNh8YWYyx2syq5zM31LP/n1YRKAyodI0moo9snH wTxBoLsGOkQ4NO69BO3xceLXTq54/leHtdai/BeRxTn9ZRn1lO3IUIWW9llbd0Ih ZGOWAUWpgRwKvRxRKFxwPM1BWwrxMLJ+dqtVoIXzYz3yeTDXuyerOjUnUWYt7zbz oldGZw== 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=CdLbfK01/Q43gE/SP2iiVNMTK7goBE2IQxlAsq74v sg=; b=koKqKeTJBnkVyCgBSnUA3b9lp+twZaqjQTHgmWnw2md4X2cB+qgW7+QWS kN3InhMf4/uQ13w/4r9LGD41U7JIe/ex9X4046HxDIm4AqPIzPCF6KBViagaDjcU 2Jil4GFsgeqB0JnDgK0zIV5GzfvKNY1FSwXL5bOQARs0vOrRvrydWnkaqSKKqUkS c7oYynQc6k5OSHM22MEecYsANX+jZw9wWLubqFSqnlT7SFXCfDtL2cN7E6rrfcMy AnW91kbh0yOeH1nqJrvN/rsUPC7jwZuTjpmLccIDwI2+tr46sgj0t+1RB8lPP6v1 wxbVAW6wzsnkMSV0yjyp55MErFc2Q== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrfedvgdekjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 16 Nov 2021 11:30:39 -0500 (EST) From: Thomas Monjalon To: Elena Agostini Cc: dev@dpdk.org Subject: Re: [PATCH v7 1/1] gpu/cuda: introduce CUDA driver Date: Tue, 16 Nov 2021 17:30:37 +0100 Message-ID: <1864437.PjC9POuuBU@thomas> In-Reply-To: <20211116225018.27411-2-eagostini@nvidia.com> References: <20211005224905.13505-1-eagostini@nvidia.com> <20211116225018.27411-1-eagostini@nvidia.com> <20211116225018.27411-2-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 16/11/2021 23:50, eagostini@nvidia.com: > From: Elena Agostini > > This is the CUDA implementation of the gpudev library. > Functionalities implemented through CUDA Driver API are: > - Device probe and remove > - Manage device memory allocations > - Register/unregister external CPU memory in the device memory area > > Signed-off-by: Elena Agostini > --- > --- /dev/null > +++ b/drivers/gpu/cuda/version.map > @@ -0,0 +1,3 @@ > +DPDK_21 { > + local: *; > +}; Should be DPDK_22 Applied with some minor fixes, thanks.