From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [pktgen PATCH 0/6] fix compilation Date: Wed, 26 Jul 2017 18:01:29 +0300 Message-ID: <2755858.OTkybHd1P5@xps> References: <20170725222107.23203-1-thomas@monjalon.net> <5680989.RRpAUyPcSC@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Wiles, Keith" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5FFA21F5 for ; Wed, 26 Jul 2017 17:01:32 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/07/2017 17:52, Wiles, Keith: > > On Jul 26, 2017, at 12:39 AM, Thomas Monjalon wrote: > > PS: I've noticed that you are the author of all the pktgen commits. > > Are you using git-am when applying patches from other contributors? > > Yes, I do use git am, but most changes are based on bug reports and not patches. A few people have requested I do not show their name in the commit logs for some reason or privacy concerns. > > In this case when I find the TX problem you will see your patches are applied. The previous patch for Intel DPDK, I had squashed it into changes I was making for all of the copyright changes. I should have stashed my changes and applied your patch instead, sorry. No problem, I just wanted to make sure we agree on patch management. Thanks