From: pmikus Date: Wed, 15 Dec 2021 16:59:45 +0000 (+0100) Subject: fix(dpdk): allow X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=70fd262da8614a47843334f21819bf47732b58b3 fix(dpdk): allow Signed-off-by: pmikus Change-Id: Ic7f24767b60eef5ddb7cdf5f933d82930c625f5c --- 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(