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 A8C12A0527; Mon, 9 Nov 2020 07:53:05 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 89D4F5928; Mon, 9 Nov 2020 07:53:04 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1E73A58C4 for ; Mon, 9 Nov 2020 07:53:02 +0100 (CET) IronPort-SDR: DwV6SGlsNAXN5MNuHZmKe8ER7ViaOWYMYLqIDPjuK+8FlKe75792l16jzrVD7Y+16OhTuhsbrB NlaA4eqH6x4g== X-IronPort-AV: E=McAfee;i="6000,8403,9799"; a="166247814" X-IronPort-AV: E=Sophos;i="5.77,462,1596524400"; d="scan'208";a="166247814" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2020 22:53:01 -0800 IronPort-SDR: /EEtrqcLQst1xSBkilqkVygmsWbp/15nDodrWs9TlsSt/jYWzjnliDIKBseuSy6AwVSUg0n0xL T1FZQ2vHO1/w== X-IronPort-AV: E=Sophos;i="5.77,462,1596524400"; d="scan'208";a="540717591" Received: from intel-npg-odc-srv01.cd.intel.com ([10.240.178.136]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2020 22:52:58 -0800 From: Steve Yang To: dev@dpdk.org Cc: qiming.yang@intel.com, beilei.xing@intel.com, jingjing.wu@intel.com, Steve Yang Date: Mon, 9 Nov 2020 06:51:34 +0000 Message-Id: <20201109065136.26807-1-stevex.yang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201105083216.38300-1-stevex.yang@intel.com> References: <20201105083216.38300-1-stevex.yang@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] net/iavf: backported bug fixes from i40evf to iavf 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" When VF closed, the VF should notify PF to close/reset relative resources from PF side. Check the VF RSS offload flag and ignore relative operation when iavf hash uninit to avoid reset/close error. --- v2: * split to 2 patches; * added patch backport: commit 0eaa1f8c75 Steve Yang (2): net/iavf: fix reset VF doesn't notify PF to reset net/iavf: fix the RSS error when VF port closed drivers/common/iavf/iavf_prototype.h | 1 + drivers/common/iavf/version.map | 1 + drivers/net/iavf/iavf_ethdev.c | 57 ++++++++++++++++++++++++++-- drivers/net/iavf/iavf_hash.c | 9 +++-- 4 files changed, 62 insertions(+), 6 deletions(-) -- 2.17.1