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

2016-06-08 Thread Thomas Monjalon
2016-06-08 12:35, 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 a

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

2016-06-08 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. v3 changes: - fix the authorshi