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 EB307A04E7; Mon, 2 Nov 2020 13:03:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3D28DC834; Mon, 2 Nov 2020 13:03:46 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by dpdk.org (Postfix) with ESMTP id F3031C826 for ; Mon, 2 Nov 2020 13:03:43 +0100 (CET) Received: from [192.168.45.100] (unknown [188.242.7.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 76EA37F51A; Mon, 2 Nov 2020 15:03:42 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 76EA37F51A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1604318622; bh=+X+AUx0LVC7Lr+ZxZXpteQQPbAO1FsRVvDmR4wEtk4A=; h=Subject:To:References:From:Date:In-Reply-To; b=DFRW1UjuxpGMxpj0a0gWKHxleztkS9x3IvtJgrrGNAffimrTFKXQrnR4xiEERbJbb Uly59vZsIRqgdsF68HqdgblOIwQKThitk0S1d2dmFUBPjuK8kV2vxGPTVuASp5hHdX 26WXQ6YZn9X1RgusNUo5OExzTkTU1/ex1Ph9S5nA= To: Ferruh Yigit , Andrew Rybchenko , dev@dpdk.org References: <1603957185-29309-1-git-send-email-arybchenko@solarflare.com> <916bc2c1-eb71-11bd-b07c-d50a82101358@intel.com> From: Ivan Malov Message-ID: <5fd80c59-8e99-ac40-944f-a3cbf1f50a6b@oktetlabs.ru> Date: Mon, 2 Nov 2020 15:03:41 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <916bc2c1-eb71-11bd-b07c-d50a82101358@intel.com> 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 02/11/2020 14:18, Ferruh Yigit wrote: > 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? Brilliant! Many-many thanks to you for applying the fix. -- Ivan M