From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH v2 0/2] cmdline: add polling mode for command line Date: Wed, 13 May 2015 15:20:28 +0200 Message-ID: <55534F9C.5040203@6wind.com> References: <1431429019-21130-1-git-send-email-pawelx.wodkowski@intel.com> <1431518401-16315-1-git-send-email-pawelx.wodkowski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Pawel Wodkowski , dev@dpdk.org Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id AF034DE6 for ; Wed, 13 May 2015 15:20:31 +0200 (CEST) Received: by wicmx19 with SMTP id mx19so10684317wic.0 for ; Wed, 13 May 2015 06:20:31 -0700 (PDT) In-Reply-To: <1431518401-16315-1-git-send-email-pawelx.wodkowski@intel.com> 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" Hi Pawel, On 05/13/2015 01:59 PM, Pawel Wodkowski wrote: > 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(+) > Acked-by: Olivier Matz Thanks, Olivier