[dpdk-dev] [PATCH v2 0/7] examples/ip_pipeline: CLI rework and improvements

2016-06-08 Thread Azarewicz, PiotrX T
> > Piotr Azarewicz (7): > > examples/ip_pipeline: add helper functions for parsing string > > examples/ip_pipeline: modifies common pipeline CLI > > examples/ip_pipeline: modifies firewall pipeline CLI > > examples/ip_pipeline: modifies flow classifications pipeline CLI > > examples/ip_p

[dpdk-dev] [PATCH v2 0/7] examples/ip_pipeline: CLI rework and improvements

2016-06-07 Thread Thomas Monjalon
> Piotr Azarewicz (7): > examples/ip_pipeline: add helper functions for parsing string > examples/ip_pipeline: modifies common pipeline CLI > examples/ip_pipeline: modifies firewall pipeline CLI > examples/ip_pipeline: modifies flow classifications pipeline CLI > examples/ip_pipeline: mod

[dpdk-dev] [PATCH v2 0/7] examples/ip_pipeline: CLI rework and improvements

2016-05-20 Thread Piotr Azarewicz
Using the latest librte_cmdline improvements, the CLI implementation of the ip_pipeline application is streamlined and improved, which results in eliminating thousands of lines of code from the application, thus leading to code that is easier to maintain and extend. v2 changes: - added functions f