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 B536D41BE4; Mon, 6 Feb 2023 05:13:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC36C41611; Mon, 6 Feb 2023 05:13:17 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id B229840A7D for ; Mon, 6 Feb 2023 05:13:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675656795; x=1707192795; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=zhD/Cxj84SoK7jXdrswzDpv6lCIT6Jfcf4n/ZGFcJzg=; b=Di3wMg1U6z9uSPT0AWXqo/bakC9B5VCvGKoqtoC23G8Ohw+kFJpT8MXF veLIUkuRpg0Q6hdt0D48iul2Tl3huFqn3pklwQhfEVJr5FMVul1iDwFmz KOn1HoKzp9CMKktJ9vraBeOmEBKHz6HbLeeGM4IgGJjBCBGQHbxbD80Fu wsVFm9TSx9qSfkBuMKvceM0nT5HxivttNrLj253p/is2VTbUZzD/25BTs PnHNnNfT8DEWKgwowlrBCRcw7z4xkrgY+zm/aQqSPEBa/vZkX7d5EM78+ eVIQQmglvCCo3zHBGw2VGVO3raeTobvHl36we0bdCJBZWXvtnsWEYqMlO A==; X-IronPort-AV: E=McAfee;i="6500,9779,10612"; a="393726606" X-IronPort-AV: E=Sophos;i="5.97,276,1669104000"; d="scan'208";a="393726606" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2023 20:13:14 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10612"; a="698721824" X-IronPort-AV: E=Sophos;i="5.97,276,1669104000"; d="scan'208";a="698721824" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2023 20:13:13 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/4] add Date: Mon, 6 Feb 2023 12:01:12 +0800 Message-Id: <20230206040112.3641608-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 pvp_vhost_async_multi_paths_performance_dsa testplan, testsuite and config file to test pvp vhost/virtio multi-paths async data-path performance use DSA device with dpdk and kernel driver. Wei Ling (4): test_plans/index: add pvp_vhost_async_multi_paths_performance_dsa_test_plan test_plans/pvp_vhost_async_multi_paths_performance_dsa: add new testplan tests/pvp_vhost_async_multi_paths_performance_dsa: add new testsuite conf/pvp_vhost_async_multi_paths_performance_dsa: add testsuite config file ...host_async_multi_paths_performance_dsa.cfg | 166 ++++ test_plans/index.rst | 1 + ..._multi_paths_performance_dsa_test_plan.rst | 586 +++++++++++ ...vhost_async_multi_paths_performance_dsa.py | 923 ++++++++++++++++++ 4 files changed, 1676 insertions(+) create mode 100644 conf/pvp_vhost_async_multi_paths_performance_dsa.cfg create mode 100644 test_plans/pvp_vhost_async_multi_paths_performance_dsa_test_plan.rst create mode 100644 tests/TestSuite_pvp_vhost_async_multi_paths_performance_dsa.py -- 2.25.1