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 DC25BA0C4D; Wed, 13 Oct 2021 11:11:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D651B41167; Wed, 13 Oct 2021 11:11:33 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 4201C40150 for ; Wed, 13 Oct 2021 11:11:32 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10135"; a="226159657" X-IronPort-AV: E=Sophos;i="5.85,370,1624345200"; d="scan'208";a="226159657" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2021 02:11:31 -0700 X-IronPort-AV: E=Sophos;i="5.85,370,1624345200"; d="scan'208";a="441576528" Received: from unknown (HELO dpdk-zhaohy-t.sh.intel.com) ([10.240.183.68]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2021 02:11:30 -0700 From: Jun Dong To: dts@dpdk.org Cc: PingX.Yu@intel.com, weix.ling@intel.com, junx.dong@intel.com Date: Wed, 13 Oct 2021 17:24:49 +0800 Message-Id: <1634117089-150476-3-git-send-email-junx.dong@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1634117089-150476-1-git-send-email-junx.dong@intel.com> References: <1634117089-150476-1-git-send-email-junx.dong@intel.com> Subject: [dts] [PATCH V1 3/3] conf/*: changed eal -w parameter to -a 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 Sender: "dts" - changed eal parameter -w to -a for some config file Signed-off-by: Jun Dong --- conf/compressdev_sample.cfg | 2 +- conf/pktgen.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/compressdev_sample.cfg b/conf/compressdev_sample.cfg index f2841a3..b286121 100644 --- a/conf/compressdev_sample.cfg +++ b/conf/compressdev_sample.cfg @@ -13,4 +13,4 @@ input-file = "/root/calgary" #[test_qat_pmd_dynamic_func] #l="0-6" -#w="1a:01.0 -w 1c:01.0 -w 1e:01.0" +#w="1a:01.0 -a 1c:01.0 -a 1e:01.0" diff --git a/conf/pktgen.cfg b/conf/pktgen.cfg index 17703eb..3176f49 100644 --- a/conf/pktgen.cfg +++ b/conf/pktgen.cfg @@ -15,7 +15,7 @@ # num -n: Number of memory channels # proc_type --proc-type: Type of this process # pci_blocklist --pci-blocklist, -b: Add a PCI device in block list. -# pci_allowlist --pci-allowlist, -w: Add a PCI device in allow list. +# pci_allowlist --pci-allowlist, -a: Add a PCI device in allow list. # file_prefix --file-prefix: Prefix for hugepage filenames # socket_memory --socket-mem: Memory to allocate on specific sockets # mapping_ports -m: Matrix for mapping ports to logical cores. -- 1.8.3.1