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

2015-05-12 Thread Wodkowski, PawelX
Self NACK - misconfigured git - wrong email address :( I will resend this. > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pawel Wodkowski > Sent: Tuesday, May 12, 2015 1:10 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] cmdli

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

2015-05-12 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. Pawel Wodkowski (2): cmdline: fix missing include files cmdline: add polling mode for command line lib/librte_cmdline/cmdline.c

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

2015-05-12 Thread Dumitrescu, Cristian
> -Original Message- > From: Pawel Wodkowski [mailto:pwodkowx at stargo] > Sent: Tuesday, May 12, 2015 12:10 PM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian; Jastrzebski, MichalX K > Subject: [PATCH 0/2] cmdline: add polling mode for command line > > This patchset adds the ability