From patchwork Fri Apr 29 08:12:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 110508 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1ADBBA034C; Fri, 29 Apr 2022 10:13:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 14AEC42819; Fri, 29 Apr 2022 10:13:16 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 5F890410E3 for ; Fri, 29 Apr 2022 10:13:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651219994; x=1682755994; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=51VBDtGTvMYNusqij9emq4Ni0QS0kyVnuO4x5ImJgog=; b=SAWoMfwTMwpNXuDkhrPOvDuBigiVAdEVsvZE1vU/TMLSVT9vyMTzxJAZ K140owc4e91IWA69zg0xsa5E/Xnmp1vNeg5aIq+HlZU7ETS6dYI9ceUWL kgqhW01/jVoR7K0uOlgkoOyVkFAJtrN+8ZG8cWlN8QwbPinQjYrZXic/W ADYDou8NEF8wYqdVyz1eUsOlUhcYqD2V4vqgIxJ0GgVL7kI5xyFHuqPf6 tQ0b0xwRP9ixGzTCIootT+rPY8LI/TJSdeVMS0S02c7PjGzK8hj3NU3xL kbqrqqZLQCzrwGFqWskqVG14MyGFSvYp3yIRGKEPOG+ph0jUaxi036iql w==; X-IronPort-AV: E=McAfee;i="6400,9594,10331"; a="291741005" X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="291741005" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 01:13:13 -0700 X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="514714464" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 01:13:12 -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 08:12:57 +0000 Message-Id: <20220429081257.21765-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 v1: 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