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 62E4DA09E0 for ; Fri, 11 Dec 2020 16:37:44 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 40340C950; Fri, 11 Dec 2020 16:37:43 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by dpdk.org (Postfix) with ESMTP id 6D4A4AC9A; Fri, 11 Dec 2020 16:37:39 +0100 (CET) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (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 226207F540; Fri, 11 Dec 2020 18:37:38 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 226207F540 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1607701058; bh=HKdCI47v6WOFkamH7WGLv4YE/83rZKU+YZxiecu6TM8=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=GHn6UADW7Xa7Flamdx6YzpQZwhaugWfoQ5b5680xKxoJhwS2IncjD9nm2MzRoUzqF Dr+obl+lmS3dHNqBv+FaOTSu3uED4aGwanoCcnfL1EwlLvVxbM++xT5aoxNOo9hk4B kjCekJqGK/3jnDzctJ6ih/qWV/BFCKWVJ7G/6fkw= To: Ivan Malov , dev@dpdk.org Cc: stable@dpdk.org References: <20201211153421.28382-1-ivan.malov@oktetlabs.ru> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <5a608176-84be-6b9f-1cd2-ed249c985eb3@oktetlabs.ru> Date: Fri, 11 Dec 2020 18:37:38 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <20201211153421.28382-1-ivan.malov@oktetlabs.ru> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH 1/2] common/sfc_efx/base: update MCDI headers for MAE privilege 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/11/20 6:34 PM, Ivan Malov wrote: > VFs and unprivileged PFs should not be able to control MAE. > Add MAE privilege to MCDI headers in order to reflect that. > > Fixes: 84d3fb7d7e1e ("common/sfc_efx/base: add MAE definitions to MCDI") > Cc: stable@dpdk.org > > Signed-off-by: Ivan Malov Reviewed-by: Andrew Rybchenko