Skip to content

Commit 5b150e7

Browse files
authored
Merge pull request #892 from BSWANG/main
change vf topo config file to => /var/rdma/eni_topo
2 parents 7182327 + d7a9a2d commit 5b150e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/driver/vf/vf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
defaultNUSAConfigPath = "/etc/sysconfig/pcie_topo"
16+
defaultNUSAConfigPath = "/var/rdma/eni_topo"
1717
defaultSysfsBasePath = "/sys/bus/pci/devices"
1818

1919
vfBind = "/sys/bus/pci/drivers/virtio-pci"

0 commit comments

Comments
 (0)