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 763B1A0545; Fri, 13 Nov 2020 06:38:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ECB5256A3; Fri, 13 Nov 2020 06:38:26 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CFAA74CA6 for ; Fri, 13 Nov 2020 06:38:25 +0100 (CET) IronPort-SDR: +b3uadlfyyBWPwyVQRvSiPAs2p84pO4Yh6cOXKu44Iq9vzyuwd10q4EQnd7tWOYO4rXypXNnLN e6s1y9Ro1ozg== X-IronPort-AV: E=McAfee;i="6000,8403,9803"; a="170599026" X-IronPort-AV: E=Sophos;i="5.77,474,1596524400"; d="scan'208";a="170599026" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Nov 2020 21:38:16 -0800 IronPort-SDR: bTcQaKrQlP5iIjmRLiY143EG9cAMVQ+a2IIC5cgjElHX91Ae5VAE4j9hpZqsNMwUEk15/dMp1u /tpJrzg5x1TQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,474,1596524400"; d="scan'208";a="399651459" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga001.jf.intel.com with ESMTP; 12 Nov 2020 21:38:16 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 12 Nov 2020 21:38:15 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 13 Nov 2020 13:38:14 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Fri, 13 Nov 2020 13:38:14 +0800 From: "Zhang, Qi Z" To: "Yang, SteveX" , "dev@dpdk.org" CC: "Yang, Qiming" , "Xing, Beilei" , "Wu, Jingjing" , "Yang, SteveX" Thread-Topic: [PATCH v3 2/2] net/iavf: fix the RSS error when VF port closed Thread-Index: AQHWuVaw3tSH96CgtUC1yGgT0Kh4g6nFi40A Date: Fri, 13 Nov 2020 05:38:13 +0000 Message-ID: References: <20201109065136.26807-1-stevex.yang@intel.com> <20201113004642.17115-1-stevex.yang@intel.com> <20201113004642.17115-3-stevex.yang@intel.com> In-Reply-To: <20201113004642.17115-3-stevex.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 2/2] net/iavf: fix the RSS error when VF port closed X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Steve Yang > Sent: Friday, November 13, 2020 8:47 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Xing, Beilei > ; Wu, Jingjing ; Zhang, Qi = Z > ; Yang, SteveX > Subject: [PATCH v3 2/2] net/iavf: fix the RSS error when VF port closed >=20 > Check the VF RSS offload flag and ignore relative operation when iavf has= h > uninit to avoid reset/close error. >=20 > Fixes: 7be10c3004be ("net/iavf: add RSS configuration for VF") >=20 > Signed-off-by: Steve Yang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi