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 B51B548A0F; Thu, 30 Oct 2025 14:13:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 505D8402DC; Thu, 30 Oct 2025 14:13:21 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id E416E40150 for ; Thu, 30 Oct 2025 14:13:19 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1213) id EAB03200FE6A; Thu, 30 Oct 2025 06:13:18 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com EAB03200FE6A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1761829998; bh=krqQIhvGTVhRQqtFTUyTVSu6TrkjzOfuE3AIxojSLN4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fIEq7VgeVOeNYXeUcAnWFfg0OYCCuF7c3FJc80ILP43TKgN9Ac7vp9SdCX0AJB+lA jEau5C+WqOtD0boUyG+HEELwzOjJYsd5j4VOPRstoQCnvjDYLa48hV7J88948x14wi ckQqWYInpl5+Wjh4ixOwqvl5bqxJEcsYw2L9RS3E= Date: Thu, 30 Oct 2025 06:13:18 -0700 From: Andre Muezerie To: Ayshathul Thuhara Cc: Dmitry Kozlyuk , Chaturbhuja Nath Prabhu , dev , Thenveer Poolakkanni Subject: Re: Virtio-PMD in Windows Message-ID: <20251030131318.GA15405@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1c5cad85-1408-4458-9e32-08f45f36c130@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 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