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 D98D0A09E9 for ; Tue, 8 Dec 2020 18:44:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9A3E898; Tue, 8 Dec 2020 18:44:37 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 00C7E98; Tue, 8 Dec 2020 18:44:34 +0100 (CET) IronPort-SDR: yFTA47+Ex3V72M4fQwI3WFvXcgn4KHz7ALbQcQdZG9NuKgJ/DdqeQ39hluLXNqNQQh0CGL34Ao gFWQkBJOyWmA== X-IronPort-AV: E=McAfee;i="6000,8403,9829"; a="153747244" X-IronPort-AV: E=Sophos;i="5.78,403,1599548400"; d="scan'208";a="153747244" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Dec 2020 09:44:32 -0800 IronPort-SDR: 6PYy0phzdhguFyjrxD6bwCYDJUEjRVomKzF8LC2il/BOj+AsS86kCcASa8c6vpVw7Q/y4toPwA /ID+ujs/VYJA== X-IronPort-AV: E=Sophos;i="5.78,403,1599548400"; d="scan'208";a="317904887" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.231.143]) ([10.213.231.143]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Dec 2020 09:44:31 -0800 To: Ivan Malov , dev@dpdk.org Cc: stable@dpdk.org, Andrew Rybchenko , Andy Moreton References: <20201130220254.28467-1-ivan.malov@oktetlabs.ru> <20201201072421.8327-1-ivan.malov@oktetlabs.ru> From: Ferruh Yigit Message-ID: Date: Tue, 8 Dec 2020 17:44:26 +0000 MIME-Version: 1.0 In-Reply-To: <20201201072421.8327-1-ivan.malov@oktetlabs.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2 1/2] common/sfc_efx/base: remove warnings about inline specifiers 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 12/1/2020 7:24 AM, Ivan Malov wrote: > Windows build of the current libefx rejects these specifiers. > They're unneeded anyway; the compiler should decide inlining. > > Fixes: 34285fd0891d ("common/sfc_efx/base: add match spec validate API") > Cc: stable@dpdk.org > > Signed-off-by: Ivan Malov > Reviewed-by: Andrew Rybchenko > Reviewed-by: Andy Moreton Series applied to dpdk-next-net/main, thanks.