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 6FCF5427EC; Tue, 21 Mar 2023 03:36:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C6A540697; Tue, 21 Mar 2023 03:36:32 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 059D940693 for ; Tue, 21 Mar 2023 03:36: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=1679366190; x=1710902190; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=h8SFBcatguVe7XAHRDJPSrLD98zxRE5B1mfM9ofBlRg=; b=X1KatvI6O1QIkjLF6jQSWTU0beQjh0BFkd1pWg3Yg5uJ2vev0e56SxHi CQIs5Y9wjG7ya5sSOSN/lm/4WVTuzPTxdgUfEFxWCx8Gb8FMorhY+d0l0 nOqJNxEIJXbg3FqF/rsgnKU7UPd8ofyrcun6VNzwlmBxDDu8e4RiWCoEJ 1IkMyiD1UUEhXIk669sA0CAw01w3i8RfYSB6wf+F/ahGo6aUIvLdVns4+ Hple4d6HgpCZ2kXC4ixxLqzd5WjBA9MZSMeoLekukxfcKhSwHChQDmAE0 JbK711Z7IiyW6mmWFbHxxavWjswSpZCEqpBsvwcDeXCd9/jrbqWg0Rx/H A==; X-IronPort-AV: E=McAfee;i="6600,9927,10655"; a="401405424" X-IronPort-AV: E=Sophos;i="5.98,277,1673942400"; d="scan'208";a="401405424" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2023 19:36:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10655"; a="631380829" X-IronPort-AV: E=Sophos;i="5.98,277,1673942400"; d="scan'208";a="631380829" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2023 19:36:26 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] add vswitch_sample_dsa Date: Tue, 21 Mar 2023 10:34:28 +0800 Message-Id: <20230321023428.3854466-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 vswitch_sample_dsa testplan and testsuite to test dpdk-vhost APP with host DMA operation callbacks for DSA PMD and vhost async data-path. Wei Ling (3): test_plans/index: add vswitch_sample_dsa test_plans/vswitch_sample_dsa: add new testplan tests/vswitch_sample_dsa: add new testsuite test_plans/index.rst | 1 + test_plans/vswitch_sample_dsa_test_plan.rst | 968 +++++++++++++++++ tests/TestSuite_vswitch_sample_dsa.py | 1037 +++++++++++++++++++ 3 files changed, 2006 insertions(+) create mode 100644 test_plans/vswitch_sample_dsa_test_plan.rst create mode 100644 tests/TestSuite_vswitch_sample_dsa.py -- 2.25.1