Re: [dpdk-dev] [PATCH 00/22] windows/netuio: add netuio driver for Windows

2020-08-14 Thread Omar Cardona
Hi Naty, IMHO this is small and sufficiently scoped where history (individual buildable patches) are not necessary. We'd prefer to avoid that overhead here. DmitryK, Please let us know if otherwise. -Original Message- From: Narcisa Ana Maria Vasile Sent: Friday, August 14, 2020 1:2

Re: [dpdk-dev] [PATCH 00/22] windows/netuio: add netuio driver for Windows

2020-08-14 Thread Ranjit Menon
On 8/14/2020 1:57 PM, Dmitry Kozlyuk wrote: On Fri, 14 Aug 2020 13:26:11 -0700, Narcisa Ana Maria Vasile wrote: On Fri, Aug 14, 2020 at 11:01:39PM +0300, Dmitry Kozlyuk wrote: On Thu, 13 Aug 2020 16:21:23 -0700, Narcisa Ana Maria Vasile wrote: [...] As far as I understand, you're importing

Re: [dpdk-dev] [PATCH 00/22] windows/netuio: add netuio driver for Windows

2020-08-14 Thread Dmitry Kozlyuk
On Fri, 14 Aug 2020 13:26:11 -0700, Narcisa Ana Maria Vasile wrote: > On Fri, Aug 14, 2020 at 11:01:39PM +0300, Dmitry Kozlyuk wrote: > > On Thu, 13 Aug 2020 16:21:23 -0700, Narcisa Ana Maria Vasile wrote: [...] > > As far as I understand, you're importing history from dpdk-draft-repo and > > the

Re: [dpdk-dev] [PATCH 00/22] windows/netuio: add netuio driver for Windows

2020-08-14 Thread Narcisa Ana Maria Vasile
On Fri, Aug 14, 2020 at 11:01:39PM +0300, Dmitry Kozlyuk wrote: > On Thu, 13 Aug 2020 16:21:23 -0700, Narcisa Ana Maria Vasile wrote: > > From: Narcisa Vasile > > > > The NetUIO driver for Windows allows the usermode application > > to directly access the hardware > > > and allocates the memory

Re: [dpdk-dev] [PATCH 00/22] windows/netuio: add netuio driver for Windows

2020-08-14 Thread Dmitry Kozlyuk
On Thu, 13 Aug 2020 16:21:23 -0700, Narcisa Ana Maria Vasile wrote: > From: Narcisa Vasile > > The NetUIO driver for Windows allows the usermode application > to directly access the hardware > and allocates the memory that gets mapped in usermode. It doesn't allocate the buffer anymore, does it

Re: [dpdk-dev] [PATCH 00/22] windows/netuio: add netuio driver for Windows

2020-08-14 Thread Harini Ramakrishnan
On Thu, Aug 13, 2020 at 04:21:23PM -0700, Narcisa Ana Maria Vasile wrote: > From: Narcisa Vasile > > The NetUIO driver for Windows allows the usermode application > to directly access the hardware and allocates the memory that gets mapped in > usermode. > > Anand Rawat (1): > Updated Source an

[dpdk-dev] [PATCH 00/22] windows/netuio: add netuio driver for Windows

2020-08-13 Thread Narcisa Ana Maria Vasile
From: Narcisa Vasile The NetUIO driver for Windows allows the usermode application to directly access the hardware and allocates the memory that gets mapped in usermode. Anand Rawat (1): Updated Source and Project files to use Clang toolset Harini Ramakrishnan (10): Windows DPDK libraries a