From 6708e2187eb02ed47cc97b3477cd73e343695c5d Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 30 Aug 2021 10:38:53 +0000 Subject: Infra: vpp_device NICs Signed-off-by: pmikus Change-Id: I06d4012552eee918ae29e0bd789d3d316840ad4a --- resources/libraries/bash/function/device.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'resources/libraries/bash') diff --git a/resources/libraries/bash/function/device.sh b/resources/libraries/bash/function/device.sh index eab31a65a6..0f1c6f6de6 100644 --- a/resources/libraries/bash/function/device.sh +++ b/resources/libraries/bash/function/device.sh @@ -266,9 +266,11 @@ function get_available_interfaces () { "1n_skx") # Add Intel Corporation XL710/X710 Virtual Function to the # whitelist. + # Add Intel Corporation E810 Virtual Function to the + # whitelist. pci_id="0x154c\|0x1889" - tg_netdev=(ens1 enp134) - dut1_netdev=(ens5 enp175) + tg_netdev=(ens1 enp94 enp134) + dut1_netdev=(ens5 enp175 enp175) ports_per_nic=2 ;; "1n_tx2") -- cgit 1.2.3-korg