From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7FF73A04E7; Mon, 2 Nov 2020 12:19:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4F89CBE71; Mon, 2 Nov 2020 12:18:59 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 477DFBE4B for ; Mon, 2 Nov 2020 12:18:56 +0100 (CET) IronPort-SDR: 7+RCmmrTbS2lYpwfb1kiJSXes6MUlD4rHso0wiaJVd9p7l3q7b8XOHq8ypXg9fmF3aRDRQbm+z Ys19xYHtNQ2A== X-IronPort-AV: E=McAfee;i="6000,8403,9792"; a="166277263" X-IronPort-AV: E=Sophos;i="5.77,444,1596524400"; d="scan'208";a="166277263" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 03:18:55 -0800 IronPort-SDR: N+ePIKKPftLLvwWNH6FC/zn9sYcvCedqHefLrrZ8Dw7Rjb7FHE1Vtj5KccqnsXEpK46zLDaPSX AF+3W+zcT0SQ== X-IronPort-AV: E=Sophos;i="5.77,444,1596524400"; d="scan'208";a="537980641" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.219.143]) ([10.213.219.143]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 03:18:54 -0800 From: Ferruh Yigit To: Ivan Malov , Andrew Rybchenko , dev@dpdk.org References: <1603957185-29309-1-git-send-email-arybchenko@solarflare.com> Message-ID: <916bc2c1-eb71-11bd-b07c-d50a82101358@intel.com> Date: Mon, 2 Nov 2020 11:18:52 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] common/sfc_efx/base: fix prefix in struct member names 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/2/2020 10:45 AM, Ferruh Yigit wrote: > On 11/2/2020 9:22 AM, Ivan Malov wrote: >> Hi Ferruh, >> >> Many thanks for your help. >> >> It looks like I forgot to add the line >> Fixes: 0902ed140fcf("common/sfc_efx/base: add MAE action set provisioning APIs") >> to the commit log of the patch. >> >> Currently, the said commit has old suffix used in it: >> >> drivers/common/sfc_efx/base/efx_mae.c:927: MAE_ACTION_SET_ALLOC_IN_DELIVER, >> spec->emass_deliver_mport.sel); >> >> The point at which this wrong line is fixed to "emass -> ema" is >> 0f41b86eff7e ("common/sfc_efx/base: support adding FLAG action to set") >> that is, an irrelevant patch. >> > > Thanks for catching it, fixing it now. > Done, can you please check again the next-net/main?