From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=cOIJT56DOqGA3cpAq3kVDEls3ILPn9XepD1bXubxPZ8=; b=bnq0O6BqMjlbW/WHmn8UCej74Dm1Eqk6WMXMmct/bAzqrynMZCMC+NtsKu8qrSWaEQ aIZPVO4X8yE+iyI3MUxDmoktN2O/g+KbhhSI3cl+lSkLWG2O8gDP5ty88CQzINv1rPd5 8KZRrrsJ+Bt+gnWR4NpT9at/e93CfbAzxZey45uhVh4l08RSnjMY6ua3/l84oGk8rfv9 5dBf7EIxjl5pxBPz+Uag0MVgxJ7eKjY+AVItA3vG78S8YBeK2nmPx0bEgejQgPwbBkIg Avs9XaAztJrc1rskParafI3T5+6P3GoAXc4gQAyRWxk/HxfBcOyxSwy9NXT37CsspQoK 2CTg== X-Gm-Message-State: ALoCoQnDf1N2wMZMbsPskxiXL/6aoUABvfh8cZXcPGI/8OS4NJvv3C9ANe49nT1XXnywPKRySleK X-Received: by 10.194.157.194 with SMTP id wo2mr44919400wjb.103.1431955151751; Mon, 18 May 2015 06:19:11 -0700 (PDT) Received: from xps13.localnet (124.26.90.92.rev.sfr.net. [92.90.26.124]) by mx.google.com with ESMTPSA id ew10sm12440226wic.22.2015.05.18.06.19.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 May 2015 06:19:10 -0700 (PDT) From: Thomas Monjalon To: Pawel Wodkowski Date: Mon, 18 May 2015 15:18:24 +0200 Message-ID: <2193439.WHKJQ6JIIq@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <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> <55534F9C.5040203@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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: Mon, 18 May 2015 13:19:14 -0000 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