From patchwork Fri Jun 18 09:26:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Dong X-Patchwork-Id: 94401 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C0260A0C46; Fri, 18 Jun 2021 11:26:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 846E340150; Fri, 18 Jun 2021 11:26:29 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 2F47940142 for ; Fri, 18 Jun 2021 11:26:27 +0200 (CEST) IronPort-SDR: pI5eZl7CqTwjtqgfpUMNZL8RnAdiu3vhHIMKjoVxFdyAHE3NckC9W1CAaSx39f3WxNF2zqSt0x Hch4TB8vIk1g== X-IronPort-AV: E=McAfee;i="6200,9189,10018"; a="206476694" X-IronPort-AV: E=Sophos;i="5.83,283,1616482800"; d="scan'208";a="206476694" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2021 02:26:26 -0700 IronPort-SDR: j7mLz+6dCGYQjliOBRkxDQ7gitjkFTCdS1TntTA2F4KxdW4zv3gwid+yJ01C7TqcYPv8o8sezq TFKsGom/RPJQ== X-IronPort-AV: E=Sophos;i="5.83,283,1616482800"; d="scan'208";a="485620665" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.182.57]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2021 02:26:25 -0700 From: Jun Dong To: junx.dong@intel.com Cc: dts@dpdk.org Date: Fri, 18 Jun 2021 17:26:12 +0800 Message-Id: <20210618092615.202107-1-junx.dong@intel.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [dts] [PATCH V1 0/3] remove enable IAVF function X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" *** BLURB HERE *** IAVF is the default VF driver for Intel 700 serial (i40e) NIC family in DPDK 21.05, and DTS improvement WG have agreed to remove these changes from DTS.Therefore. Jun Dong (4): test_plans/iavf_test_plan: remove enable IAVF function steps test_plans/vf_l3fwd_test_plan: remove enable IAVF function steps tests/TestSuite_iavf: remvove enable IAVF function code tests/TestSuite_vf_l3fwd: remove enable IAVF function code Zhimin Huang (1): framework/project_dpdk: remove enable IAVF function code framework/project_dpdk.py | 7 ------- test_plans/iavf_test_plan.rst | 23 ++++------------------- test_plans/vf_l3fwd_test_plan.rst | 5 ----- tests/TestSuite_iavf.py | 12 ------------ tests/TestSuite_vf_l3fwd.py | 13 ------------- 5 files changed, 4 insertions(+), 56 deletions(-)