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 8CCEA41CAE; Thu, 16 Feb 2023 09:48:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4848640EE3; Thu, 16 Feb 2023 09:48:55 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 176A340E0F for ; Thu, 16 Feb 2023 09:48:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676537333; x=1708073333; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=WNwQwAvfktj34moQumr4TwtAhFS++/s2JXtGx+o5Sz0=; b=nSfYu8rrHweQQvgI4VJ8CvVfbQJoQnYiDMGjsrUGlmt5mZGuXj31St+U /rQy9W0bFYOW2YQvqKC8eo1hzs4Vzw/Pche9OpIcFdaqd4b87RJI5An53 f2G8AIPd+FY6xNHB9V29dZV5xIkoD2bM03tK95ojm9DtEqJ7IvMdLgrn6 TJEEtOXDZOh7l+gLVPk38uLBkSHatMCV2XdUrAOua7PHCWipmJRZnrjKK kLd70k8/TXFtU4+sIlG3VceD8mcvYoji1XfZ0+VhvoVGrC3XhDBXF6I3f 6A+6alWnJZKN+BM19cXWITcRpNn2UVswfcFgJxPCHwyZe1wJFOZv1fmId w==; X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="394087105" X-IronPort-AV: E=Sophos;i="5.97,302,1669104000"; d="scan'208";a="394087105" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2023 00:48:51 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="779266935" X-IronPort-AV: E=Sophos;i="5.97,302,1669104000"; d="scan'208";a="779266935" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2023 00:48:48 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/4] add pvp_vhost_async_virtio_pmd_perf_dsa Date: Thu, 16 Feb 2023 16:35:22 +0800 Message-Id: <20230216083522.1026832-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_virtio_pmd_perf_dsa testplan, testsuite and config file to test pvp vhost/virtio-pmd async data-path performance use DSA device with dpdk and kernel driver. Wei Ling (4): test_plans/index: add pvp_vhost_async_virtio_pmd_perf_dsa test_plans/pvp_vhost_async_virtio_pmd_perf_dsa: add new testplan tests/pvp_vhost_async_virtio_pmd_perf_dsa: add new testsuite conf/pvp_vhost_async_virtio_pmd_perf_dsa: add testsuite config file conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg | 223 ++++ test_plans/index.rst | 1 + ...st_async_virtio_pmd_perf_dsa_test_plan.rst | 1120 +++++++++++++++++ ...ite_pvp_vhost_async_virtio_pmd_perf_dsa.py | 995 +++++++++++++++ 4 files changed, 2339 insertions(+) create mode 100644 conf/pvp_vhost_async_virtio_pmd_perf_dsa.cfg create mode 100644 test_plans/pvp_vhost_async_virtio_pmd_perf_dsa_test_plan.rst create mode 100644 tests/TestSuite_pvp_vhost_async_virtio_pmd_perf_dsa.py -- 2.25.1