We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 432741e + ca96e5b commit e57723cCopy full SHA for e57723c
cmd/qat_plugin/kerneldrv/kerneldrv.go
@@ -37,7 +37,7 @@ import (
37
)
38
39
var (
40
- adfCtlRegex = regexp.MustCompile(`type: (?P<devtype>[[:alnum:]]+), .* inst_id: (?P<instid>[0-9]+), .* bsf: ([0-9a-f]{4}:)?(?P<bsf>[0-9a-f]{2}:[0-9a-f]{2}\.[0-9a-f]), .* state: (?P<state>[[:alpha:]]+)$`)
+ adfCtlRegex = regexp.MustCompile(`type: (?P<devtype>[[:print:]]+), .* inst_id: (?P<instid>[0-9]+), .* bsf: ([0-9a-f]{4}:)?(?P<bsf>[0-9a-f]{2}:[0-9a-f]{2}\.[0-9a-f]), .* state: (?P<state>[[:alpha:]]+)$`)
41
42
43
type endpoint struct {
0 commit comments