From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9291B4AAD for ; Wed, 8 Jun 2016 12:01:19 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 08 Jun 2016 03:01:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,438,1459839600"; d="scan'208";a="983251709" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga001.fm.intel.com with ESMTP; 08 Jun 2016 03:01:18 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.10]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0248.002; Wed, 8 Jun 2016 11:01:17 +0100 From: "Azarewicz, PiotrX T" To: Thomas Monjalon CC: "dev@dpdk.org" , "Jastrzebski, MichalX K" Thread-Topic: [dpdk-dev] [PATCH v2 0/7] examples/ip_pipeline: CLI rework and improvements Thread-Index: AQHRsqR2GO8L0Huuf0qLIzGXGVJbrp/egfqAgADxKDA= Date: Wed, 8 Jun 2016 10:01:17 +0000 Message-ID: <4837007523CC9A4B9414D20C13DE6E64136D290E@IRSMSX102.ger.corp.intel.com> References: <1462550250-1256-1-git-send-email-michalx.k.jastrzebski@intel.com> <1463754940-8114-1-git-send-email-piotrx.t.azarewicz@intel.com> <366333596.NXyNWZVgPd@xps13> In-Reply-To: <366333596.NXyNWZVgPd@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/7] examples/ip_pipeline: CLI rework and improvements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 10:01:20 -0000 > > 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 >=20 > 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. Thanks Thomas for hints.