From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 314815A37 for ; Tue, 12 May 2015 17:33:12 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 12 May 2015 08:32:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,415,1427785200"; d="scan'208";a="570171724" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga003.jf.intel.com with ESMTP; 12 May 2015 08:32:46 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.36]) by IRSMSX154.ger.corp.intel.com ([169.254.12.182]) with mapi id 14.03.0224.002; Tue, 12 May 2015 16:32:45 +0100 From: "Wodkowski, PawelX" To: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/2] cmdline: add polling mode for command line Thread-Index: AQHQjKwjcqOKS2mpIkWl+yad2dAUmZ14eCKQ Date: Tue, 12 May 2015 15:32:44 +0000 Message-ID: References: <1431429019-21130-1-git-send-email-pawelx.wodkowski@intel.com> In-Reply-To: <1431429019-21130-1-git-send-email-pawelx.wodkowski@intel.com> Accept-Language: pl-PL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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 15:33:12 -0000 Self NACK - misconfigured git - wrong email address :( I will resend this. > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pawel Wodkowski > Sent: Tuesday, May 12, 2015 1:10 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] cmdline: add polling mode for command lin= e >=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 > Pawel Wodkowski (2): > cmdline: fix missing include files > cmdline: add polling mode for command line >=20 > 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(+) >=20 > -- > 1.9.1