From patchwork Mon Mar 27 06:12:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 125515 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 68BE34284E; Mon, 27 Mar 2023 08:15:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 395DF40EE1; Mon, 27 Mar 2023 08:15:12 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id DA49340ED5 for ; Mon, 27 Mar 2023 08:15:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679897711; x=1711433711; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=lV5v3nolthhSxNTnS8NYSpPASEdV6gFSpT6zY850z44=; b=FHo86xMejP6LVqDJrttrr5/M0ZuEIGvg0EqYaBBhw/BB8aTwn+N43SiD Y6s8u1TjVIKOKY5kl4sOpUuZt381t90swJfqIKjSH2n4kSrKeu0tKRv4u bgyYqAmtRGdc9YIWBMpbRcX+7/idB8o2a89qyccpnTCT39iF/ZjU4bnsJ 6mKhBeU1ZFzEfqww0nq+sD7gNCaDOiHB64uxf2jXGrzHJ/g988b9zRvZC 9hrFcyEN3T+moBeWN6hQmljBpAck7LxJv+yHHj9sWIZESAaVMOWGFvwuq uXBMzVoLDfHBoU+HmsJaUAkBPge56iLWGGkWPn8QyfGE90Nc1p7nJT6jL w==; X-IronPort-AV: E=McAfee;i="6600,9927,10661"; a="324072365" X-IronPort-AV: E=Sophos;i="5.98,293,1673942400"; d="scan'208";a="324072365" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2023 23:15:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10661"; a="794198230" X-IronPort-AV: E=Sophos;i="5.98,293,1673942400"; d="scan'208";a="794198230" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2023 23:15:08 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V3 0/3] add new dsa test_plans and testsuite Date: Mon, 27 Mar 2023 14:12:15 +0800 Message-Id: <20230327061218.3203632-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 new dsa test_plans and testsuite to test dpdk-dma application and example of how to use the DMAdev API to make a packet copy application use DSA channel with DPDK driver and Kernel driver. Wei Ling (3): test_plans/index: add dsa_test_plan test_plans/dsa: add dsa testplan tests/dsa: add dsa testsuite test_plans/dsa_test_plan.rst | 353 +++++++++++++++++++++++++ test_plans/index.rst | 1 + tests/TestSuite_dsa.py | 481 +++++++++++++++++++++++++++++++++++ 3 files changed, 835 insertions(+) create mode 100644 test_plans/dsa_test_plan.rst create mode 100644 tests/TestSuite_dsa.py