aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/libraries/python/DpdkUtil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/DpdkUtil.py b/resources/libraries/python/DpdkUtil.py
index 4a5983affb..9f3ee8d3f7 100644
--- a/resources/libraries/python/DpdkUtil.py
+++ b/resources/libraries/python/DpdkUtil.py
@@ -37,10 +37,10 @@ class DpdkUtil:
)
# Add a PCI device in white list.
options.add_with_value_from_dict(
- u"w", u"eal_pci_whitelist0", kwargs
+ u"a", u"eal_pci_whitelist0", kwargs
)
options.add_with_value_from_dict(
- u"w", u"eal_pci_whitelist1", kwargs
+ u"a", u"eal_pci_whitelist1", kwargs
)
# Load an external driver. Multiple -d options are allowed.
options.add_with_value_if_from_dict(