diff options
author | Peter Mikus <peter.mikus@protonmail.ch> | 2024-05-31 04:13:43 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2024-05-31 04:13:43 +0000 |
commit | 8b2ca2f17acca6f93d15dc10015ad3543f3550df (patch) | |
tree | b12c1e6dea262a95928fbd32f8b7d70c83918830 /resources/libraries/python/ContainerUtils.py | |
parent | 4e897a7a91e8b4782da05a4c906392e62c8f8ab5 (diff) |
Revert "feat(hoststack): Enable L4 checksum RX offload"
This reverts commit 4e897a7a91e8b4782da05a4c906392e62c8f8ab5.
Reason for revert: Container/Qemu is not conditioned.
Change-Id: I497caa2db24803f40811b3c60c359b4772cacda7
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Diffstat (limited to 'resources/libraries/python/ContainerUtils.py')
-rw-r--r-- | resources/libraries/python/ContainerUtils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/libraries/python/ContainerUtils.py b/resources/libraries/python/ContainerUtils.py index c0a282f775..fc32248f6b 100644 --- a/resources/libraries/python/ContainerUtils.py +++ b/resources/libraries/python/ContainerUtils.py @@ -763,7 +763,6 @@ class ContainerEngine: vpp_config = self.create_base_vpp_startup_config(cpuset_cpus) vpp_config.add_dpdk_dev(*devices) vpp_config.add_dpdk_log_level(u"debug") - vpp_config.add_dpdk_enable_tcp_udp_checksum() vpp_config.add_dpdk_no_tx_checksum_offload() vpp_config.add_dpdk_dev_default_rxq(rxq) vpp_config.add_plugin(u"enable", u"dpdk_plugin.so") |