diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-07-30 12:23:13 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-07-31 07:19:46 +0000 |
commit | f83b53b9958690dd2221540d639b4be1b6e27aca (patch) | |
tree | 53e47a77c6c5668ea70fc38e954b73ebbeb950bd | |
parent | ee1321d27bc39baab5bc2615834fd7392b79a160 (diff) |
FIX: Revert l3fwd patching
For now this solution does not work on Haswells, need to find permanent
fix.
Change-Id: Id5323a078db3a8f14c009d6f66ee393c89d851ef
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit 5f634b8c486f7a404c9cd33b60cc92a6907e7c64)
-rw-r--r-- | resources/libraries/python/DPDK/L3fwdTest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/libraries/python/DPDK/L3fwdTest.py b/resources/libraries/python/DPDK/L3fwdTest.py index 8c2596408d..8cf63a8e06 100644 --- a/resources/libraries/python/DPDK/L3fwdTest.py +++ b/resources/libraries/python/DPDK/L3fwdTest.py @@ -109,7 +109,6 @@ class L3fwdTest(object): # detect which is the port 0 if min(if_pci0, if_pci1) != if_pci0: if_key0, if_key1 = if_key1, if_key0 - L3fwdTest.patch_l3fwd(dut_node, 'patch_l3fwd_flip_routes') adj_node0, adj_if_key0 = Topology.get_adjacent_node_and_interface( \ nodes_info, dut_node, if_key0) |