Re: [dpdk-dev] [PATCH v2 3/4] examples/flow_classify: update sample application

2017-12-14 Thread Iremonger, Bernard
Hi Jasvinder, > -Original Message- > From: Singh, Jasvinder > Sent: Monday, December 11, 2017 4:27 PM > To: dev@dpdk.org > Cc: Iremonger, Bernard ; Mcnamara, John > > Subject: [PATCH v2 3/4] examples/flow_classify: update sample application > > Update the flow_classify sample app to adap

[dpdk-dev] [PATCH v2 3/4] examples/flow_classify: update sample application

2017-12-11 Thread Jasvinder Singh
Update the flow_classify sample app to adapt the changes. Signed-off-by: Jasvinder Singh --- v2: - use validate api to verify before adding flow rule examples/flow_classify/flow_classify.c | 36 +++--- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/e