From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ip_pipeline: fix load balancing function in pass-through pipeline Date: Tue, 17 Jan 2017 18:31:35 +0100 Message-ID: <15641610.hb7yDEjIgm@xps13> References: <1479735457-147785-1-git-send-email-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D891265272F660@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" To: "Singh, Jasvinder" Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id D5D5E108F for ; Tue, 17 Jan 2017 18:31:37 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id c85so210032613wmi.1 for ; Tue, 17 Jan 2017 09:31:37 -0800 (PST) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891265272F660@IRSMSX108.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch fixes the configuration file parsing error when load balancing > > function is enabled in pass-through pipeline. > > > > error log: > > pipeline> [APP] Initializing PIPELINE1 ... > > [PIPELINE1] Pass-through > > Parse error in section "PIPELINE1": entry "lb" has invalid value ("hash") > > > > Fixes: cbe82f6cfb0a ("examples/ip_pipeline: add swap action in pass- > > through") > > > > Signed-off-by: Jasvinder Singh > > Acked-by: Cristian Dumitrescu Applied, thanks