From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 996F9108F for ; Tue, 17 Jan 2017 18:35:25 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id r144so233789692wme.1 for ; Tue, 17 Jan 2017 09:35:25 -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=ysOvxjLOg2CCKxMOzEwZkZls+D0nBfzjd27ZsWR8Fhs=; b=KQsB8SGwDDHyDFMAGnGjXAnrhN61AwctcpmdNkuyeDbvAssdIJdfcLKQK8U5Y6nODO q3lm3Th7K2JNf0megAhgVszfEiIRMRVT7uDRi3cYCO9Ep9iwDGeeNr9mTEoUw68cOT2T sAmy1Pja6xqUseHnXXxp8mao23g/khhzh2hq3nURO6MVCQtBrimhkAmEVqpo90ua9+6q Aw/w4E2GvKjiy28Nzr83B4RGJ6lqBOQaSMIVHcIGxi7Is6ljUoXZYhaXm019GiZpTn/e nqqR1xpIR6tg8UtV+IBvquobvY6XwSd043+A26qdnNP1bl2pa3/lPmKGkv853OutoYqv X9zw== 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=ysOvxjLOg2CCKxMOzEwZkZls+D0nBfzjd27ZsWR8Fhs=; b=LOF4APv5OTYfX3vqQsOl9NgW/0Al5GjpfHChC0QLY4qrcIYa1Hv0fE6VhHa+ed+E2e qyYcRQNb6FaIy5x25ZuAQKF8wOD05L8gPJ2cQvtrbVF+4y5BJxidh/pfMSqrlUmHMPYp 3FOXslirqLVPElwnbo2XBS5KblGL/tJf7Pyv4LjGXoF2zZ8oKnpF46tj6+xdBBtxAJzq /vmeeiUlKpsuaH3exKhsE9WE3Zzhu6I0QjJPRlY71ERpV+yZizRTh8qKE0lfPDACb87k wXqOyaKquMRxhx2eZImLeYstHI5ZUFJloIiMpJiY4DCGG8kSvLv7lga1comah0XTtXox EwxQ== X-Gm-Message-State: AIkVDXKOIliKj9Y4pMngN7opR0GcR98ux5Y1OSS/oLx0C+vzUVVHtjqdxQqjFbRB2tj7UJ3U X-Received: by 10.28.135.82 with SMTP id j79mr11121758wmd.19.1484674525320; Tue, 17 Jan 2017 09:35:25 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id m78sm38474174wmd.8.2017.01.17.09.35.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jan 2017 09:35:24 -0800 (PST) From: Thomas Monjalon To: "Singh, Jasvinder" , "Dumitrescu, Cristian" Cc: stable@dpdk.org Date: Tue, 17 Jan 2017 18:35:23 +0100 Message-ID: <5905025.O6fZgiI0oZ@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <15641610.hb7yDEjIgm@xps13> References: <1479735457-147785-1-git-send-email-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D891265272F660@IRSMSX108.ger.corp.intel.com> <15641610.hb7yDEjIgm@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] examples/ip_pipeline: fix load balancing function in pass-through pipeline X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 17:35:25 -0000 Cc stable@dpdk.org 2017-01-17 18:31, Thomas Monjalon: > > > 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