From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3AB035F17 for ; Fri, 30 Mar 2018 17:38:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2018 08:38:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,382,1517904000"; d="scan'208";a="42101015" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga004.fm.intel.com with ESMTP; 30 Mar 2018 08:38:43 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX152.ger.corp.intel.com ([169.254.6.128]) with mapi id 14.03.0319.002; Fri, 30 Mar 2018 16:38:42 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH v2 2/2] ip_pipeline: add ecmp route example Thread-Index: AQHTyDPJggxDnOHLXUyW2RbhWhiBbqPo6dwg Date: Fri, 30 Mar 2018 15:38:41 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BB38754@IRSMSX108.ger.corp.intel.com> References: <20180330141529.149612-1-jasvinder.singh@intel.com> <20180330143108.154878-1-jasvinder.singh@intel.com> <20180330143108.154878-2-jasvinder.singh@intel.com> In-Reply-To: <20180330143108.154878-2-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/2] ip_pipeline: add ecmp route example 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: Fri, 30 Mar 2018 15:38:45 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Friday, March 30, 2018 3:31 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v2 2/2] ip_pipeline: add ecmp route example >=20 > Add example to build pipeline to demonstrate equal-cost multi-path > routing example. >=20 > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Jasvinder Singh > --- > v2: > - fix checkpatch warnings on file permission. >=20 Applied to next-pipeline tree, thanks!