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 1D36F48A73; Wed, 5 Nov 2025 16:20:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CED4A4068A; Wed, 5 Nov 2025 16:20:46 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id A60144021F for ; Wed, 5 Nov 2025 16:20:45 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1213) id CE1F8201C94E; Wed, 5 Nov 2025 07:20:44 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com CE1F8201C94E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1762356044; bh=Q3AnpJqaVZ5R+RyjQvk9oW3xdqD+4KQmRlSfgB1yrK8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sXg5ln0v/+ZWGuO/DmjGR51Sf+xzuQ9PXXJvn26kftAtZe8rIQNR04ALftIXdJBcC +AIJR/vQlRXHZf+CWNaznl8o+bROGr7XvH3zd6xuNl3E3jXsYgS2jI/6zH1N70kJXR 8ICTBL40ONcnulQXX6IIbb+UdN+jQTyARY1LCkyU= Date: Wed, 5 Nov 2025 07:20:44 -0800 From: Andre Muezerie To: Ayshathul Thuhara Cc: Dmitry Kozlyuk , Chaturbhuja Nath Prabhu , dev , Thenveer Poolakkanni Subject: Re: Virtio-PMD in Windows Message-ID: <20251105152044.GA3941@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1c5cad85-1408-4458-9e32-08f45f36c130@gmail.com> <20251030131318.GA15405@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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 On Tue, Nov 04, 2025 at 10:22:27AM +0000, Ayshathul Thuhara wrote: > Hi @Andre Muezerie, > Thank you for your message. I am currently reviewing the details. > In addition to my previous queries, we would like to confirm whether disabling Windows security features for DPDK testing could potentially impact other Windows applications (eg, System update mechanisms, Enterprise Management Software,..). > As we had to disable Secured boot (BIOS) in windows to disable driver signature. > Thanks and regards, > Ayshathul Thuhara Hi Ayshathul, Disabling secure boot does not block Windows update, as Windows Update does not require Secure Boot to download or install updates. However, Enterprise policies often require Secure Boot for compliance. If it’s off, updates may be withheld or flagged by management tools (e.g., Intune, ConfigMgr) until the device meets baseline security. Some organizations enforce Conditional Access or Secure Production Access rules that block OS upgrades on non-compliant devices. Regards, Andre Muezerie > ________________________________ > From: Andre Muezerie > Sent: 30 October 2025 18:43 > To: Ayshathul Thuhara > Cc: Dmitry Kozlyuk ; Chaturbhuja Nath Prabhu ; dev ; Thenveer Poolakkanni > Subject: Re: Virtio-PMD in Windows > > On Wed, Oct 29, 2025 at 12:09:28PM +0000, Ayshathul Thuhara wrote: > > Hi Team, > > > > Thankyou for providing this input. > > > > In addition we have a few queries while running DPDK in Windows. > > (A) On what scenario or an example, can Virt2PHY driver be used? > > (B) After we bind the interface using netuio.inf file, the example application testpmd.exe shows "No probed ethernet device". But in Device manager the interface shows available and bind with QDMA. Here we are using QDMA-PMD(https://github.com/Xilinx/dma_ip_drivers/tree/master/QDMA/DPDK) driver. This driver works with Linux environment.(Please let me know if we need to create new mail for this). > > > > Thanks and regards, > > Ayshathul Thuhara > > ________________________________ > > From: Dmitry Kozlyuk > > Sent: 29 October 2025 11:56 > > To: Ayshathul Thuhara > > Cc: Chaturbhuja Nath Prabhu ; dev ; Andre Muezerie > > Subject: Re: Virtio-PMD in Windows > > > > Hi Ayshathul, > > > > Adding Andre as currently the most involved Windows DPDK maintainer. > > > > Virtio PMD could work in QEMU-KVM on Linux host with Windows guest as PoC. > > However, the patches were never completed and merged > > because of a few toolchain-related issues that no one had time to resolve. > > In DPDK, the latest patch is this > > (check also the link in that message and the discussion): > > > > https://inbox.dpdk.org/dev/20210815145614.3826-1-u9012063@gmail.com/ > > > > In DPDK kmods repository, you'd need to add PCI IDs to the INF file. > > > > Hi Ayshathul, > > I don't have further context on this, but let me know if I can help with this. > > Regards, > > Andre