From 5749a04f0343119cf066c4d51edbd7f597dec5bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 Mar 2023 16:26:53 +0200 Subject: Excluding onboard i40e cards in linux-i40e script, as they are not configurable. Signed-off-by: Daniel Baumann --- linux/bin/linux-i40e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/bin/linux-i40e b/linux/bin/linux-i40e index ffe17b3..3b46d5b 100755 --- a/linux/bin/linux-i40e +++ b/linux/bin/linux-i40e @@ -130,7 +130,7 @@ then exit 1 fi -DEVICES="$(grep -s '^DRIVER=i40e' /sys/class/net/*/device/uevent | awk -F/ '{ print $5 }' | sort -V)" +DEVICES="$(grep -s '^DRIVER=i40e' /sys/class/net/*/device/uevent | awk -F/ '{ print $5 }' | grep -v eno | sort -V)" if [ -z "${DEVICES}" ] then -- cgit v1.2.3