From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6D0F9A0563; Wed, 15 Apr 2020 17:19:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 37BF31D6B6; Wed, 15 Apr 2020 17:19:34 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 54D1F1D6A0 for ; Wed, 15 Apr 2020 17:19:32 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id AB5BC5C0140; Wed, 15 Apr 2020 11:19:31 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Wed, 15 Apr 2020 11:19:31 -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=mesmtp; bh=wHZluZ+LNGd2WsGt4e6QdSzef/7p1aU9IwVunAIu7Xg=; b=AiJBqRFE/MoP /D04Bwq5AdzVW7W+vorP1F+wQFSWimq97Z8SRs29nx3aTDKmI+pYUxqAVSCEZckC LoYXUQRsG/9gNX/+BZQ4eWTzLHU9+ES/WMCoOXqUU1Vt4t35Y82lcKZvJJTlUClW 61gGki0NZBnY74k9zAmSbrKVM8wrb3U= 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=fm2; bh=wHZluZ+LNGd2WsGt4e6QdSzef/7p1aU9IwVunAIu7 Xg=; b=gD/ezAZAxXMEK1n1EozR/wjzNNsV/8vLdri0/GNtFxJH1FtnqssPcgICq jFLn4gTTj/nXmPumhxgfHrCwpNQ/WIe+KRKy6wMGowXTMXFIijIBaKxcwJUnJYYR snr8T/9hiDHm2uHrhJemE9nLN/ligUsjudpWFO99F6AbC8Rvzl7IXkPc9Tigx+Ax pKgBcOKsOYKFEWlsCQ42SmLi6alAQX71Yn2CThDGTUzgVfPQsHiJh8ebwQriJjdH loB6/ku8D5/+KczKBdsTnnWZysN46dMcvMEFy2mDuEIqQYaXM+HdMOvo9fi9rGqm D+K0Vif0wVMxX3W2pJ0mpT6SNoAyA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrfeefgdejiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucev lhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrsh esmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 210763280060; Wed, 15 Apr 2020 11:19:30 -0400 (EDT) From: Thomas Monjalon To: Dmitry Kozlyuk Cc: dev@dpdk.org, "Dmitry Malloy (MESHCHANINOV)" , Narcisa Ana Maria Vasile , Fady Bader , Tal Shnaiderman , Ranjit Menon Date: Wed, 15 Apr 2020 17:19:28 +0200 Message-ID: <3618764.BjyWNHgNrj@thomas> In-Reply-To: <5cb02f4a-dc99-1f32-47fc-24c76566e22b@intel.com> References: <20200410164342.1194634-1-dmitry.kozliuk@gmail.com> <20200414194426.1640704-2-dmitry.kozliuk@gmail.com> <5cb02f4a-dc99-1f32-47fc-24c76566e22b@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 1/1] virt2phys: virtual to physical address translator for Windows X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" 15/04/2020 01:35, Ranjit Menon: > On 4/14/2020 12:44 PM, Dmitry Kozlyuk wrote: > > This driver supports Windows EAL memory management by translating > > current process virtual addresses to physical addresses (IOVA). > > Standalone virt2phys allows using DPDK without PMD and provides a > > reference implementation. > > > > Suggested-by: Ranjit Menon > > Signed-off-by: Dmitry Kozlyuk > > Reviewed-by: Ranjit Menon > Acked-by: Ranjit Menon Applied in dpdk-kmods, thanks. This is the very first kernel module in this repository: http://git.dpdk.org/dpdk-kmods/