From 3f074f530223783e9e986dfe2f4b64af93483abc Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 25 Jul 2018 06:47:34 +0000 Subject: FIX: Interface up handling - Increase timeout when trying to check interface (this is useful if there are multiple interfaces and dump command take more than TIMEOUT/NR_IF which is happening quite often). - Reverse the order of applying MTU and interface UP to try to prevent API overload during interface initialization phase. Change-Id: I4e8623963d15b3c0d202172b4c58c43a972bb9cb Signed-off-by: Peter Mikus (cherry picked from commit 584345da4f7330f7517e5defd894b4995c2b57b0) --- topologies/available/lf_2n_skx_testbed23.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'topologies/available/lf_2n_skx_testbed23.yaml') diff --git a/topologies/available/lf_2n_skx_testbed23.yaml b/topologies/available/lf_2n_skx_testbed23.yaml index 892e9bf7f0..b62ccc9cf2 100644 --- a/topologies/available/lf_2n_skx_testbed23.yaml +++ b/topologies/available/lf_2n_skx_testbed23.yaml @@ -23,7 +23,7 @@ nodes: ip4_address: "172.16.10.2" driver: i40e link: link1 - model: Intel-XL710 + model: Intel-X710 port2: # s8-t23-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:b1:39" @@ -31,7 +31,7 @@ nodes: ip4_address: "172.16.20.2" driver: i40e link: link2 - model: Intel-XL710 + model: Intel-X710 port3: # s8-t23-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:b1:3a" @@ -71,7 +71,7 @@ nodes: ip4_address: "172.16.70.2" driver: i40e link: link7 - model: Intel-XL710 + model: Intel-X710 port8: # s8-t23-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:ab:21" @@ -79,7 +79,7 @@ nodes: ip4_address: "172.16.70.1" driver: i40e link: link7 - model: Intel-XL710 + model: Intel-X710 port9: # s8-t23-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:ab:22" @@ -117,7 +117,7 @@ nodes: ip4_address: "172.16.10.1" driver: i40e link: link1 - model: Intel-XL710 + model: Intel-X710 port2: # s7-t23-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:ae:31" @@ -125,7 +125,7 @@ nodes: ip4_address: "172.16.20.1" driver: i40e link: link2 - model: Intel-XL710 + model: Intel-X710 port3: # s7-t23-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:ae:32" -- cgit 1.2.3-korg