From d94696b6f770de74b48a6a97c01c192d9e76a9b2 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 27 Jan 2022 10:30:26 +0100 Subject: fix(dpdk): Jumbo Signed-off-by: Peter Mikus Change-Id: I0e659937440e9ff7070f0d13b7a1db99f27cf2bb --- resources/libraries/python/DpdkUtil.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'resources/libraries/python/DpdkUtil.py') 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 -- cgit 1.2.3-korg