Skip to content

Commit

Permalink
add another APF name in exclude list
Browse files Browse the repository at this point in the history
Add enp0s1f0d1 in device exclusion list

Signed-off-by: Halim, Abdul <[email protected]>
  • Loading branch information
ahalimx86 committed Apr 15, 2024
1 parent 1477cc7 commit a633d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipu-plugin/pkg/ipuplugin/deviceplugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type DevicePluginService struct {
}

var (
exclude = []string{"enp0s1f0", "enp0s1f0d2"}
exclude = []string{"enp0s1f0", "enp0s1f0d1", "enp0s1f0d2"}
sysClassNet = "/sys/class/net"
deviceCode = "0x1452"
)
Expand Down

0 comments on commit a633d4b

Please sign in to comment.