deployments: Add 4xxxvf and c4xxvf to recognized QAT devices

Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
This commit is contained in:
Oleg Zhurakivskyy 2021-02-12 12:44:00 +00:00
parent 83d4789e5d
commit 5cea278170
2 changed files with 3 additions and 1 deletions

View File

@ -72,6 +72,8 @@ spec:
- c6xxvf
- c3xxxvf
- d15xxvf
- 4xxxvf
- c4xxvf
type: string
type: array
logLevel:

View File

@ -21,7 +21,7 @@ import (
// NOTE: json tags are required. Any new fields you add must have json tags for the fields to be serialized.
// +kubebuilder:validation:Enum=dh895xccvf;c6xxvf;c3xxxvf;d15xxvf
// +kubebuilder:validation:Enum={"dh895xccvf","c6xxvf","c3xxxvf","d15xxvf","4xxxvf","c4xxvf"}
// KernelVfDriver is a VF device driver for QuickAssist devices.
type KernelVfDriver string