From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ethdev: fix naming for device capability Date: Wed, 25 Apr 2018 09:38:52 +0100 Message-ID: References: <20180425081859.34170-1-qi.z.zhang@intel.com> <2442508.EbsD2R5MUW@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , Qi Zhang Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3E4E910B7 for ; Wed, 25 Apr 2018 10:38:55 +0200 (CEST) In-Reply-To: <2442508.EbsD2R5MUW@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/25/2018 9:33 AM, Thomas Monjalon wrote: > 25/04/2018 10:18, Qi Zhang: >> Rename all device capabilities to start with RTE_ETH_DEV_CAPA. >> >> Fixes: 172364028db6 ("net/i40e: enable runtime queue setup") > > Are you sure about the Fixes line? Original patch is still on next-net, I am for squashing this patch, so commit log will be lost. But for the record, I guess it should be: Fixes: 8719ad91e577 ("ethdev: support runtime queue setup")