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 71FBFA0547; Mon, 30 Aug 2021 05:25:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 04C974068A; Mon, 30 Aug 2021 05:25:44 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 2AC2640142 for ; Mon, 30 Aug 2021 05:25:41 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10091"; a="218241179" X-IronPort-AV: E=Sophos;i="5.84,362,1620716400"; d="scan'208";a="218241179" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2021 20:25:27 -0700 X-IronPort-AV: E=Sophos;i="5.84,362,1620716400"; d="scan'208";a="530045190" Received: from unknown (HELO intel-npg-odc-srv03.cd.intel.com) ([10.240.178.145]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2021 20:25:24 -0700 From: Robin Zhang To: dev@dpdk.org Cc: beilei.xing@intel.com, anatoly.burakov@intel.com, jingjing.wu@intel.com, mdr@ashroe.eu, qi.z.zhang@intel.com, junfeng.guo@intel.com, stevex.yang@intel.com, Robin Zhang Date: Mon, 30 Aug 2021 03:12:12 +0000 Message-Id: <20210830031215.557238-1-robinx.zhang@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/3] net/i40e: remove i40evf X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" In DPDK 21.05, iavf already became the default VF for i40e devices. So remove i40evf due to it's no need to maintain now. Robin Zhang (3): net/i40e: remove i40evf net/iavf: remove i40evf devargs option doc: remove old deprecation notice for i40e doc/guides/rel_notes/deprecation.rst | 8 - drivers/net/i40e/i40e_ethdev.h | 1 - drivers/net/i40e/i40e_ethdev_vf.c | 3015 -------------------------- drivers/net/i40e/meson.build | 1 - drivers/net/i40e/rte_pmd_i40e.c | 9 +- drivers/net/iavf/iavf_ethdev.c | 52 +- 6 files changed, 5 insertions(+), 3081 deletions(-) delete mode 100644 drivers/net/i40e/i40e_ethdev_vf.c -- 2.25.1