X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FDpdkUtil.py;h=dcca73db1da63a0d68efe90f734a29f8aea9d245;hp=24c4d576523ff021ae700eaf8fb866351427a854;hb=refs%2Fchanges%2F71%2F28571%2F21;hpb=e583679e9d0f8020ab62ec0995d650a31ef042af diff --git a/resources/libraries/python/DpdkUtil.py b/resources/libraries/python/DpdkUtil.py index 24c4d57652..dcca73db1d 100644 --- a/resources/libraries/python/DpdkUtil.py +++ b/resources/libraries/python/DpdkUtil.py @@ -42,10 +42,6 @@ class DpdkUtil: options.add_with_value_from_dict( u"w", u"eal_pci_whitelist1", kwargs ) - # Set master core. - options.add_with_value( - u"-master-lcore", u"0" - ) # Load an external driver. Multiple -d options are allowed. options.add_with_value_if_from_dict( u"d", u"/usr/lib/librte_pmd_virtio.so", u"eal_driver", kwargs, True