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 02268A0093; Fri, 29 Apr 2022 08:52:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EFE12415D7; Fri, 29 Apr 2022 08:52:28 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 1354740E50 for ; Fri, 29 Apr 2022 08:52:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651215148; x=1682751148; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=NiZHY02e3MQF5n/qgHkW3Dub+lnERAHRpYfsLKf6i4Y=; b=nHOWSx2Z8mvCjU7tnNs0/OskLo59I+k1Lvr7zGPurx4ikWi/PzKBo9Rp xgrDC7tqVm4gWeh91NFy5hH05MHdT2xjHDTX8KtLcNzimg61MVlAGFAVO QzatJ9hL5bruZTD5rw0MLoqJdG3mqxPCRDRdPOy623Q2K3sEiqL2a7QH1 lXOrDi5YGuva9YkMIeVp5KFfLzRaPePcq9vO4tfF/3goQEFPmJlAS8qEO 3ZDLNO4FH/oJr8QM4ZtFc16ARzgV9hQCVVJZuDPnTa6/w19vRWJZ30+aG P1UWWwzIPkNAk6N+74Qi4jnuTAEHwSAm1riQrrxUGy4FTzk1xO8S60fAh w==; X-IronPort-AV: E=McAfee;i="6400,9594,10331"; a="247110427" X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="247110427" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 23:52:26 -0700 X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="560159911" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 23:52:24 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 1/3] test_plans/index: add loopback_virtio_user_server_mode_cbdma Date: Fri, 29 Apr 2022 06:52:12 +0000 Message-Id: <20220429065212.18746-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.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 As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), add new testsuite loopback_virtio_user_server_mode_cbdma for coverage the loopback virtio-user server mode with cbdma. 1) Add new loopback_virtio_user_server_mode_cbdma_test_plan into 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 f8118d14..a6a396c7 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -121,6 +121,7 @@ The following are the test plans for the DPDK DTS automated test system. linux_modules_test_plan loopback_multi_paths_port_restart_test_plan loopback_virtio_user_server_mode_test_plan + loopback_virtio_user_server_mode_cbdma_test_plan mac_filter_test_plan macsec_for_ixgbe_test_plan metering_and_policing_test_plan -- 2.34.1