mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #68 from bart0sh/PR0030-fix-annotation-value
fpga_crihook: fix annotation value
This commit is contained in:
commit
2a6eda891a
@ -39,7 +39,7 @@ const (
|
||||
fpgaDevRegexp = `\/dev\/intel-fpga-port.(\d)$`
|
||||
afuIDTemplate = "/sys/class/fpga/intel-fpga-dev.%s/intel-fpga-port.%s/afu_id"
|
||||
annotationName = "com.intel.fpga.mode"
|
||||
annotationValue = "intel.com/fpga-region"
|
||||
annotationValue = "fpga.intel.com/region"
|
||||
)
|
||||
|
||||
func decodeJSONStream(reader io.Reader) (map[string]interface{}, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user