From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/7] examples/ip_pipeline: CLI rework and improvements Date: Wed, 08 Jun 2016 16:46:02 +0200 Message-ID: <9928383.4eNYRNnYQu@xps13> References: <1463754940-8114-1-git-send-email-piotrx.t.azarewicz@intel.com> <1465382125-2747-1-git-send-email-piotrx.t.azarewicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Piotr Azarewicz Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 9466E214A for ; Wed, 8 Jun 2016 16:46:04 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id n184so185287648wmn.1 for ; Wed, 08 Jun 2016 07:46:04 -0700 (PDT) In-Reply-To: <1465382125-2747-1-git-send-email-piotrx.t.azarewicz@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > > 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