From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by dpdk.org (Postfix) with ESMTP id 985B258F4 for ; Mon, 26 May 2014 17:18:06 +0200 (CEST) Received: by mail-we0-f175.google.com with SMTP id t61so8128141wes.20 for ; Mon, 26 May 2014 08:18:17 -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=F5159pAY4T6lfALhCyIFdibT1M43OMW2DU4kdfgUzJc=; b=RP59461syOg6EPV9cNjOGHzHh0espD8Nw0w3ZUfroa3P2rBS6se4IpZ89KaxCSQy9M /jJSpQSqXdGYqVuupxxwJNpwcck/cQy07NrUbEwzAsHxighMk6Gwzj2btNLk7oy6uPTb y+fRYxs7mu9AxKexPlAzgs2NJnkdvSgEwkNTg5WAhbiZFmY6lvIOt+h1wTmWzOdJQy6e 0qDY+tL+OiNMhenoIgrblesttiDv9gZ5LdiGa5FE4fQohZ2Nkc91yepmHOmfHxiAyMtU Pnw88iwKb7a19Rc4VHWujfJK+XsMxltyX0aO1u+j7DUVOO0VXtLj9odNzxVib0hmwifC yPWQ== X-Gm-Message-State: ALoCoQl8GN4lPWseNX0VZXH0EAQvTXn+bW1Waqv3lNdVwfC1DPZ/l+iuGdAye7AMed1A1cPmq8B5 X-Received: by 10.194.80.7 with SMTP id n7mr31398350wjx.8.1401117497246; Mon, 26 May 2014 08:18:17 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id gr6sm584333wib.8.2014.05.26.08.18.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 May 2014 08:18:16 -0700 (PDT) From: Thomas Monjalon To: Cristian Dumitrescu Date: Mon, 26 May 2014 17:18:13 +0200 Message-ID: <1855662.vPQhNJ3Gel@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <537F6A02.3020106@6wind.com> References: <1400858484-2402-1-git-send-email-cristian.dumitrescu@intel.com> <537F6A02.3020106@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] cmdline: finish at EOF 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, 26 May 2014 15:18:06 -0000 > > Bug fix in cmdline library to allow return on EOF as opposed to infinite > > loop. > > > > Signed-off-by: Cristian Dumitrescu > > Acked-by: Olivier Matz Applied for version 1.7.0 with title: cmdline: fix infinite loop after EOF Thanks -- Thomas