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

Olivier MATZ olivier.matz at 6wind.com
Wed May 13 15:20:28 CEST 2015


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 issue fixed
>   - use proper email address.
>   - add addtional missing include in cmdline_parse_ipaddr.h
>
> Pawel Wodkowski (2):
>    cmdline: fix missing include files
>    cmdline: add polling mode for command line
>
>   doc/api/doxy-api.conf                      |  1 +
>   lib/librte_cmdline/cmdline.c               | 35 ++++++++++++++++++++++++++++++
>   lib/librte_cmdline/cmdline.h               | 24 ++++++++++++++++++++
>   lib/librte_cmdline/cmdline_parse_ipaddr.h  |  2 ++
>   lib/librte_cmdline/cmdline_rdline.h        |  1 +
>   lib/librte_cmdline/cmdline_vt100.h         |  2 ++
>   lib/librte_cmdline/rte_cmdline_version.map |  8 +++++++
>   7 files changed, 73 insertions(+)
>


Acked-by: Olivier Matz <olivier.matz at 6wind.com>


Thanks,
Olivier



More information about the dev mailing list