[dpdk-dev] [PATCH v2 0/2] cmdline: add polling mode for command line

2015-05-18 Thread Thomas Monjalon
2015-05-13 15:20, Olivier MATZ: > On 05/13/2015 01:59 PM, Pawel Wodkowski wrote: > > This patchset adds the ability to process console input in the same thread > > as packet processing by using poll() function and fixes some minor issues. > > > > v2 changes: > > - add doxygen documentation for

[dpdk-dev] [PATCH v2 0/2] cmdline: add polling mode for command line

2015-05-13 Thread Olivier MATZ
Hi Pawel, On 05/13/2015 01:59 PM, Pawel Wodkowski wrote: > This patchset adds the ability to process console input in the same thread > as packet processing by using poll() function and fixes some minor issues. > > v2 changes: > - add doxygen documentation for cmdline_poll() > - map file

[dpdk-dev] [PATCH v2 0/2] cmdline: add polling mode for command line

2015-05-13 Thread Pawel Wodkowski
This patchset adds the ability to process console input in the same thread as packet processing by using poll() function and fixes some minor issues. v2 changes: - add doxygen documentation for cmdline_poll() - map file issue fixed - use proper email address. - add addtional missing include

[dpdk-dev] [PATCH v2 0/2] cmdline: add polling mode for command line

2015-05-13 Thread Dumitrescu, Cristian
> -Original Message- > From: Wodkowski, PawelX > Sent: Wednesday, May 13, 2015 1:00 PM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v2 0/2] cmdline: add polling mode for command line > > This patchset adds the ability to process console input in the same thread >