FIX: Revert l3fwd patching 33/13833/1
authorPeter Mikus <pmikus@cisco.com>
Mon, 30 Jul 2018 12:23:13 +0000 (12:23 +0000)
committerPeter Mikus <pmikus@cisco.com>
Tue, 31 Jul 2018 07:19:46 +0000 (07:19 +0000)
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)

resources/libraries/python/DPDK/L3fwdTest.py

index 8c25964..8cf63a8 100644 (file)
@@ -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)