diff options
author | Yulong Pei <yulong.pei@intel.com> | 2020-07-14 12:44:44 -0700 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-08-19 14:39:06 +0000 |
commit | f58d415afaacc7565f08817903b0d21f16579eb8 (patch) | |
tree | b5d0872055b034c78e6a8ae01e61be62de1cc922 /topologies/available | |
parent | c4c74602afd4d01a56d3f0f7bd85f212678295ee (diff) |
Add Intel E810CQ 100G NIC configuration
for Intel E810CQ 100G NIC, kernel driver of PF is ice, kernel driver of VF
is iavf, its VF hardware support VPP native avf driver.
Signed-off-by: Yulong Pei <yulong.pei@intel.com>
Change-Id: Ic8d86e5ee00057bbbcd09df619a38bd1371c8fd7
Diffstat (limited to 'topologies/available')
-rw-r--r-- | topologies/available/2n_hw_testbed1.yaml.example | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/topologies/available/2n_hw_testbed1.yaml.example b/topologies/available/2n_hw_testbed1.yaml.example index ee2faaf5fd..d39a7220d0 100644 --- a/topologies/available/2n_hw_testbed1.yaml.example +++ b/topologies/available/2n_hw_testbed1.yaml.example @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Cisco and/or its affiliates. +# Copyright (c) 2020 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -40,6 +40,16 @@ nodes: pci_address: "0000:00:09.0" link: link2 model: Intel-X553 + port6: + mac_address: "08:00:27:35:66:0a" + pci_address: "0000:00:0a.0" + link: link3 + model: Intel-E810CQ + port7: + mac_address: "08:00:27:46:77:0b" + pci_address: "0000:00:0b.0" + link: link4 + model: Intel-E810CQ DUT1: type: DUT host: 10.0.0.1 @@ -59,3 +69,13 @@ nodes: pci_address: "0000:00:09.0" link: link2 model: Intel-X553 + port6: + mac_address: "08:00:27:ae:0a:2b" + pci_address: "0000:00:0a.0" + link: link3 + model: Intel-E810CQ + port7: + mac_address: "08:00:27:f3:0b:f0" + pci_address: "0000:00:0b.0" + link: link4 + model: Intel-E810CQ |