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 C9C0C41CAE; Thu, 16 Feb 2023 09:22:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9A5CF40EE3; Thu, 16 Feb 2023 09:22:31 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id CF32740E0F for ; Thu, 16 Feb 2023 09:22:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676535750; x=1708071750; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=hO9aGmzL4eZA3vr05VDg97e9IwX3Z0yMG8MwisjtMDc=; b=dZ/F60lb+MdNtI3DSVDNZhFg1O1D8n8OTjhQsIgI0X5oRrSbdEKOVhD/ PxKXrMcY+Q0WdjNo7MQ5oSy5GnlZWb2kttWaf6e/DkUS7gswbd3jjsQcN klQTejr/GQhHlmL+4S+iJSWX+2v9fXXw0PHMict7k3ZCNb4YnI/RqdTmc Xr+Zyk4mNe40C70g3w1DLHfO/w62dUSIZmVino1nvUeRblXISrE2bxAg4 V6C5GrsFQ5apwea+vKQzOgH2J+xm/FakTyBxsnK8muIhPK1h3nKWlYK0J EAYdMEoci2tlk3E6ptZVnlaUL2Z8n+aPZs+BJ3JIKhDmvz2zTr0CGQ3HN Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="315334929" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="315334929" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2023 00:22:28 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="793941444" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="793941444" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2023 00:22:27 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/4] add loopback_vhost_async_perf_dsa Date: Thu, 16 Feb 2023 16:08:39 +0800 Message-Id: <20230216080839.1025276-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 loopback_vhost_async_perf_dsa testplan, testsuite and config file to test loopback vhost/virtio multi-paths async data-path use DSA device with dpdk and kernel driver. Wei Ling (4): test_plans/index: add loopback_vhost_async_perf_dsa_test_plan test_plans/loopback_vhost_async_perf_dsa: add new testplan tests/loopback_vhost_async_perf_dsa: add new testsuite conf/loopback_vhost_async_perf_dsa: add new testsuite config file conf/loopback_vhost_async_perf_dsa.cfg | 165 +++ test_plans/index.rst | 1 + ...oopback_vhost_async_perf_dsa_test_plan.rst | 626 +++++++++++ ...TestSuite_loopback_vhost_async_perf_dsa.py | 976 ++++++++++++++++++ 4 files changed, 1768 insertions(+) create mode 100644 conf/loopback_vhost_async_perf_dsa.cfg create mode 100644 test_plans/loopback_vhost_async_perf_dsa_test_plan.rst create mode 100644 tests/TestSuite_loopback_vhost_async_perf_dsa.py -- 2.25.1