From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 13AE8A0562 for ; Tue, 13 Apr 2021 12:03:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 02009160DAC; Tue, 13 Apr 2021 12:03:01 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id A6583160D8E; Tue, 13 Apr 2021 12:02:58 +0200 (CEST) IronPort-SDR: kpd0QBrj3GEjVcwVKqXYRGZo9f0035KuccaTtVH7NU1Zp8731cUX5tWccK7YdGaGPWVMpDvDVx JG2iKiSliVqA== X-IronPort-AV: E=McAfee;i="6200,9189,9952"; a="214857274" X-IronPort-AV: E=Sophos;i="5.82,219,1613462400"; d="scan'208";a="214857274" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2021 03:02:53 -0700 IronPort-SDR: k537IKtDuICIPF3yp0w5TqhZY6A7F1JBFb5wqLa+NJOa9gtEhqzdX53mOE74fFEOV+SasVnVGw KPWboxSIempw== X-IronPort-AV: E=Sophos;i="5.82,219,1613462400"; d="scan'208";a="460526359" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.204.251]) ([10.213.204.251]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2021 03:02:52 -0700 To: Ivan Malov , dev@dpdk.org Cc: stable@dpdk.org, Andrew Rybchenko , Andy Moreton References: <20210410005143.28686-1-ivan.malov@oktetlabs.ru> From: Ferruh Yigit X-User: ferruhy Message-ID: <54610bd7-39b4-0b50-696e-5be022b07aa2@intel.com> Date: Tue, 13 Apr 2021 11:02:48 +0100 MIME-Version: 1.0 In-Reply-To: <20210410005143.28686-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] common/sfc_efx/base: fix indication of MAE encap. support X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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 4/10/2021 1:51 AM, Ivan Malov wrote: > The indication fields in the MCDI response are individual > bits, but the current code mistakenly compares the larger > dword with 1. This breaks encap. type discovery. Fix that. > > Fixes: 891408c45a63 ("common/sfc_efx/base: indicate MAE support for encapsulation") > Cc: stable@dpdk.org > > Signed-off-by: Ivan Malov > Reviewed-by: Andrew Rybchenko > Reviewed-by: Andy Moreton Applied to dpdk-next-net/main, thanks.