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 6CD25A04DE for ; Fri, 23 Oct 2020 16:10:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2AFE7A974; Fri, 23 Oct 2020 16:10:25 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 4536FA964; Fri, 23 Oct 2020 16:10:20 +0200 (CEST) IronPort-SDR: bu92edggUGmCzZsFLIbnryFw+sihiaPHs6KAOq+/p8RH60p76uaL4cbRxmdKWLAEWxkJM9/72j r43afIeuJe8g== X-IronPort-AV: E=McAfee;i="6000,8403,9782"; a="146971331" X-IronPort-AV: E=Sophos;i="5.77,408,1596524400"; d="scan'208";a="146971331" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2020 07:10:17 -0700 IronPort-SDR: /5MY1YCXZkHX1pt11SF27aypCiLFGJc1qW3JCMQ5AigrTxXvwZNyE7uudnJoQT5zwjPywKL6yR 7mWTVMMCa1cQ== X-IronPort-AV: E=Sophos;i="5.77,408,1596524400"; d="scan'208";a="534407539" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.224.253]) ([10.213.224.253]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2020 07:10:13 -0700 To: =?UTF-8?Q?Micha=c5=82_Krawczyk?= , David Marchand Cc: dev@dpdk.org, stable@dpdk.org, Marcin Wojtas , Guy Tzalik , Evgeny Schemeilin , Igor Chauskin , Rafal Kozik , Stephen Hemminger References: <20201023084352.30034-1-david.marchand@redhat.com> From: Ferruh Yigit Message-ID: <230f8223-960e-cd28-f2a8-48044158fcf0@intel.com> Date: Fri, 23 Oct 2020 15:10:07 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [PATCH] net/ena: remove unused macro X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 10/23/2020 1:56 PM, Michał Krawczyk wrote: > pt., 23 paź 2020 o 10:44 David Marchand napisał(a): >> >> This assert macro is not called anymore. >> This also fixes an invalid reference to RTE_LOGTYPE_ERR that does not >> exist. >> >> Fixes: 3adcba9a8987 ("net/ena: update HAL to the newer version") >> Fixes: 6f1c9df9e9cc ("net/ena: use dynamic log type for debug logging") >> Cc: stable@dpdk.org >> >> Signed-off-by: David Marchand > Acked-by: Michal Krawczyk > Applied to dpdk-next-net/main, thanks.