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 EB840A04F5; Fri, 19 Jun 2020 06:50:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DC426F04; Fri, 19 Jun 2020 06:50:45 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D4EC5DE0 for ; Fri, 19 Jun 2020 06:50:43 +0200 (CEST) IronPort-SDR: cJY8WLSqd2Vh0Sm8Bk5uPEtoRDEyRs4oSEpVZrjxMmEIQx0ZPPCITqq2SJlmLLs6nmy7WoSvnj qOgu6Zg55oZw== X-IronPort-AV: E=McAfee;i="6000,8403,9656"; a="204330758" X-IronPort-AV: E=Sophos;i="5.75,253,1589266800"; d="scan'208";a="204330758" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2020 21:50:42 -0700 IronPort-SDR: KZVFI7EWminF+sR0Pq/0eM26rBXtGRLpn3BKKjET17fKUJyWrz3eKAhQgXij5fNaP0P6ayMvjw nnwign+4rPLQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,253,1589266800"; d="scan'208";a="263775899" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga008.fm.intel.com with ESMTP; 18 Jun 2020 21:50:42 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 18 Jun 2020 21:50:42 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 18 Jun 2020 21:50:41 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.85]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0439.000; Fri, 19 Jun 2020 12:50:39 +0800 From: "Tu, Lijuan" To: "Zhao, HaiyangX" , "dts@dpdk.org" CC: "Zhao, HaiyangX" Thread-Topic: [dts] [PATCH V1 0/5] tests: update scripts to meet CVL Thread-Index: AQHWP78/ZDf97E89c0mk1BFZHPjdIajfatHw Date: Fri, 19 Jun 2020 04:50:37 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC5FB56@SHSMSX101.ccr.corp.intel.com> References: <1591858780-153380-1-git-send-email-haiyangx.zhao@intel.com> In-Reply-To: <1591858780-153380-1-git-send-email-haiyangx.zhao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/5] tests: update scripts to meet CVL 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" Applied the series, thanks -----Original Message----- From: dts On Behalf Of Haiyang Zhao Sent: 2020=1B$BG/=1B(B6=1B$B7n=1B(B11=1B$BF|=1B(B 15:00 To: dts@dpdk.org Cc: Zhao, HaiyangX Subject: [dts] [PATCH V1 0/5] tests: update scripts to meet CVL *.CVL supports following suites, update the scripts. Haiyang Zhao (5): tests/runtime_vf_queue_number_kernel: update scripts to meet CVL =20 *.add CVL support. tests/vf_rss: update scripts to meet CVL *.add CVL support. tests/vf_jumboframe: update scripts to meet CVL *.update scripts to meet CVL. tests/vf_vlan: update scripts to meet CVL *.update scripts to meet CVL. tests/veb_switch: update scripts to meet CVL *.update scripts to meet CVL. tests/TestSuite_runtime_vf_queue_number_kernel.py | 6 ++++-- tests/TestSuite_veb_switch.py | 5 ++++- tests/TestSuite_vf_jumboframe.py | 2 +- tests/TestSuite_vf_rss.py | 7 ++++--- tests/TestSuite_vf_vlan.py | 20 ++++++++++++++-----= - 5 files changed, 27 insertions(+), 13 deletions(-) --=20 1.8.3.1