feat(release): Update VPP release notes
[csit.git] / resources / libraries / bash / function / device.sh
index 4d39cd2..a0ba5a6 100644 (file)
@@ -327,12 +327,14 @@ function get_available_interfaces () {
             ports_per_nic=2
             ;;
         "1n_spr")
+            # Add Intel Corporation XL710/X710 Virtual Function to the
+            # whitelist.
             # Add Intel Corporation E810 Virtual Function to the
             # whitelist.
-            pci_id="0x1889"
-            tg_netdev=(enp42s0 enp44s0)
-            dut1_netdev=(enp63s0 enp61s0)
-            ports_per_nic=1
+            pci_id="0x154c\|0x1889"
+            tg_netdev=(enp42s0 ens5)
+            dut1_netdev=(enp61s0 ens7)
+            ports_per_nic=2
             ;;
        "1n_vbox")
             # Add Intel Corporation 82545EM Gigabit Ethernet Controller to the