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(+) -- 1.9.1

