From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 8E5611B41B for ; Thu, 31 Jan 2019 10:34:31 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2019 01:34:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,543,1539673200"; d="scan'208";a="120919661" Received: from juan.sh.intel.com ([10.67.119.80]) by fmsmga008.fm.intel.com with ESMTP; 31 Jan 2019 01:34:30 -0800 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Date: Fri, 1 Feb 2019 01:56:48 +0800 Message-Id: <1548957413-109741-1-git-send-email-lijuan.tu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [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: Thu, 31 Jan 2019 09:34:32 -0000 Since DPDK 19.02 re-defined the EAL parameter "queue-num-per-vf" to reserve 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 both DPDK PF and Kernel PF. * removed the old test plan * new test plan was seperated to a series of 3 files due to simplify script. * attached a picture to describe test topology - v2: fix format errors 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) test_plans/image/2vf1pf.png | Bin 0 -> 24020 bytes 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 -- 1.8.3.1