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 D1498A0C41; Wed, 23 Jun 2021 09:13:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5A66A4003F; Wed, 23 Jun 2021 09:13:32 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id 9DCFA4003E for ; Wed, 23 Jun 2021 09:13:30 +0200 (CEST) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 423425C01BB; Wed, 23 Jun 2021 03:13:30 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Wed, 23 Jun 2021 03:13:30 -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=fm1; bh= oxRobF7LHQBKK4HceIjsgXmcTzRbQHMj/BdBlWVBkYU=; b=IlLd7Nywml0ZPU06 QVvAjlrZ72PZQ8BeXc6HHSHv9NhFLK3IuOGOKwHCC8h5YjCvT3uxhapt+4nsFH2c 8tuMwiuGVBC0+WoFmEJTvUGWl2JMiOTOHKDZkxUYnU1eKtGWMefRdfXu9jUsNgc1 32lXXI0D3J3rHsJq0gCBk62bRV0TgzzPZ7PqWBBvNZfucwDAEYqXbKDwWtUQIaxL LqmX+1NO+FUWWa3q1ym2yly4oleFY+kI8LFHgMolZh/lrtw3+v88O4JlSQhanIBS lo+fpP3wBEn5YPPmlFbC8demj6svlWwfiuXGY9enre35unebLxQHajGz/YvjbWD4 hPK6SQ== 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=fm3; bh=oxRobF7LHQBKK4HceIjsgXmcTzRbQHMj/BdBlWVBk YU=; b=hxb6dDid3D+LwnUUiUN/7OKk+ZzwFVQz3XCYlBcJUD6J+9uy2T/KRDFGq QpkykYkVPxFp1xyhNBkmJYDFzMJckxJ+UeeLofgBDxyPFqYo/p514/azjE/81ALd 1R0w7u3ZlMF9Xa6jNbParALPB4nyJPCq+/TRF1qc4lsWnSAhKW6FgyaH/u3rRLe1 8BVz8dUFZZ9pcxy74/kLTX4iibvvUyRJLVsOoG5fpOzN6K+8GXMaG/j4ro8YtTiU kyc26sZ8f06D5ZPhiy0xByIjPLa1HgmKYQ4poiViFuzx6ogiLzVFrwa5/2JiPedb bLmG1M/xao3gF7YGeyqPrS4goyT3w== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeegvddguddtkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 23 Jun 2021 03:13:28 -0400 (EDT) From: Thomas Monjalon To: Dmitry Malloy , Tyler Retzlaff Cc: dev@dpdk.org, Narcisa Ana Maria Vasile , Pallavi Kadam , Nick Connolly , Dmitry Kozlyuk , Harini Ramakrishnan Date: Wed, 23 Jun 2021 09:13:27 +0200 Message-ID: <1817250.a8UW4QGBxh@thomas> In-Reply-To: <20210526210147.1287-1-dmitry.kozliuk@gmail.com> References: <20210501171837.13282-1-dmitry.kozliuk@gmail.com> <20210526210147.1287-1-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [kmods PATCH v2 0/4] windows/virt2phys: fix paging issue 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 Sender: "dev" 26/05/2021 23:01, Dmitry Kozlyuk: > v2: > * Following ofline review by DmitryM: > - Add comment explaining tracking approach for validation team. > - Replace deprecated allocation API calls. > - Check properties of locked memory (see docs in patch 3/4). > - Add configurable limits for tracked processes and memory. > * Add end-user documentation. > * Drop patch for Inf2Cat settings UseLocalTime=true: > the issue it resolves originated from development VM. > * Add PnpLockdown=1 patch. > > Dmitry Kozlyuk (4): > windows/virt2phys: add PnpLockdown directive > windows/virt2phys: do not expose pageable physical addresses > windows/virt2phys: add limits against resource exhaustion > windows/virt2phys: add tracing Waiting for reviews, especially from Microsoft experts.