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 D2E47A09E9; Tue, 15 Dec 2020 04:19:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CB8F4C972; Tue, 15 Dec 2020 04:19:15 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id EEEDDC970 for ; Tue, 15 Dec 2020 04:19:13 +0100 (CET) IronPort-SDR: 1wIo4L99WdyuqpQuKmfVyptULRAXb2YDitakosZqJekWK5+OcCJJTSi9f5GTY+aYoXHfWeGuuM sTT/fGzV96BA== X-IronPort-AV: E=McAfee;i="6000,8403,9835"; a="174048154" X-IronPort-AV: E=Sophos;i="5.78,420,1599548400"; d="scan'208";a="174048154" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2020 19:19:11 -0800 IronPort-SDR: yalSmFG7WkGlXQDHzY3CZENgVUKkfQKOOamF0v+WwS7nABPg+CIu0vSza7O7pcZFcNOlX2pcPl zEHtfIAQf2qw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,420,1599548400"; d="scan'208";a="378383553" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga007.jf.intel.com with ESMTP; 14 Dec 2020 19:19:11 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 14 Dec 2020 19:19:10 -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; Tue, 15 Dec 2020 11:19:09 +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; Tue, 15 Dec 2020 11:19:08 +0800 From: "Tu, Lijuan" To: "Xu, HailinX" , "dts@dpdk.org" CC: "Xu, HailinX" Thread-Topic: [dts] [PATCH v1] tests:add large_vf Thread-Index: AQHWzej2KuOr/oicvUGuaYwoqohTnKn3guaQ Date: Tue, 15 Dec 2020 03:19:08 +0000 Message-ID: <346b659861694dde99ed02ce9d0ec49f@intel.com> References: <1607489832-89795-1-git-send-email-hailinx.xu@intel.com> In-Reply-To: <1607489832-89795-1-git-send-email-hailinx.xu@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="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH v1] tests:add large_vf X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" This suite is not suite for all NIC, so please check NIC before execution. > -----Original Message----- > From: dts On Behalf Of Hailin Xu > Sent: 2020=1B$BG/=1B(B12=1B$B7n=1B(B9=1B$BF|=1B(B 12:57 > To: dts@dpdk.org > Cc: Xu, HailinX > Subject: [dts] [PATCH v1] tests:add large_vf >=20 > add large_vf suite. >=20 > Signed-off-by: Hailin Xu > --- > tests/TestSuite_large_vf.py | 540 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 540 insertions(+) > create mode 100755 tests/TestSuite_large_vf.py >=20 > diff --git a/tests/TestSuite_large_vf.py b/tests/TestSuite_large_vf.py ne= w file > mode 100755 index 00000000..195f2b61 > --- /dev/null > +++ b/tests/TestSuite_large_vf.py > @@ -0,0 +1,540 @@ > +# BSD LICENSE > +# > +# Copyright(c) 2010-2020 Intel Corporation. All rights reserved. This file was created in 2020, so it doesn't have copyright before 2020. > +# All rights reserved. > +# ... > +DPDK Test suite. > +Test Layer-2 Forwarding support The description is not match script. > +""" ... > -- > 2.17.1