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 EEBB6A052A; Wed, 23 Dec 2020 10:27:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C5ACECA4A; Wed, 23 Dec 2020 10:27:39 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 3E77ACA39 for ; Wed, 23 Dec 2020 10:27:37 +0100 (CET) IronPort-SDR: GaskYXoGjUMN+eAyS4/xGwWbCP1sxHDmW++YILecrrxxOq8grvaiWNnfBY5tAZqdb5AWj+ZpOp fsQfrhmQlRvg== X-IronPort-AV: E=McAfee;i="6000,8403,9843"; a="163710926" X-IronPort-AV: E=Sophos;i="5.78,441,1599548400"; d="scan'208";a="163710926" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Dec 2020 01:27:36 -0800 IronPort-SDR: m/bs2d5xeUVhFEqG/LwwndT3DBE/Pptj3QwpVTfHEuGFNTxTERnZGF92ye50PnaLZLzQN9H5Wy Tf/8pysODzcQ== X-IronPort-AV: E=Sophos;i="5.78,441,1599548400"; d="scan'208";a="565155973" Received: from unknown (HELO localhost.localdomain) ([10.240.183.57]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Dec 2020 01:27:34 -0800 From: Haiyang Zhao To: lijuan.tu@intel.com, dts@dpdk.org Cc: Haiyang Zhao Date: Wed, 23 Dec 2020 17:20:59 +0800 Message-Id: <20201223092059.9530-1-haiyangx.zhao@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] executions: add comment for using igb_uio 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" add comment of using igb_uio in all the execution files. Signed-off-by: Haiyang Zhao --- executions/execution.cfg | 1 + executions/execution_FVL.cfg | 1 + executions/execution_fm10k.cfg | 1 + executions/execution_rxmode.cfg | 1 + executions/execution_smoke.cfg | 1 + 5 files changed, 5 insertions(+) diff --git a/executions/execution.cfg b/executions/execution.cfg index 0a1ac3cb..34ebc2bd 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -1,5 +1,6 @@ [Execution1] crbs= +#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst drivername= build_type= test_suites= diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index 84c16490..b9633492 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -1,5 +1,6 @@ [Execution1] crbs= +#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst drivername= build_type= test_suites= diff --git a/executions/execution_fm10k.cfg b/executions/execution_fm10k.cfg index dbd2b96e..414e7131 100644 --- a/executions/execution_fm10k.cfg +++ b/executions/execution_fm10k.cfg @@ -1,5 +1,6 @@ [Execution1] crbs= +#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst drivername= build_type= test_suites= diff --git a/executions/execution_rxmode.cfg b/executions/execution_rxmode.cfg index e1bf9812..d8feb535 100644 --- a/executions/execution_rxmode.cfg +++ b/executions/execution_rxmode.cfg @@ -1,5 +1,6 @@ [Execution1] crbs= +#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst drivername=igb_uio rx_mode=scalar build_type= diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg index ea5bd3fd..59a4075f 100644 --- a/executions/execution_smoke.cfg +++ b/executions/execution_smoke.cfg @@ -1,5 +1,6 @@ [Execution1] crbs= +#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst drivername= build_type= test_suites= -- 2.17.1