Re: [dpdk-dev] [PATCH 6/7] cmdline: support Windows

2020-07-07 Thread Dmitry Kozlyuk
On Tue, 30 Jun 2020 02:56:20 +0300, Dmitry Kozlyuk wrote: > On Mon, 29 Jun 2020 08:12:51 +, Tal Shnaiderman wrote: > > > From: Dmitry Kozlyuk > > > Subject: Re: [dpdk-dev] [PATCH 6/7] cmdline: support Windows > > > > > > On Sun, 28 Jun 2020 23:23:

Re: [dpdk-dev] [PATCH 6/7] cmdline: support Windows

2020-06-29 Thread Dmitry Kozlyuk
On Mon, 29 Jun 2020 08:12:51 +, Tal Shnaiderman wrote: > > From: Dmitry Kozlyuk > > Subject: Re: [dpdk-dev] [PATCH 6/7] cmdline: support Windows > > > > On Sun, 28 Jun 2020 23:23:11 -0700, Ranjit Menon wrote: > > > On 6/28/2020 7:20 AM, Fady Bader wrote:

Re: [dpdk-dev] [PATCH 6/7] cmdline: support Windows

2020-06-29 Thread Tal Shnaiderman
> From: Dmitry Kozlyuk > Subject: Re: [dpdk-dev] [PATCH 6/7] cmdline: support Windows > > On Sun, 28 Jun 2020 23:23:11 -0700, Ranjit Menon wrote: > > On 6/28/2020 7:20 AM, Fady Bader wrote: > > > Hi Dmitry, > > > I'm trying to run test-pmd on Windows

Re: [dpdk-dev] [PATCH 6/7] cmdline: support Windows

2020-06-29 Thread Dmitry Kozlyuk
On Sun, 28 Jun 2020 23:23:11 -0700, Ranjit Menon wrote: > On 6/28/2020 7:20 AM, Fady Bader wrote: > > Hi Dmitry, > > I'm trying to run test-pmd on Windows and I ran into this error with > > cmdline. > > > > The error log message is : > > In file included from ../app/test-pmd/cmdline_flow.c:23: > >

Re: [dpdk-dev] [PATCH 6/7] cmdline: support Windows

2020-06-28 Thread Ranjit Menon
On 6/28/2020 7:20 AM, Fady Bader wrote: Hi Dmitry, I'm trying to run test-pmd on Windows and I ran into this error with cmdline. The error log message is : In file included from ../app/test-pmd/cmdline_flow.c:23: ..\lib\librte_cmdline/cmdline_parse_num.h:24:2: error: 'INT64' redeclared as dif

Re: [dpdk-dev] [PATCH 6/7] cmdline: support Windows

2020-06-28 Thread Fady Bader
Hi Dmitry, I'm trying to run test-pmd on Windows and I ran into this error with cmdline. The error log message is : In file included from ../app/test-pmd/cmdline_flow.c:23: ..\lib\librte_cmdline/cmdline_parse_num.h:24:2: error: 'INT64' redeclared as different kind of symbol INT64 In file inclu

[dpdk-dev] [PATCH 6/7] cmdline: support Windows

2020-06-20 Thread Dmitry Kozlyuk
Implement terminal handling, input polling, and vdprintf() for Windows. Because Windows I/O model differs fundamentally from Unix and there is no concept of character device, polling is simulated depending on the underlying inpue device. Supporting non-terminal input is useful for automated testin