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 and extend. > > v3 changes: > - fix the authorship in patches > > v2 changes: > - added functions for parsing hex values > - added standard error messages for CLI and file bulk > - for all CLI commands: separate code paths for each flavor of each command > (e.g. route add, route add default, route ls, route del, route del default, > etc do not share any line of code) > - for bulk commands: simplified error checking > - added additional config files > > Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com> > > Daniel Mrzyglod (1): > examples/ip_pipeline: modifies firewall pipeline CLI > > Piotr Azarewicz (4): > examples/ip_pipeline: add helper functions for parsing string > examples/ip_pipeline: modifies flow action pipeline CLI > examples/ip_pipeline: modifies routing pipeline CLI > examples/ip_pipeline: update edge router usecase > > Tomasz Kulasek (2): > examples/ip_pipeline: modifies common pipeline CLI > examples/ip_pipeline: modifies flow classifications pipeline CLI
Applied, thanks