From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/2] cmdline: add polling mode for command line Date: Mon, 18 May 2015 15:18:24 +0200 Message-ID: <2193439.WHKJQ6JIIq@xps13> References: <1431429019-21130-1-git-send-email-pawelx.wodkowski@intel.com> <1431518401-16315-1-git-send-email-pawelx.wodkowski@intel.com> <55534F9C.5040203@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pawel Wodkowski Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 2B4339A87 for ; Mon, 18 May 2015 15:19:14 +0200 (CEST) Received: by wicmx19 with SMTP id mx19so78965478wic.0 for ; Mon, 18 May 2015 06:19:14 -0700 (PDT) In-Reply-To: <55534F9C.5040203@6wind.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" 2015-05-13 15:20, Olivier MATZ: > 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 > > Acked-by: Olivier Matz Applied, thanks