From cd8f9b8fbcd4b2eec90af89829e5e61d751d7e55 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 12 Jun 2023 12:13:05 +0000 Subject: feat(infra): Add Mellanox CX6 to 3n-icx Signed-off-by: pmikus Change-Id: Ic13b8cd3f2976c66d8956f0cee0784c3bae12a65 --- topologies/available/lf_3n_icx_testbed38.yaml | 48 +++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'topologies/available/lf_3n_icx_testbed38.yaml') diff --git a/topologies/available/lf_3n_icx_testbed38.yaml b/topologies/available/lf_3n_icx_testbed38.yaml index 8b7ba2c962..d4087ae60d 100644 --- a/topologies/available/lf_3n_icx_testbed38.yaml +++ b/topologies/available/lf_3n_icx_testbed38.yaml @@ -80,6 +80,22 @@ nodes: driver: i40e link: link8 model: Intel-XXV710 + port9: + # s80-t38-tg1-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE. + mac_address: "b8:3f:d2:13:0f:ae" + pci_address: "0000:e3:00.0" + ip4_address: "172.16.90.1" + driver: mlx5_core + link: link9 + model: Mellanox-CX6DX + port10: + # s80-t38-tg1-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE. + mac_address: "b8:3f:d2:13:0f:af" + pci_address: "0000:e3:00.1" + ip4_address: "172.16.100.1" + driver: mlx5_core + link: link10 + model: Mellanox-CX6DX DUT1: type: DUT host: "10.30.51.78" @@ -153,6 +169,22 @@ nodes: driver: i40e link: link88 model: Intel-XXV710 + port9: + # s78-t38-sut1-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE. + mac_address: "b8:3f:d2:13:4b:2e" + pci_address: "0000:e3:00.0" + ip4_address: "172.16.90.2" + driver: mlx5_core + link: link1010 + model: Mellanox-CX6DX + port10: + # s78-t38-sut1-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE. + mac_address: "b8:3f:d2:13:4b:2f" + pci_address: "0000:e3:00.1" + ip4_address: "172.16.100.2" + driver: mlx5_core + link: link9 + model: Mellanox-CX6DX DUT2: type: DUT host: "10.30.51.79" @@ -226,3 +258,19 @@ nodes: driver: i40e link: link88 model: Intel-XXV710 + port9: + # s79-t38-sut2-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE. + mac_address: "b8:3f:d2:13:0f:8a" + pci_address: "0000:e3:00.0" + ip4_address: "172.16.90.3" + driver: mlx5_core + link: link10 + model: Mellanox-CX6DX + port10: + # s79-t38-sut2-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE. + mac_address: "b8:3f:d2:13:0f:8b" + pci_address: "0000:e3:00.1" + ip4_address: "172.16.100.3" + driver: mlx5_core + link: link1010 + model: Mellanox-CX6DX \ No newline at end of file -- cgit 1.2.3-korg