Skip to content

Commit

Permalink
Use default pci base addr with "03" which is more typical on bluefield
Browse files Browse the repository at this point in the history
Use more typical default pci base address for bluefield devices. This
value can be overriden with a parameter.

Signed-off-by: Guvenc Gulce <guevenc.guelce@sap.com>
  • Loading branch information
guvenc committed Mar 14, 2024
1 parent 899cb7a commit a31a8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var (
scheme = runtime.NewScheme()
setupLog = ctrl.Log.WithName("setup")
hostName, _ = os.Hostname()
baseAddr = "0000:06:00.0"
baseAddr = "0000:03:00.0"
numOfVFs = 126
pfToVfOffset = 3
buildVersion string
Expand Down

0 comments on commit a31a8a1

Please sign in to comment.