diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-07-25 06:47:34 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-07-27 22:21:46 +0000 |
commit | 3f074f530223783e9e986dfe2f4b64af93483abc (patch) | |
tree | a4b7a3732f7ea5f0ed6cff12349ed00d7870f92b /topologies/available/lf_2n_skx_testbed24.yaml | |
parent | c7b2541ae5ff737691547daef2e4b25f9d232eba (diff) |
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 <pmikus@cisco.com>
(cherry picked from commit 584345da4f7330f7517e5defd894b4995c2b57b0)
Diffstat (limited to 'topologies/available/lf_2n_skx_testbed24.yaml')
-rw-r--r-- | topologies/available/lf_2n_skx_testbed24.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/topologies/available/lf_2n_skx_testbed24.yaml b/topologies/available/lf_2n_skx_testbed24.yaml index e73f99db0e..78483c3676 100644 --- a/topologies/available/lf_2n_skx_testbed24.yaml +++ b/topologies/available/lf_2n_skx_testbed24.yaml @@ -23,7 +23,7 @@ nodes: ip4_address: "172.16.10.2" driver: i40e link: link1 - model: Intel-XL710 + model: Intel-X710 port2: # s10-t24-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:b1:89" @@ -31,7 +31,7 @@ nodes: ip4_address: "172.16.20.2" driver: i40e link: link2 - model: Intel-XL710 + model: Intel-X710 port3: # s10-t24-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:b1:8a" @@ -71,7 +71,7 @@ nodes: ip4_address: "172.16.70.2" driver: i40e link: link7 - model: Intel-XL710 + model: Intel-X710 port8: # s10-t24-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:ae:41" @@ -79,7 +79,7 @@ nodes: ip4_address: "172.16.70.1" driver: i40e link: link7 - model: Intel-XL710 + model: Intel-X710 port9: # s10-t24-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:ae:42" @@ -117,7 +117,7 @@ nodes: ip4_address: "172.16.10.1" driver: i40e link: link1 - model: Intel-XL710 + model: Intel-X710 port2: # s9-t24-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:ad:81" @@ -125,7 +125,7 @@ nodes: ip4_address: "172.16.20.1" driver: i40e link: link2 - model: Intel-XL710 + model: Intel-X710 port3: # s9-t24-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:ad:82" |