From patchwork Tue Apr 26 05:50:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Dong X-Patchwork-Id: 110248 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 7DDA2A00BE; Tue, 26 Apr 2022 07:50:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 797BE41141; Tue, 26 Apr 2022 07:50:42 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 0B8524068E for ; Tue, 26 Apr 2022 07:50:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650952241; x=1682488241; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vO7jMtw4ByaIzbPg7xPD/kixVKUn0a8E8ddWjQ3DxUE=; b=b+ydkN2oq7JKAPkN8+mgYTtCbp9KbQwqasUwwMzrWlhx0i6pmhSLI99B kore5SRisfladhE6UbKeKkQYnLWIyY2Y+4XO7MXvlWGuLtfjmnFs1+jn8 10qmLfvGGCwvNKCwYzlmz/406WMIfD1ZklJy7U2Nh5LA9GENZ/WdhRvlT nFGj+ju68yoRaSSDyhJBumP6+RoaE1a3unHJSfkFhAz9gTHuj8imUCSDL yw7suzo6k9BWOlRQ1ZlAhVjHmzQD1HnzkDyrSJjMeAey+cc560zjy/F+Y t86W9Bcmog+b5iwiLv0F1ox89gvfUCsDpmPyYIb6XLU+DEbopOhudOPaG A==; X-IronPort-AV: E=McAfee;i="6400,9594,10328"; a="265627865" X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="265627865" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 22:50:40 -0700 X-IronPort-AV: E=Sophos;i="5.90,290,1643702400"; d="scan'208";a="650033662" Received: from shwdenpg197.ccr.corp.intel.com ([10.253.109.70]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2022 22:50:38 -0700 From: Jun Dong To: dts@dpdk.org Cc: lijuan.tu@intel.com, qingx.sun@intel.com, junx.dong@intel.com Subject: [dts] [RFC 3/6] executions/*: replace codename in executeion configurations Date: Tue, 26 Apr 2022 13:50:24 +0800 Message-Id: <20220426055027.6932-4-junx.dong@intel.com> X-Mailer: git-send-email 2.33.1.windows.1 In-Reply-To: <20220426055027.6932-1-junx.dong@intel.com> References: <20220426055027.6932-1-junx.dong@intel.com> 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 Signed-off-by: Jun Dong --- executions/execution.cfg | 2 +- executions/execution_FVL.cfg | 2 +- executions/execution_fm10k.cfg | 2 +- executions/execution_smoke.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/executions/execution.cfg b/executions/execution.cfg index 73ff0be2..bc9c7fa3 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -44,4 +44,4 @@ test_suites= pmd targets= x86_64-native-linuxapp-gcc -parameters=nic_type=niantic:perf=true +parameters=nic_type=IXGBE_10G-82599_SFP:perf=true diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index 8a71bbea..ae10df48 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -45,4 +45,4 @@ test_suites= pmd targets= x86_64-native-linuxapp-gcc -parameters=nic_type=niantic:perf=true +parameters=nic_type=IXGBE_10G-82599_SFP:perf=true diff --git a/executions/execution_fm10k.cfg b/executions/execution_fm10k.cfg index b535d78f..779d9032 100644 --- a/executions/execution_fm10k.cfg +++ b/executions/execution_fm10k.cfg @@ -26,4 +26,4 @@ test_suites= l3fwd, targets= x86_64-native-linuxapp-gcc -parameters=nic_type=niantic:perf=true +parameters=nic_type=IXGBE_10G-82599_SFP:perf=true diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg index 6f35578d..c7b5cbb3 100644 --- a/executions/execution_smoke.cfg +++ b/executions/execution_smoke.cfg @@ -29,4 +29,4 @@ test_suites= blocklist targets= x86_64-native-linuxapp-gcc -parameters=nic_type=niantic:func=true +parameters=nic_type=IXGBE_10G-82599_SFP:func=true