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 5D5B5A034C; Fri, 29 Apr 2022 09:32:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 56CB7410E3; Fri, 29 Apr 2022 09:32:37 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id B336340E50 for ; Fri, 29 Apr 2022 09:32:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651217555; x=1682753555; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Dah0EMI8okstovxI2XvvLFSBkUs153oOEPQWjtRiYQA=; b=U+KyzLnPCfx1FvOGh+eANwZbTTnOJvKQ0Aeq8he89zy7UZdtK2butfha 5xq8mtUoIEtJ6KP+ctRKXP3VWpq/VXNM1M+ITZbpjwGGaee1H8bxlQJoG qZO3D93s9eo5aW1tXAHfr6SM+uk99FWQXUmYKnYlRfaSPWp44FS7vIDcE GpybwHvBUG9XpwS+jT8qMFjL5Rpo//C7OLXHmagP+svoFRIBQ6BLzozZa tv02mXX+ll+E8yM+9gxU/JhrOxzZHw+r807OMtO58kbDw+JHeVBd73SVh LNJCtuvF9hdsh8MRANmNIQIa7GTgd0+H7NaQUJ15WvC8tk35UZnaTJqIq A==; X-IronPort-AV: E=McAfee;i="6400,9594,10331"; a="246478297" X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="246478297" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 00:32:34 -0700 X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="514701369" 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 00:32:33 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/3] modify vhost_cbdma Date: Fri, 29 Apr 2022 07:32:18 +0000 Message-Id: <20220429073218.19758-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 v1: As commit 53d3f4778c(vhost: integrate dmadev in asynchronous data-path), modify vhost_cbdma testplan, testsuite and config file by DPDK22.03 Lib change. v2: Modify the `Description` content in test_plan. Wei Ling (3): test_plans/vhost_cbdma_test_plan: modify testplan by DPDK command change tests/vhost_cbdma: modify testsuite by DPDK command change conf/vhost_cbdma: modify testsuite config file by testcase name change conf/vhost_cbdma.cfg | 242 ++- test_plans/vhost_cbdma_test_plan.rst | 1409 +++++++++++--- tests/TestSuite_vhost_cbdma.py | 2567 +++++++++++++++++++------- 3 files changed, 3185 insertions(+), 1033 deletions(-) -- 2.34.1