From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 62C096CAC for ; Mon, 9 May 2016 18:17:10 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 09 May 2016 09:17:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,601,1455004800"; d="scan'208";a="99929939" Received: from unknown ([10.252.14.197]) by fmsmga004.fm.intel.com with SMTP; 09 May 2016 09:16:56 -0700 Received: by (sSMTP sendmail emulation); Mon, 09 May 2016 17:16:55 +0025 Date: Mon, 9 May 2016 17:16:55 +0100 From: Bruce Richardson To: Helin Zhang Cc: dev@dpdk.org Message-ID: <20160509161654.GB9332@bricha3-MOBL3> References: <1462438424-22574-1-git-send-email-helin.zhang@intel.com> <1462438424-22574-2-git-send-email-helin.zhang@intel.com> <20160509161459.GA9332@bricha3-MOBL3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160509161459.GA9332@bricha3-MOBL3> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 01/15] i40e/base: remove HMC AQ APIs 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, 09 May 2016 16:17:10 -0000 On Mon, May 09, 2016 at 05:14:59PM +0100, Bruce Richardson wrote: > On Thu, May 05, 2016 at 04:53:30PM +0800, Helin Zhang wrote: > > HMC AQ APIs were removed from the latest datasheet, and > > hence remove its implementations and relevant. > > > > Signed-off-by: Helin Zhang > > Hi Helin, > > what is HMC? I assume AQ is short for admin queue. These abbreviations are pretty > specific to i40e, so need to be expanded out in the commit message. > > /Bruce Also, can you provide any more details on why they were removed? Are they deprecated, or being replaced by something else? /Bruce