From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 12 May 2015 04:10:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,414,1427785200"; d="scan'208";a="727814913" Received: from unknown (HELO stargo) ([10.217.248.233]) by orsmga002.jf.intel.com with SMTP; 12 May 2015 04:10:14 -0700 Received: by stargo (sSMTP sendmail emulation); Tue, 12 May 2015 13:10:42 +0200 From: "Pawel Wodkowski" To: dev@dpdk.org Date: Tue, 12 May 2015 13:10:17 +0200 Message-Id: <1431429019-21130-1-git-send-email-pawelx.wodkowski@intel.com> X-Mailer: git-send-email 1.9.1 X-Mailman-Approved-At: Tue, 12 May 2015 14:06:14 +0200 Subject: [dpdk-dev] [PATCH 0/2] cmdline: add polling mode for command line X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 11:10:18 -0000 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