From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 89DE11B494 for ; Fri, 1 Feb 2019 06:13:08 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2019 21:13:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,547,1539673200"; d="scan'208";a="119157501" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga007.fm.intel.com with ESMTP; 31 Jan 2019 21:13:07 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 31 Jan 2019 21:13:07 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 31 Jan 2019 21:13:06 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.110]) by shsmsx102.ccr.corp.intel.com ([169.254.2.207]) with mapi id 14.03.0415.000; Fri, 1 Feb 2019 13:13:05 +0800 From: "Tu, Lijuan" To: "dts@dpdk.org" Thread-Topic: [PATCH V2 0/5] rework test plan for runtime vf queue number Thread-Index: AQHUuUg3c804C1gxmUy1P1ajkj71xKXKZvYw Date: Fri, 1 Feb 2019 05:13:04 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA1FCB8@SHSMSX101.ccr.corp.intel.com> References: <1548957413-109741-1-git-send-email-lijuan.tu@intel.com> In-Reply-To: <1548957413-109741-1-git-send-email-lijuan.tu@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.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTUxMWE1ZGQtZmEyMy00Mjk0LWI1NzktYzQ1ODNiZDBhNGI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUVFPdjdNU1hEXC9ENHg3M3MybkdXdms5QklFaVhzVlFNNytDanU4UHh2b2szUHdLUlF2amJnbGFQaFhHaGtmaVIifQ== x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V2 0/5] rework test plan for runtime vf queue number 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: , X-List-Received-Date: Fri, 01 Feb 2019 05:13:09 -0000 Applied all patches in the patch set. thanks > -----Original Message----- > From: Tu, Lijuan > Sent: Friday, February 1, 2019 1:57 AM > To: dts@dpdk.org > Cc: Tu, Lijuan > Subject: [PATCH V2 0/5] rework test plan for runtime vf queue number >=20 > Since DPDK 19.02 re-defined the EAL parameter "queue-num-per-vf" to reser= ve > queue number per vf. At the same time, it also extended the maxinum queue > numbers to 16 that VF could request from PF. Furthermore, It supports bot= h > DPDK PF and Kernel PF. >=20 > * removed the old test plan > * new test plan was seperated to a series of 3 files due to simplify scri= pt. > * attached a picture to describe test topology >=20 > - v2: fix format errors >=20 > Lijuan Tu (5): > test_plans: remove test plan for runtime queue number > test_plans: add a picture to clarify test topology > test_plans: add the main test plan for runtime vf queue number > test_plans: add supplementary runtime vf queue number test plan > test_plans: add test plan for runtime vf queue number( Kernel PF + > DPDK VF) >=20 > test_plans/image/2vf1pf.png | Bin 0 -> 24020 byte= s > test_plans/runtime_queue_number_test_plan.rst | 465 ---------------= ------ > .../runtime_vf_queue_number_kernel_test_plan.rst | 232 ++++++++++ > .../runtime_vf_queue_number_maxinum_test_plan.rst | 133 ++++++ > test_plans/runtime_vf_queue_number_test_plan.rst | 372 > +++++++++++++++++ > 5 files changed, 737 insertions(+), 465 deletions(-) create mode 100644 > test_plans/image/2vf1pf.png delete mode 100644 > test_plans/runtime_queue_number_test_plan.rst > create mode 100644 > test_plans/runtime_vf_queue_number_kernel_test_plan.rst > create mode 100644 > test_plans/runtime_vf_queue_number_maxinum_test_plan.rst > create mode 100644 test_plans/runtime_vf_queue_number_test_plan.rst >=20 > -- > 1.8.3.1