From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Pawel Wodkowski" Subject: [PATCH 0/2] cmdline: add polling mode for command line Date: Tue, 12 May 2015 13:10:17 +0200 Message-ID: <1431429019-21130-1-git-send-email-pawelx.wodkowski@intel.com> To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E1F625A0A for ; Tue, 12 May 2015 13:10:17 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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