[V1,3/3] conf/*: changed eal -w parameter to -a

Message ID 1634117089-150476-3-git-send-email-junx.dong@intel.com (mailing list archive)
State Accepted
Headers
Series [V1,1/3] tests/*: changed eal -w parameter to -a |

Checks

Context Check Description
ci/Intel-dts-doc-test fail Testing issues

Commit Message

Jun Dong Oct. 13, 2021, 9:24 a.m. UTC
  - changed eal parameter -w to -a for some config file

Signed-off-by: Jun Dong <junx.dong@intel.com>
---
 conf/compressdev_sample.cfg | 2 +-
 conf/pktgen.cfg             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Comments

Tu, Lijuan Oct. 18, 2021, 4:46 a.m. UTC | #1
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Jun Dong
> Sent: 2021年10月13日 17:25
> To: dts@dpdk.org
> Cc: Yu, PingX <pingx.yu@intel.com>; Ling, WeiX <weix.ling@intel.com>; Dong,
> JunX <junx.dong@intel.com>
> Subject: [dts] [PATCH V1 3/3] conf/*: changed eal -w parameter to -a
> 
> - changed eal parameter -w to -a for some config file
> 
> Signed-off-by: Jun Dong <junx.dong@intel.com>

Applied
  

Patch

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.