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 2E9F85A31 for ; Wed, 13 May 2015 14:44:19 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 13 May 2015 05:44:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,420,1427785200"; d="scan'208";a="728511915" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga002.jf.intel.com with ESMTP; 13 May 2015 05:44:11 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.59]) by IRSMSX152.ger.corp.intel.com ([169.254.6.148]) with mapi id 14.03.0224.002; Wed, 13 May 2015 13:44:10 +0100 From: "Dumitrescu, Cristian" To: "Wodkowski, PawelX" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] cmdline: add polling mode for command line Thread-Index: AQHQjXR8bAacO5JXl0+N71Olk1EpwJ152evQ Date: Wed, 13 May 2015 12:44:10 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126323680B1@IRSMSX108.ger.corp.intel.com> References: <1431429019-21130-1-git-send-email-pawelx.wodkowski@intel.com> <1431518401-16315-1-git-send-email-pawelx.wodkowski@intel.com> In-Reply-To: <1431518401-16315-1-git-send-email-pawelx.wodkowski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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:44:19 -0000 > -----Original Message----- > From: Wodkowski, PawelX > Sent: Wednesday, May 13, 2015 1:00 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v2 0/2] cmdline: add polling mode for command line >=20 > This patchset adds the ability to process console input in the same threa= d > as packet processing by using poll() function and fixes some minor issues= . >=20 > 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 >=20 > Pawel Wodkowski (2): > cmdline: fix missing include files > cmdline: add polling mode for command line >=20 > 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(+) >=20 > -- > 1.9.1 Acked by: Cristian Dumitrescu