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_3n_skx_testbed31.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_3n_skx_testbed31.yaml')
-rw-r--r-- | topologies/available/lf_3n_skx_testbed31.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/topologies/available/lf_3n_skx_testbed31.yaml b/topologies/available/lf_3n_skx_testbed31.yaml index c4a8ef1e60..3706a3baeb 100644 --- a/topologies/available/lf_3n_skx_testbed31.yaml +++ b/topologies/available/lf_3n_skx_testbed31.yaml @@ -23,7 +23,7 @@ nodes: ip4_address: "172.16.10.2" driver: i40e link: link1 - model: Intel-XL710 + model: Intel-X710 port2: # s13-t31-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:af:59" @@ -31,7 +31,7 @@ nodes: ip4_address: "172.16.20.2" driver: i40e link: link2 - model: Intel-XL710 + model: Intel-X710 port3: # s13-t31-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:af:5a" @@ -71,7 +71,7 @@ nodes: ip4_address: "172.16.70.2" driver: i40e link: link7 - model: Intel-XL710 + model: Intel-X710 port8: # s13-t31-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:ad:31" @@ -79,7 +79,7 @@ nodes: ip4_address: "172.16.70.1" driver: i40e link: link7 - model: Intel-XL710 + model: Intel-X710 port9: # s13-t31-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:ad:32" @@ -117,7 +117,7 @@ nodes: ip4_address: "172.16.10.1" driver: i40e link: link1 - model: Intel-XL710 + model: Intel-X710 port2: # s11-t31-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:af:39" @@ -125,7 +125,7 @@ nodes: ip4_address: "172.16.120.1" driver: i40e link: link21 - model: Intel-XL710 + model: Intel-X710 port3: # s11-t31-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:af:3a" @@ -179,7 +179,7 @@ nodes: ip4_address: "172.16.20.1" driver: i40e link: link2 - model: Intel-XL710 + model: Intel-X710 port2: # s12-t31-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:aa:a9" @@ -187,7 +187,7 @@ nodes: ip4_address: "172.16.120.2" driver: i40e link: link21 - model: Intel-XL710 + model: Intel-X710 port3: # s12-t31-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE. mac_address: "3c:fd:fe:a8:aa:aa" |