From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/7] examples/ip_pipeline: CLI rework and improvements Date: Tue, 07 Jun 2016 22:34:39 +0200 Message-ID: <366333596.NXyNWZVgPd@xps13> References: <1462550250-1256-1-git-send-email-michalx.k.jastrzebski@intel.com> <1463754940-8114-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 , Michal Jastrzebski Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 6DF9EADA8 for ; Tue, 7 Jun 2016 22:34:42 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id k204so84861440wmk.0 for ; Tue, 07 Jun 2016 13:34:42 -0700 (PDT) In-Reply-To: <1463754940-8114-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" > 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: modifies flow action pipeline CLI > examples/ip_pipeline: modifies routing pipeline CLI > examples/ip_pipeline: update edge router usecase Please take care of the authorship in patches 2, 3 and 4. It is probably wrong. You can fix it with git commit --amend --author in an interactive rebase. To avoid such issue, you must use git-am to apply patches.