Re: [dpdk-dev] [PATCH RFC] net/ena: Add Windows support.

2023-08-10 Thread Stephen Hemminger
On Thu, 23 Mar 2023 17:19:55 +0300 Dmitry Kozlyuk wrote: > > >> This is a very old thread, but still in the patchwork, I wonder if is > > >> there any update on the issue? > > > > > > Hi Ferruh, > > > > > > sorry for the late reply - nothing new from my side. > > > > > > I'm not sure what'

Re: [dpdk-dev] [PATCH RFC] net/ena: Add Windows support.

2023-03-23 Thread Dmitry Kozlyuk
2023-03-23 13:13 (UTC+), Ferruh Yigit: > On 6/6/2022 8:53 AM, Michał Krawczyk wrote: > > sob., 21 maj 2022 o 00:08 Ferruh Yigit napisał(a): > >> > >> On 8/30/2021 3:05 PM, William Tu wrote: > >>> On Mon, Aug 30, 2021 at 12:12 AM Michał Krawczyk > >>> wrote: > >>> [...] > Hi Willia

Re: [dpdk-dev] [PATCH RFC] net/ena: Add Windows support.

2023-03-23 Thread Ferruh Yigit
On 6/6/2022 8:53 AM, Michał Krawczyk wrote: > sob., 21 maj 2022 o 00:08 Ferruh Yigit napisał(a): >> >> On 8/30/2021 3:05 PM, William Tu wrote: >>> On Mon, Aug 30, 2021 at 12:12 AM Michał Krawczyk wrote: >>> [...] Hi William, It's great to hear that you're working on ENA support for

Re: [dpdk-dev] [PATCH RFC] net/ena: Add Windows support.

2022-06-06 Thread Michał Krawczyk
sob., 21 maj 2022 o 00:08 Ferruh Yigit napisał(a): > > On 8/30/2021 3:05 PM, William Tu wrote: > > On Mon, Aug 30, 2021 at 12:12 AM Michał Krawczyk wrote: > > [...] > >> Hi William, > >> > >> It's great to hear that you're working on ENA support for Windows! > >> > >> ENA PMD uses admin interrupt

Re: [dpdk-dev] [PATCH RFC] net/ena: Add Windows support.

2021-08-30 Thread William Tu
On Mon, Aug 30, 2021 at 12:12 AM Michał Krawczyk wrote: [...] > Hi William, > > It's great to hear that you're working on ENA support for Windows! > > ENA PMD uses admin interrupt for processing all the commands like > creating the IO queues, setting up the MTU, etc., and also for the > AENQ event

Re: [dpdk-dev] [PATCH RFC] net/ena: Add Windows support.

2021-08-30 Thread Michał Krawczyk
czw., 19 sie 2021 o 04:19 William Tu napisał(a): > > So I finally set up everything on AWS and tested this patch. > Virt2phys and netuio (I added ena conf) load OK. > Finally, starting dpdk-testpmd, I got some errors below: > --- > PS C:\dpdk-kmods> cd c:\dpdk > PS C:\dpdk> .\build\app\dpdk-testpm

Re: [dpdk-dev] [PATCH RFC] net/ena: Add Windows support.

2021-08-18 Thread William Tu
On Sat, Aug 14, 2021 at 4:31 AM Dmitry Kozlyuk wrote: > > Hi William, > > 2021-08-14 03:36 (UTC+), William Tu: > > I don't have a physical Windows testbed so I want to see if I can > > get virtual nic working, in this case ENA driver on AWS. > > The patch passes build on Windows, but I haven't

Re: [dpdk-dev] [PATCH RFC] net/ena: Add Windows support.

2021-08-14 Thread William Tu
On Sat, Aug 14, 2021 at 4:31 AM Dmitry Kozlyuk wrote: > > Hi William, > > 2021-08-14 03:36 (UTC+), William Tu: > > I don't have a physical Windows testbed so I want to see if I can > > get virtual nic working, in this case ENA driver on AWS. > > The patch passes build on Windows, but I haven't

Re: [dpdk-dev] [PATCH RFC] net/ena: Add Windows support.

2021-08-14 Thread Dmitry Kozlyuk
Hi William, 2021-08-14 03:36 (UTC+), William Tu: > I don't have a physical Windows testbed so I want to see if I can > get virtual nic working, in this case ENA driver on AWS. > The patch passes build on Windows, but I haven't tested loading > the ena driver. > I want to know if this is the ri

[dpdk-dev] [PATCH RFC] net/ena: Add Windows support.

2021-08-13 Thread William Tu
I don't have a physical Windows testbed so I want to see if I can get virtual nic working, in this case ENA driver on AWS. The patch passes build on Windows, but I haven't tested loading the ena driver. I want to know if this is the right direction, or whether I also need to change other places in