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 D17A841CAE; Thu, 16 Feb 2023 09:22:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C5EFC410F1; Thu, 16 Feb 2023 09:22:42 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 453D240E0F for ; Thu, 16 Feb 2023 09:22:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676535761; x=1708071761; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=lyS/SpJghjjyGomk9th/yuezgEj0wwEz61SOJ9YE+W8=; b=n31mH2clQ4QudNkMF57wQJJDg5lGfYRhKqrDXRpZ13kwKtcge3h+dtG2 seIlah6Oqhgo5G7qWKZ4evh9M10e9d7yMPn2+WFxl9YshEQukkAHMB3Ic QNoj05hovYXj8r/FGHmJ9PgnuaXj45zDOo5sAe7JcqIf50078TPZQCv7W b7BYOylNFBr+y1nu35t9wWHLCxivwPmMCFk1dkbFOD0DQvcuPvI6Fr7fI PZX62dCrxPZCVIwtT9VzeRQrsKfghBDDVhqNx4oZrlNhy8S+DXnY2p9Gb l9DMnnHnqfMkxZAbH2MS0y+MPrX5DT3V4t/7t+jUVuZ7QUCgCKgg1EBao g==; X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="315335001" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="315335001" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2023 00:22:40 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="793941588" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="793941588" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2023 00:22:39 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 1/4] test_plans/index: add loopback_vhost_async_perf_dsa_test_plan Date: Thu, 16 Feb 2023 16:09:14 +0800 Message-Id: <20230216080914.1025341-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 loopback_vhost_async_perf_dsa_test_plan in test_plans/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..860d6a53 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -111,6 +111,7 @@ The following are the test plans for the DPDK DTS automated test system. loopback_virtio_user_server_mode_test_plan loopback_virtio_user_server_mode_cbdma_test_plan loopback_virtio_user_server_mode_dsa_test_plan + loopback_vhost_async_perf_dsa_test_plan mac_filter_test_plan macsec_for_ixgbe_test_plan mtu_update_test_plan -- 2.25.1