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

2020-06-20 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

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

2020-07-17 Thread Narcisa Ana Maria Vasile
On Sun, Jun 21, 2020 at 12:05:03AM +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 terminal handling

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

2020-07-30 Thread Kadam, Pallavi
Hi Dmitry, On 6/20/2020 2:05 PM, 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 terminal handling. However, t