From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 431321B4E1 for ; Fri, 12 Oct 2018 12:14:18 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 83F7221F40; Fri, 12 Oct 2018 06:14:16 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 12 Oct 2018 06:14:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=5ZhrT7kze+vGdYBYUsaU2SXd/hwFoUuU/D6JzNXHOiE=; b=fvCTaKn4vrS9 2zMKNIzbLo9DXl7PQAUoC15857ha1xu0Xp1udpazotLUWjzzoqU1anULe1QcuqU/ psgxlzW03+ow5LpJCTONh4h4s0RIAjcOEWF0r8PUK8iEcnBA6W02QSe7qtO8uRvN oMwZJEB+uNlQ/xQLYYKnt15ZLrC/WWM= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=5ZhrT7kze+vGdYBYUsaU2SXd/hwFoUuU/D6JzNXHO iE=; b=Bj3OSaDtewpbNbZ5pLecCpp0LQ8ak7s4A/Jg7JNW/qStFRxsAW1r457D6 ozhYwZ4ry/UA7LovNoLCD74BTGkzn6+/xC86wjOqhRKsU40RHLPDB7uD7YzsjAY3 EywJA9lMwlhQLI39iIuPy8tc79sZEhtL4pi+plWBrDGApnoYMlhQudFcxosScvr+ e35Z1Vc+m5YdDzq/mc6OVj789WlFBWm4UETpDMon8oSWKRz7lUWcbA5i22/G/vnO UlatpK6uxY9tgNl4+iWY1mCo/o/c7cF31cp62WeVUYEB08dyRwegYTy9IxyZpaGS jcOAL4UPkC4y3h0F3rT2T7N66xyjg== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (90.87.136.77.rev.sfr.net [77.136.87.90]) by mail.messagingengine.com (Postfix) with ESMTPA id 443D5E4532; Fri, 12 Oct 2018 06:14:13 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org Date: Fri, 12 Oct 2018 12:14:10 +0200 Message-ID: <3740447.zQdSQcv5Hm@xps> In-Reply-To: <1538415041-114464-1-git-send-email-cristian.dumitrescu@intel.com> References: <1538415041-114464-1-git-send-email-cristian.dumitrescu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [pull-request] next-pipeline 18.11 PRE-RC1 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: Fri, 12 Oct 2018 10:14:18 -0000 01/10/2018 19:30, Cristian Dumitrescu: > http://dpdk.org/git/next/dpdk-next-pipeline Please, could you fix the names in author fields and signed-off, etc? Example: "Zhang, Roy Fan" should be "Fan Zhang " The idea is to keep the same exact name along the git history. Thanks