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 A6C7441CAE; Thu, 16 Feb 2023 08:59:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9CA0840FDF; Thu, 16 Feb 2023 08:59:31 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id D342340E0F for ; Thu, 16 Feb 2023 08:59:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676534370; x=1708070370; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ZiRzbUfHlmk5HAa6nU1CxH9W2tCEPnWTiCMt20zMX00=; b=cZ/fyQI4LCf62p3HlAF8sIgpjGO7qJe9fDPserEHYhq+YFZlynhKYSl9 5Buth9Cl+eHEDitSKTKJ8aK9vfYmxW5HjV7pBSTUuyKbqb8JWTyZScznm mbuFlOGaG9xcB5ieWy5GSwwxaEK96dYYfnEX07sbbAm9/143GraabUlJ8 bPuMZW5ViWXcSxct5+9/yaW+gYr70w/wG/0hXTemZqNMLBs39YJ+kDJMG 6GlKFpeqguslTbgvReM1uvM0u2n91WBaOPUGUVqGX1cS6Qrva6fXYiPgb BoPnd5MZzZwXA70msjy64TEQMH4U+/hLYqwuTGAW79Z2lIkVuuED9ERNZ w==; X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="315328781" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="315328781" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2023 23:59:29 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="619903764" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="619903764" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2023 23:59:27 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 1/4] test_plans/index: add pvp_vhost_async_virtio_pmd_perf_dsa Date: Thu, 16 Feb 2023 15:46:03 +0800 Message-Id: <20230216074603.1024301-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Add pvp_vhost_async_virtio_pmd_perf_dsa_test_plan in testplans/index.rst. Signed-off-by: Wei Ling --- test_plans/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index ea13fc8e..03eae731 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -132,6 +132,7 @@ The following are the test plans for the DPDK DTS automated test system. pvp_multi_paths_performance_test_plan pvp_multi_paths_vhost_single_core_performance_test_plan pvp_multi_paths_virtio_single_core_performance_test_plan + pvp_vhost_async_virtio_pmd_perf_dsa_test_plan qinq_filter_test_plan qos_api_test_plan qos_meter_test_plan -- 2.25.1