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 02D9641CAC; Thu, 16 Feb 2023 07:30:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ECC0D40A8B; Thu, 16 Feb 2023 07:30:40 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id B52DC40695 for ; Thu, 16 Feb 2023 07:30:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676529038; x=1708065038; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=FCUyYFeVy5Od+H6ThYIxwTBh/O5BJJB41G4jTlOoSMA=; b=hkw2TKs683Ht6f0hBTcSXZJ7hvG0mwYXSRXh5aYmOeqbCYkWlMqmUKfF 8bFpYIh6jptjQrUbzMrSNZ3XAtfYwIcnht3Xq5q0lz+mEB62AxkmqxNpZ Bbby4159462ZQyHM2ozteRFbvej0XZVFr7W3tDoOcYR0o5XQjVdgy1td0 e3NEQVGtwOGe1mq0ZY/cnrUbtORPv4s6iN+lyyrDstA65UfO3H8oKkuAv CMzEfGmmGBPp3RDb1Lht4xz44GkQLtX5R93c5YbpLQC+1IpB0hMtOonEK mEkVXVwF+zTmB/YWr5clA/MBUhP0c1XeArKaRHYUdK5GNYgkiEqna1VHe A==; X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="394059836" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="394059836" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2023 22:30:37 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="619887201" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="619887201" 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 22:30:36 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] add vhost_async_robust_cbdma Date: Thu, 16 Feb 2023 14:17:06 +0800 Message-Id: <20230216061706.1023036-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 new testplan and testsuite for testing Vhost asynchronous data path with CBDMA driver in the PVP topology environment with testpmd. Wei Ling (3): test_plans/index: add vhost_async_robust_cbdma_test_plan test_plans/vhost_async_robust_cbdma_test_plan: add new testplan tests/vhost_async_robust_cbdma: add new testsuite test_plans/index.rst | 1 + .../vhost_async_robust_cbdma_test_plan.rst | 278 +++++++ tests/TestSuite_vhost_async_robust_cbdma.py | 683 ++++++++++++++++++ 3 files changed, 962 insertions(+) create mode 100644 test_plans/vhost_async_robust_cbdma_test_plan.rst create mode 100644 tests/TestSuite_vhost_async_robust_cbdma.py -- 2.25.1