From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D3D92A0524; Fri, 6 Nov 2020 11:01:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A16B85AB2; Fri, 6 Nov 2020 11:01:06 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C15D45A51 for ; Fri, 6 Nov 2020 11:01:04 +0100 (CET) IronPort-SDR: M3CfZf7YrDCM84OoC9paeVyeJIm+llQu0Svt3v1Bp5VnFppeg1p0IDP8fGPaK1U3bk7DWPHbXm 5pwpaEbKGo6w== X-IronPort-AV: E=McAfee;i="6000,8403,9796"; a="187447492" X-IronPort-AV: E=Sophos;i="5.77,456,1596524400"; d="scan'208";a="187447492" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2020 02:01:02 -0800 IronPort-SDR: zy5B9aJWBkq0PkoarY9BXmDRH+IqDoA4Pio+/LJJ/IimyZTMVRAHb0Kv0h9IIotfXKmwU5w20Z 74kIo6cFFetw== X-IronPort-AV: E=Sophos;i="5.77,456,1596524400"; d="scan'208";a="306814906" Received: from unknown (HELO localhost.localdomain) ([10.240.183.57]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2020 02:01:01 -0800 From: Haiyang Zhao To: dts@dpdk.org, Lijuan.Tu@intel.com Cc: Haiyang Zhao Date: Fri, 6 Nov 2020 17:55:33 +0800 Message-Id: <20201106095535.5650-1-haiyangx.zhao@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 0/2] framework: fix the issue of eal param may be duplicated X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" *.The eal parameter will be duplicated when rx_mode is setted in execution.cfg and suites, this patchset is to fix this issue. Haiyang Zhao (2): framework/pmd_output: add other eal param into config framework/dut: add check if the rx mode eal param is duplicate *.ignore the rx mode config in execution.cfg if the rx mode is setted in suites. framework/dut.py | 17 +++++++++-------- framework/pmd_output.py | 1 + 2 files changed, 10 insertions(+), 8 deletions(-) -- 2.17.1