Re: [dpdk-dev] [PATCH v2 2/2] ip_pipeline: add ecmp route example

2018-03-30 Thread Dumitrescu, Cristian
> -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 > > Add example to build pipeline to demonstrate equal-cost multi-path > routing example. > >

[dpdk-dev] [PATCH v2 2/2] ip_pipeline: add ecmp route example

2018-03-30 Thread Jasvinder Singh
Add example to build pipeline to demonstrate equal-cost multi-path routing example. Signed-off-by: Cristian Dumitrescu Signed-off-by: Jasvinder Singh --- v2: - fix checkpatch warnings on file permission. examples/ip_pipeline/examples/route_ecmp.cli | 57 1 file cha