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 08A6942B86; Wed, 24 May 2023 05:33:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 04257410F9; Wed, 24 May 2023 05:33:41 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 2BE3F4067E for ; Wed, 24 May 2023 05:33:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684899219; x=1716435219; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=svKGubwRcWiowFsUDjPy04ZtqGGdnExBeVr4pGFpYGA=; b=Er1BSoc/IDgSmxpscQnbEwjIi5VrAJqyyZbwRnJ01vgKlbh3K+uqpilf HJ7oRSUZfdFbhKWEYo5lOhkbJyrKMtVesrA34vQDQ6SCrmU40227G4hcW eecLPF0DckL/7p9qHN3y8+JNr8dagSiflC5tPC5kivuKUMYawBv+9EDGr prsbzWvAiglV7YXGEEX9OwBi4T1LC9wgcAAFCbkvH89LbLRKfpZnawQev o6vDsFGxcQ8YM+T2h46/CkEJw+TvVdk/NG1hxYsxCHRH89xiV43ocAgv3 m0WqovFWDEn5aGbK2+LWjjUnMQgNdUKjdWGo67UhEVqQdJEOwGWZMwMpJ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10719"; a="416902729" X-IronPort-AV: E=Sophos;i="6.00,188,1681196400"; d="scan'208";a="416902729" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 May 2023 20:33:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10719"; a="681688871" X-IronPort-AV: E=Sophos;i="6.00,188,1681196400"; d="scan'208";a="681688871" Received: from unknown (HELO localhost.localdomain) ([10.239.252.196]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 May 2023 20:33:31 -0700 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1 0/4] Support eal_param -a to avoid running containers Date: Wed, 24 May 2023 11:33:24 +0800 Message-Id: <20230524033328.2146223-1-yux.jiang@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 Support eal_param -a to avoid running containers conflict Yu Jiang (4): tests/coremask: support eal_param -a to avoid running containers conflict tests/ethtool_stats: support eal_param -a to avoid running containers conflict tests/external_mempool_handler: support eal_param -a to avoid running containers conflict tests/multiple_pthread: support eal_param -a to avoid running containers conflict tests/TestSuite_coremask.py | 37 +++++++++++++---- tests/TestSuite_ethtool_stats.py | 10 +++-- tests/TestSuite_external_mempool_handler.py | 15 +++++-- tests/TestSuite_multiple_pthread.py | 46 ++++++++++++--------- 4 files changed, 74 insertions(+), 34 deletions(-) -- 2.25.1