From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E257C20F for ; Wed, 28 Dec 2016 19:49:15 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP; 28 Dec 2016 10:49:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,423,1477983600"; d="scan'208";a="47275182" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga005.jf.intel.com with ESMTP; 28 Dec 2016 10:49:13 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX101.ger.corp.intel.com ([169.254.1.112]) with mapi id 14.03.0248.002; Wed, 28 Dec 2016 18:49:12 +0000 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] examples/ip_pipeline: fix load balancing function in pass-through pipeline Thread-Index: AQHSQ/to3CoaOISd7k+CVPUiXdmdX6Ed7fnA Date: Wed, 28 Dec 2016 18:49:12 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891265272F660@IRSMSX108.ger.corp.intel.com> References: <1479735457-147785-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1479735457-147785-1-git-send-email-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTJmMmQ4NWUtNTY4Ny00YTE1LTliZDYtZWQ1YTBiZjUyNjUxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjIuMTEuMCIsIlRydXN0ZWRMYWJlbEhhc2giOiJqTFBLSmF6Sll0RElQUld5M0x1UGRMOUhPMUR4T1o5TDVCYVZ3Y3R1VkNzPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Wed, 28 Dec 2016 18:49:16 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Monday, November 21, 2016 1:38 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/ip_pipeline: fix load balancing function in pas= s- > through pipeline >=20 > This patch fixes the configuration file parsing error when load balancing > function is enabled in pass-through pipeline. >=20 > error log: > pipeline> [APP] Initializing PIPELINE1 ... > [PIPELINE1] Pass-through > Parse error in section "PIPELINE1": entry "lb" has invalid value ("hash") >=20 > Fixes: cbe82f6cfb0a ("examples/ip_pipeline: add swap action in pass- > through") >=20 > Signed-off-by: Jasvinder Singh > --- > examples/ip_pipeline/pipeline/pipeline_passthrough_be.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 Acked-by: Cristian Dumitrescu