From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DC45A5958 for ; Mon, 30 May 2016 16:38:45 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 30 May 2016 07:38:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,390,1459839600"; d="scan'208";a="965191718" Received: from amotzhad-mobl2.ger.corp.intel.com ([10.252.31.137]) by orsmga001.jf.intel.com with SMTP; 30 May 2016 07:38:42 -0700 Received: by (sSMTP sendmail emulation); Mon, 30 May 2016 15:38:41 +0025 Date: Mon, 30 May 2016 15:38:41 +0100 From: Bruce Richardson To: Rasesh Mody Cc: dev@dpdk.org, Dept-EngDPDKDev@qlogic.com Message-ID: <20160530143841.GB24092@bricha3-MOBL3> References: <1462594891-21169-1-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462594891-21169-1-git-send-email-rasesh.mody@qlogic.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 1/2] qede: rename config option 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: Mon, 30 May 2016 14:38:46 -0000 On Fri, May 06, 2016 at 09:21:30PM -0700, Rasesh Mody wrote: > Rename RTE_LIBRTE_QEDE_DEBUG_DRV to RTE_LIBRTE_QEDE_DEBUG_DRIVER > > Fixes: 425cba2a5176 ("qede: enable PMD build") > Fixes: 33e9ff1b72ca ("qede: add core driver") > These fixes lines don't have the correct commit id's in them. The commit "qede: enable PMD build" is actually commit 3eae93a9, and "qede: add core driver" is 2ea6f76a. The commit id of a patch can change from what it is originally when the patch is applied. /Bruce