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

2020-10-14 Thread Thomas Monjalon
> > Dmitry Kozlyuk (7): > > cmdline: make implementation logically opaque > > cmdline: add internal wrappers for terminal handling > > cmdline: add internal wrappers for character input > > cmdline: add internal wrapper for vdprintf > > eal/windows: improve compatibility networking header

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

2020-10-05 Thread Olivier Matz
Hi Dmitry, On Tue, Sep 29, 2020 at 12:50:45AM +0300, Dmitry Kozlyuk wrote: > This patchset enables librte_cmdline on Windows. To do that, it creates > a number of wrappers for OS-dependent terminal handling and I/O. > Considered alternative was to revive [1] and use libedit (Unix-only) > for termi

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

2020-09-28 Thread Dmitry Kozlyuk
This patchset enables librte_cmdline on Windows. To do that, it creates a number of wrappers for OS-dependent terminal handling and I/O. Considered alternative was to revive [1] and use libedit (Unix-only) for terminal handling. However, testing revealed that WinEditLine [2] is not a drop-in replac