From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/ip_pipeline: config parser clean-up Date: Mon, 07 Mar 2016 12:27:30 +0100 Message-ID: <2473703.5ItyfECMxn@xps13> References: <1455707651-13878-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Fan Zhang Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id EF81F2C69 for ; Mon, 7 Mar 2016 12:29:07 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id p65so66667047wmp.0 for ; Mon, 07 Mar 2016 03:29:07 -0800 (PST) In-Reply-To: <1455707651-13878-1-git-send-email-roy.fan.zhang@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" 2016-02-17 11:14, Fan Zhang: > This patch updates the pipelne configuration file parser, cleans up nesting > if/else conditions, and add clearer error message display. > > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu Applied, thanks