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 8DA8BA0A0A for ; Wed, 24 Mar 2021 15:46:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7E878140EAB; Wed, 24 Mar 2021 15:46:47 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 23E81140E5B; Wed, 24 Mar 2021 15:46:43 +0100 (CET) IronPort-SDR: CO9RY2CtrNYU15J7tZlWL1uiG5sijlVUM05IudQ+teME3NMemKDPzvVesFwfG7mJCaTUrJKPPK CFmzzQMeJ8WQ== X-IronPort-AV: E=McAfee;i="6000,8403,9933"; a="252076866" X-IronPort-AV: E=Sophos;i="5.81,274,1610438400"; d="scan'208";a="252076866" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2021 07:46:42 -0700 IronPort-SDR: 9vXYnAcX1JJAyYIGcL5M6pz3Bj0uoeo2cfOahKWbcyGa02jObwtJBp5p68kmU+OJ06ZO1DATCh QA6QmQZA4IWg== X-IronPort-AV: E=Sophos;i="5.81,274,1610438400"; d="scan'208";a="408872764" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.28.141]) ([10.252.28.141]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2021 07:46:40 -0700 To: Wenjun Wu , dev@dpdk.org, jingjing.wu@intel.com, beilei.xing@intel.com Cc: stable@dpdk.org References: <20210303075648.12399-1> <20210305060424.21917-1-wenjun1.wu@intel.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <3fe8b32b-ca8c-49bb-0215-0c9cd6a2f69c@intel.com> Date: Wed, 24 Mar 2021 14:46:37 +0000 MIME-Version: 1.0 In-Reply-To: <20210305060424.21917-1-wenjun1.wu@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v3 2/2] net/iavf: fix wrong RSS hash update 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 3/5/2021 6:04 AM, Wenjun Wu wrote: > This patch change judgment statements to disable RSS for vf > when users need to disable RSS or RSS hash function configured > is not supported. > > Fixes: 95f2f0e9fc2a ("net/iavf: improve default RSS") > Cc: stable@dpdk.org > > Signed-off-by: Wenjun Wu > for record, 1/2 merged to next-net-intel, but there is v4 for iavf one and this version is not merged.