Re: [dpdk-dev] [PATCH v1] cmdline: rework as a wrapper to libedit

2018-04-17 Thread Burakov, Anatoly
On 17-Apr-18 4:21 PM, Adrien Mazarguil wrote: Disclaimer: this patch must not be confused with the CLI library [1] (work in progress) that will eventually supersede librte_cmdline itself with a different API. Rather, it modifies librte_cmdline to delegate all the heavy lifting (terminal and hist

[dpdk-dev] [PATCH v1] cmdline: rework as a wrapper to libedit

2018-04-17 Thread Adrien Mazarguil
Disclaimer: this patch must not be confused with the CLI library [1] (work in progress) that will eventually supersede librte_cmdline itself with a different API. Rather, it modifies librte_cmdline to delegate all the heavy lifting (terminal and history handling), strips unused features and re-imp