From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=WoMAAyDFRVbdKL+uTRsvO1/kGyQa26JRFRi+zvKk9pM=; b=vsU64g1RxZfx+oZJ/UpO3PWpTVpo0RaLEg1+RdAMAuOCjiVnbSW7KjBmp54szZyZoH zQPrMDLtg14REKm552K3LTfC0Q/Z2WqdLqo3jjnud/XUbNwHNGAILaWNpDbFq5Nk2uaw 7nC+qbET4B6dQQS+EHgFoFNQ82LPt4EQVTEoRFRiOwQIuN8J4sBAJkDEULlL1oLc82rP xU8PZ1DBhfu+5aSTVXiRxSYiAXun/QJD04JPqdaXW4vnwyfQYKnPh0271fTc8rbhbBux c5Kw1YEahHC4w3ZgdDP81EQBTF+kxEVzmRJNu1wYAMydRLIv0LVDZOjbI+m06Mf/9Ic5 h7hA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=WoMAAyDFRVbdKL+uTRsvO1/kGyQa26JRFRi+zvKk9pM=; b=UWpo8PaBfX+6j/5GYU5L5TTuMoET0s+C1YXUpzZKyF8ZhAEJuc7+NjUM9b25YvNnI4 eZvMH0zq6FizxrsryYu38gxKSEtACBdPeB4RmF6WuVkKngjj4fnXFaYilOEMxf0B0QFD YYf2zaViC4bOclUoxDf8hltUI6KduLAOVr7voB8bazudBpdkUz0bEOfy7TRUBSipSC65 jQp2k0tPxwl9FZL1RIiJzSeMGMVc3vGWzu9hAqsTbH8hL/f9TVmaNRe5dtWkyV8xQmkC xlL2HzeZO9dmdnn+EUPHYg8WW4SGLhINpSsfHDbwCPzNucD+FAaaaunMEcDzSdcjzqWv 3flQ== X-Gm-Message-State: AIkVDXKEjFvsI3y3gdeyYq4StxT3Fjn5LHyQWc6cztEmSLTfKKa4OoWfkLLWb2LXyUslN1i7 X-Received: by 10.223.160.14 with SMTP id k14mr12972443wrk.69.1484674297620; Tue, 17 Jan 2017 09:31:37 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id r6sm38367742wmd.4.2017.01.17.09.31.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jan 2017 09:31:37 -0800 (PST) From: Thomas Monjalon To: "Singh, Jasvinder" Cc: dev@dpdk.org, "Dumitrescu, Cristian" Date: Tue, 17 Jan 2017 18:31:35 +0100 Message-ID: <15641610.hb7yDEjIgm@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891265272F660@IRSMSX108.ger.corp.intel.com> References: <1479735457-147785-1-git-send-email-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D891265272F660@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix load balancing function in pass-through pipeline X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 17:31:38 -0000 > > 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