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 11D44A034F; Tue, 8 Feb 2022 23:58:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DB38F41101; Tue, 8 Feb 2022 23:58:48 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id D13B5410FD for ; Tue, 8 Feb 2022 23:58:47 +0100 (CET) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 17E175C0124; Tue, 8 Feb 2022 17:58:47 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Tue, 08 Feb 2022 17:58:47 -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=EUeiF8zSa6AtIt dyk19vOQPPYqLI7cgat3nAdYVPHTc=; b=R/VuhO72e+8FYVPdiY/rGdeCNs8kzo Gc3sgDYuVBO2rUXxROoJYzHwiOwi+kBxwM4yVpYU9CWBZcKVUosfkpCd6nqkQUnI diOS+GuxjlzCKcT5LKRwAHFvPrEqSS0dn4en+e0tHpWrMfhr9A0aXPXsvkkOxYKR /MqGjugRPIxgAlFawHKh5DYB3XLwEpVO8zUHpTgAXqo82c8J+s3/kqUtHkqr/7iW 82+oL9JQOWcQr0sYn6PsuPcSL9Aqbre9q2i1GLmRcZ/UNms/HvXZLA/xlIt4X/NE 4Vt4Ja71REJ6V9aC51oR2yE6BjpuNRUdmTmtWyrjglwgovbo8dkkRATg== 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=EUeiF8zSa6AtItdyk19vOQPPYqLI7cgat3nAdYVPH Tc=; b=dvaH8O4/FLjylyHvNk6RjcEyRKzFBaLDMbylhddyN3nfp/sXXkSrxqVhi +RT58csnXI7oQY5qwmWGG3xGGwZrxlsS5oA9+Ta+k6Gz6wUA/Xm7qHpuLkLHSjzi g3h8eqfVDJdq25F9rnMZTajjnz+8s9hGyG1avuFboiLDIqHRRix6sVap7DrJHbGM zJgyrILmoaDGQhIYQL9K5HzzmudogbYoPCVfPSbYSQK7MJrlpogYN4Cv1rlN2SPu +YqbRNoATCWUka22ReW4CCBX+kd0XuMbE0RRgfe8OYqhN9cCRPpFRINyBI1ZgFy2 yQfNTg2e1g/um/YLl8xLQ4dsFRJVQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrheekgddtvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 8 Feb 2022 17:58:45 -0500 (EST) From: Thomas Monjalon To: Srikanth Yalavarthi Cc: Ray Kinsella , dev@dpdk.org, jerinj@marvell.com, sshankarnara@marvell.com, dmitry.kozliuk@gmail.com, "Burakov, Anatoly" Subject: Re: [PATCH v5 1/1] eal: add internal function to get base address Date: Tue, 08 Feb 2022 23:58:43 +0100 Message-ID: <109626126.nniJfEyVGO@thomas> In-Reply-To: References: <20220117112228.32572-1-syalavarthi@marvell.com> <20220118133340.25225-1-syalavarthi@marvell.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 08/02/2022 18:15, Burakov, Anatoly: > On 18-Jan-22 1:33 PM, Srikanth Yalavarthi wrote: > > Added an internal helper to get OS-specific EAL mapping base address > > > > This helper can be used by the drivers to program offload / accelerator > > devices, where the base address can be used as a reference address by > > the accelerator to access the host memory > > > > An address can also be represented as an offset relative to the base > > address using smaller data types > > > > Signed-off-by: Srikanth Yalavarthi > Acked-by: Dmitry Kozlyuk > Acked-by: Anatoly Burakov Applied, thanks.