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

Pawel Wodkowski pwodkowx at stargo
Tue May 12 13:10:17 CEST 2015


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.

Pawel Wodkowski (2):
  cmdline: fix missing include files
  cmdline: add polling mode for command line

 lib/librte_cmdline/cmdline.c               | 35 ++++++++++++++++++++++++++++++
 lib/librte_cmdline/cmdline.h               |  4 ++++
 lib/librte_cmdline/cmdline_rdline.h        |  1 +
 lib/librte_cmdline/cmdline_vt100.h         |  2 ++
 lib/librte_cmdline/rte_cmdline_version.map |  1 +
 5 files changed, 43 insertions(+)

-- 
1.9.1



More information about the dev mailing list