Re: [dpdk-dev] Move flow parsing from test-pmd to librte_cmdline

2018-01-12 Thread george . dit
Hi Gaetan, Thanks for your quick and positive reply, I will submit a patch today. Best regards, Georgios On Fri, Jan 12, 2018 at 11:38 AM, Gaëtan Rivet wrote: > Hi George, > > On Fri, Jan 12, 2018 at 10:21:41AM +0100, george@gmail.com wrote: > > Dear DPDK developers, > > > > In an attempt

Re: [dpdk-dev] Move flow parsing from test-pmd to librte_cmdline

2018-01-12 Thread Gaëtan Rivet
Hi George, On Fri, Jan 12, 2018 at 10:21:41AM +0100, george@gmail.com wrote: > Dear DPDK developers, > > In an attempt to integrate the Flow API into a third party application and > allow the e.g., insertion/deletion of NIC classification rules from that > application, I noticed that flow com

[dpdk-dev] Move flow parsing from test-pmd to librte_cmdline

2018-01-12 Thread george . dit
Dear DPDK developers, In an attempt to integrate the Flow API into a third party application and allow the e.g., insertion/deletion of NIC classification rules from that application, I noticed that flow command parsing as per the most recent DPDK versions (i.e., 17.08 or 17.11) might benefit from