From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 141743775 for ; Wed, 13 May 2015 14:01:01 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 13 May 2015 05:01:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,420,1427785200"; d="scan'208";a="694242995" Received: from unknown (HELO stargo) ([10.217.248.233]) by orsmga001.jf.intel.com with SMTP; 13 May 2015 05:00:58 -0700 Received: by stargo (sSMTP sendmail emulation); Wed, 13 May 2015 14:01:26 +0200 From: Pawel Wodkowski To: dev@dpdk.org Date: Wed, 13 May 2015 13:59:59 +0200 Message-Id: <1431518401-16315-1-git-send-email-pawelx.wodkowski@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1431429019-21130-1-git-send-email-pawelx.wodkowski@intel.com> References: <1431429019-21130-1-git-send-email-pawelx.wodkowski@intel.com> Subject: [dpdk-dev] [PATCH v2 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: Wed, 13 May 2015 12:01:02 -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. 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