From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 1/2] qede: rename config option Date: Mon, 30 May 2016 15:38:41 +0100 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 Cc: dev@dpdk.org, Dept-EngDPDKDev@qlogic.com To: Rasesh Mody 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) Content-Disposition: inline In-Reply-To: <1462594891-21169-1-git-send-email-rasesh.mody@qlogic.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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