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 1804EA0C41; Tue, 22 Jun 2021 09:07:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D54E64003F; Tue, 22 Jun 2021 09:07:55 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 9BF584003C for ; Tue, 22 Jun 2021 09:07:53 +0200 (CEST) IronPort-SDR: jWY3kHkL9+M2D2kL/g18DgZ1cqSVLjaWAyopUCDqpKEU67KvhWrdMoz/vfE+j4/AmP++RP5GhA LS0+R2iU+cLw== X-IronPort-AV: E=McAfee;i="6200,9189,10022"; a="206943281" X-IronPort-AV: E=Sophos;i="5.83,291,1616482800"; d="scan'208";a="206943281" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2021 00:07:51 -0700 IronPort-SDR: Xg0+DuArqFivjE9+dY8CdhIqYVG4XKaidi8hJZ6qACu6p3DYVvPbbHOzfI2bxofVJwTEvFq6E8 B4mG5D+sKQGA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,291,1616482800"; d="scan'208";a="454157211" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga008.fm.intel.com with ESMTP; 22 Jun 2021 00:07:51 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Tue, 22 Jun 2021 00:07:50 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Tue, 22 Jun 2021 15:07:48 +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.2242.008; Tue, 22 Jun 2021 15:07:48 +0800 From: "Tu, Lijuan" To: "Dong, JunX" , "Dong, JunX" CC: "dts@dpdk.org" Thread-Topic: [dts] [PATCH V1 0/3] remove enable IAVF function Thread-Index: AQHXZCQSFcwMyI++h0yuIA55LfyJ76sfokBw Date: Tue, 22 Jun 2021 07:07:48 +0000 Message-ID: <9b3a51437e564269bbfffa107901e306@intel.com> References: <20210618092615.202107-1-junx.dong@intel.com> In-Reply-To: <20210618092615.202107-1-junx.dong@intel.com> Accept-Language: zh-CN, 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: [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" > IAVF is the default VF driver for Intel 700 serial (i40e) NIC family in D= PDK 21.05, > and DTS improvement WG have agreed to remove these changes from > DTS.Therefore. >=20 > 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 Applied, thanks