From patchwork Fri Nov 11 07:38:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119772 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 1008CA0542; Fri, 11 Nov 2022 08:45:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC17C40141; Fri, 11 Nov 2022 08:45:05 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 8617D400EF for ; Fri, 11 Nov 2022 08:45:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668152704; x=1699688704; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=wgG5VA41KKJJv7xy/STOl8S4vZCfpxXijkair5Q0vVY=; b=GF+76Oiip31oOxmnTlDSZGkkjWeRwJtzUU692a/H0+Y9l6RayeYi6J+P bJZBElUDQ3/sFzpJv27+UhrjzJxACAkjPB6O9ojOc6ZLmmINwsFLfK02j SoUkcdnRzVsord76EiiYJzX2zYJH4jLDqeA5KRZ5zoIk5WYIOZNxsYLgj t2FEZ1WTgdeHiJEhzoP+JBoNVybB0k4eDUqHtQulwwO4c3UXOKN78z6nq PNsfx4x373wsB9K+RbyKvkPCqZ05G9kaX+sjUc6qF8aFJMJxZ/nHGDI26 XFmT05QUB4h1W88V2x2S8j/5/oTCHjjl76Z+H6dWHNqEGmjG+rYJJd/ac A==; X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="310261588" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="310261588" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 23:45:03 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="639928717" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="639928717" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 23:45:02 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] modify the dmas parameter and upstram Date: Fri, 11 Nov 2022 15:38:23 +0800 Message-Id: <20221111073823.2424744-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 1.From DPDK-22.11, the dmas parameter have changed from `lcore-dma=[lcore1@0000:00:04.0]` to `dmas=[txq0@0000:00:04.0]` by DPDK local patch,so modify the dmas parameter. 2.Upstream the testsuite and suite config. Wei Ling (3): test_plans/basic_4k_pages_dsa_test_plan: modify the dmas parameter tests/basic_4k_pages_dsa: add the new testsuite conf/basic_4k_pages_dsa: add the suite config conf/basic_4k_pages_dsa.cfg | 36 + test_plans/basic_4k_pages_dsa_test_plan.rst | 502 +++--- tests/TestSuite_basic_4k_pages_dsa.py | 1677 +++++++++++++++++++ 3 files changed, 1959 insertions(+), 256 deletions(-) create mode 100644 conf/basic_4k_pages_dsa.cfg create mode 100644 tests/TestSuite_basic_4k_pages_dsa.py