From patchwork Fri Aug 25 15:28:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 87 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 A6925430FC; Fri, 25 Aug 2023 09:19:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9F8B740EE4; Fri, 25 Aug 2023 09:19:52 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id A89C940695 for ; Fri, 25 Aug 2023 09:19:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692947991; x=1724483991; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=4+b0f8LwvDpP9kuN9f17sJJN50JEwSjubhNp1stmT7U=; b=aR/wC4u0jLt4PniGqIfeA55F4oVhyC74zdI6tcrYLxTFHB9O9P7hdIYf OCl+lgQ3YSjlUVko6gFi09ZXaVH98fzAXBCOMxtGPjx3a63hV0KpG22Gk WeEaUacpA1J1HKnyFFpXcFLWBVbW4fhXV8w/T87rWx21uclXYzoXg1A0P fs3PU+ilfTGFzHh6lZZIK0s4jiHuTNjVy56eteqX7GJ9QqM+jg5wsuehm xO92W2ssvGi1tJTr7zaFwmBiqFgBjd8wHhsYyCbILo+kk2DGp3IFYBpXu qpHnzUqJvX5ONICOoaUpe+YwEZalNgsJXNzAGQfRsSq4VcF7ul0Jqu1qM Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="405654438" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="405654438" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2023 00:19:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="802869616" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="802869616" Received: from unknown (HELO localhost.localdomain) ([10.239.252.96]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2023 00:19:49 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Subject: [dts] [PATCH V2 0/9] add functions to test MEV Date: Fri, 25 Aug 2023 15:28:16 +0000 Message-Id: <20230825152825.2831565-1-songx.jiale@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 Jiale Song (9): conf/crbs: add parameters execution: add parameters and parameter annotations framework/config: obtain and save the acc and imc configurations of MEV framework/dts: add global variables framework/dut: add and modify methods to adapt to MEV testing framework/pmd_output: optimize methods to adapt to MEV testing framework/project_dpdk: optimize methods to adapt to MEV testing framework/settings: add drivers and NICs for mev framework/tester: optimize scripts conf/crbs.cfg | 4 + execution.cfg | 21 +++++ framework/config.py | 4 + framework/dts.py | 26 +++++- framework/dut.py | 174 ++++++++++++++++++++++++++++++++++++-- framework/pmd_output.py | 3 + framework/project_dpdk.py | 3 +- framework/settings.py | 10 ++- framework/tester.py | 2 +- 9 files changed, 234 insertions(+), 13 deletions(-)