aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/DpdkUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/DpdkUtil.py')
-rw-r--r--resources/libraries/python/DpdkUtil.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/libraries/python/DpdkUtil.py b/resources/libraries/python/DpdkUtil.py
index 9f3ee8d3f7..8ee0dde850 100644
--- a/resources/libraries/python/DpdkUtil.py
+++ b/resources/libraries/python/DpdkUtil.py
@@ -219,10 +219,6 @@ class DpdkUtil:
options.add_equals_from_dict(
u"config", u"pmd_config", kwargs
)
- # Enables jumbo frames.
- options.add_if_from_dict(
- u"enable-jumbo", u"pmd_enable_jumbo", kwargs, False
- )
# Set the max packet length.
options.add_with_value_if_from_dict(
u"max-pkt-len", u"9200", u"pmd_max_pkt_len", kwargs, False