Re: [dpdk-dev] [PATCH v2] windows/netuio: add Windows NetUIO kernel driver

2020-09-13 Thread Dmitry Kozlyuk
On Wed, 9 Sep 2020 11:53:53 -0700, Narcisa Ana Maria Vasile wrote: > On Mon, Aug 24, 2020 at 11:53:44PM +0300, Dmitry Kozlyuk wrote: > > On Thu, 20 Aug 2020 15:23:55 -0700, Narcisa Ana Maria Vasile wrote: [snip] > > > +ClassName = "Windows UIO" > > > +DiskName = "DPDK netUIO Installation Disk" >

Re: [dpdk-dev] [PATCH v2] windows/netuio: add Windows NetUIO kernel driver

2020-09-09 Thread Narcisa Ana Maria Vasile
On Thu, Aug 20, 2020 at 06:32:02PM -0700, Ranjit Menon wrote: > Hi, Naty > > On 8/20/2020 3:23 PM, Narcisa Ana Maria Vasile wrote: > >From: Narcisa Vasile > > > >The Windows NetUIO kernel driver allows the DPDK userspace > >application to directly access the hardware. > > > >Cc: Harini Ramakrishn

Re: [dpdk-dev] [PATCH v2] windows/netuio: add Windows NetUIO kernel driver

2020-09-09 Thread Narcisa Ana Maria Vasile
On Mon, Aug 24, 2020 at 11:53:44PM +0300, Dmitry Kozlyuk wrote: > On Thu, 20 Aug 2020 15:23:55 -0700, Narcisa Ana Maria Vasile wrote: > > From: Narcisa Vasile > > > > The Windows NetUIO kernel driver allows the DPDK userspace > > application to directly access the hardware. > > > > Cc: Harini Ra

Re: [dpdk-dev] [PATCH v2] windows/netuio: add Windows NetUIO kernel driver

2020-08-24 Thread Dmitry Kozlyuk
On Thu, 20 Aug 2020 15:23:55 -0700, Narcisa Ana Maria Vasile wrote: > From: Narcisa Vasile > > The Windows NetUIO kernel driver allows the DPDK userspace > application to directly access the hardware. > > Cc: Harini Ramakrishnan > Cc: Omar Cardona > Signed-off-by: Narcisa Vasile > --- Major

Re: [dpdk-dev] [PATCH v2] windows/netuio: add Windows NetUIO kernel driver

2020-08-20 Thread Ranjit Menon
Hi, Naty On 8/20/2020 3:23 PM, Narcisa Ana Maria Vasile wrote: From: Narcisa Vasile The Windows NetUIO kernel driver allows the DPDK userspace application to directly access the hardware. Cc: Harini Ramakrishnan Cc: Omar Cardona Signed-off-by: Narcisa Vasile --- v2: Fix license message

[dpdk-dev] [PATCH v2] windows/netuio: add Windows NetUIO kernel driver

2020-08-20 Thread Narcisa Ana Maria Vasile
From: Narcisa Vasile The Windows NetUIO kernel driver allows the DPDK userspace application to directly access the hardware. Cc: Harini Ramakrishnan Cc: Omar Cardona Signed-off-by: Narcisa Vasile --- v2: Fix license message in each file Minor fixes in README Remove RC file as it is aut