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 2F0CEA0510; Fri, 15 Apr 2022 11:04:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 042214067E; Fri, 15 Apr 2022 11:04:11 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id B94E24067C for ; Fri, 15 Apr 2022 11:04:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650013449; x=1681549449; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ip6YaKoGs3KIVvsMMtxdk2C84n8G5jvr+tngiwQdAEY=; b=C5zQmf8lbZvB64HJcvN9M7TLhQtnoF0daDcERbRtqtUPy9F2fb1Nzwvz bmpAkLJFCUFZ3lrevTROHtIZagBs0ouevkzUCgwUVGANlxE5A5TTzPPP+ qUaTBQB2clZIaYm3KcKtxSh1ywBj/95QJrfEf72zelxB3gaBtCZwOzlVt G28lr8umkoOYCu7zK/UynAPeNPg2hHZUOXtmP79hQXaE4WqU4WAdRYZN4 USmSOX0YFIMtX1GXSuGiKI2SFcfVo3jFI4VLOHY7VTQVE2Ig6BpD9PDRL 0nvf6YVhRobIt3E3HiA6M810GSnOgBlsR53HMJNsHWnadH4H+MMVpnKi4 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10317"; a="250421963" X-IronPort-AV: E=Sophos;i="5.90,262,1643702400"; d="scan'208";a="250421963" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2022 02:04:08 -0700 X-IronPort-AV: E=Sophos;i="5.90,262,1643702400"; d="scan'208";a="574272048" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2022 02:04:07 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/4] add DPDK22.03 new feature Date: Fri, 15 Apr 2022 17:04:03 +0800 Message-Id: <20220415090403.261118-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 As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), add pvp_virtio_user_4k_pages_cbdma_test_plan new testplan into index.rst. Wei Ling (4): test_plans/pvp_virtio_user_4k_pages_test_plan: modify testplan format test_plans/pvp_virtio_user_4k_pages_cbdma_test_plan: add DPDK22.03 new feature tests/pvp_virtio_user_4k_pages_cbdma: add DPDK22.03 new feature test_plans/index: add new testsuite test_plans/index.rst | 1 + ...p_virtio_user_4k_pages_cbdma_test_plan.rst | 455 ++++++++++++++++ .../pvp_virtio_user_4k_pages_test_plan.rst | 108 +++- ...estSuite_pvp_virtio_user_4k_pages_cbdma.py | 490 ++++++++++++++++++ 4 files changed, 1026 insertions(+), 28 deletions(-) create mode 100644 test_plans/pvp_virtio_user_4k_pages_cbdma_test_plan.rst create mode 100644 tests/TestSuite_pvp_virtio_user_4k_pages_cbdma.py -- 2.25.1