From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 298B92096E; Wed, 26 Jul 2017 11:01:31 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 26 Jul 2017 11:01:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=LTx5xqmWJ5+rgyD UAqsFCMGyBQvlpC9xp74P2z416Lg=; b=LtxjPx+qNGuXWoBAoGOzljPiiR8ZvpH S2MB3Ol9pB39kCZ+59HxPeo0mz+r0p3FyoRtTjVUzlVchsr8rIdSb/saoj7fRU/S T1oKUzUCwiPK5xGvyG9Q+y245HqLYKxHDWrAFVsaOpyWRoT4Kw8JbZ7juEhSCuCE l4kV/hycr3wE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=LTx5xqmWJ5+rgyDUAqsFCMGyBQvlpC9xp74P2z416Lg=; b=SNVyCWbQ jdroTTZnrCZZlj42mTdDTozHM+w66V5MYEWajdFkbCOCixavpkZ+1oMtezowsVc1 Kk7zUr4DIL3BVbC8sepWlGEbqiZIvW4zMP/UBck6yOnDhHMrzSRpQPJ9Uc/DawtF WFYV+6kWnWbjiVm9NWdYVwSG3HdD9piPfJCHnAfb8t69g+gqD0RqbSiPdSUjHyvn Ho4Nvbbi9KDBe+b3QtopFVfMTYkYkhHCEZ9qGty6bsx5IBYUgh+Rr9rx6KveyO1i kxkOJjtn/9SN+8J+aaG07/6fEqJhw4+U9+K9lGu5BJPEUhkCBErHUYiyxnbxR/bl cgaIFvZGCp3f7A== X-ME-Sender: X-Sasl-enc: 8VrATexubxwrKWQXRqrUu0YOgIEe9QjXRVOjCKGTmz4U 1501081290 Received: from xps.localnet (unknown [193.47.165.251]) by mail.messagingengine.com (Postfix) with ESMTPA id 72C0F7E354; Wed, 26 Jul 2017 11:01:30 -0400 (EDT) From: Thomas Monjalon To: "Wiles, Keith" Cc: dev@dpdk.org Date: Wed, 26 Jul 2017 18:01:29 +0300 Message-ID: <2755858.OTkybHd1P5@xps> In-Reply-To: References: <20170725222107.23203-1-thomas@monjalon.net> <5680989.RRpAUyPcSC@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [pktgen PATCH 0/6] fix compilation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 15:01:32 -0000 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