Skip to content

Commit e32674d

Browse files
committed
mark dlb and fpga as deprecated
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 6dc1b2b commit e32674d

File tree

9 files changed

+13
-7
lines changed

9 files changed

+13
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ discrete and integrated Intel GPU device files.
5757
The demo subdirectory contains both a [GPU plugin demo video](demo/readme.md#intel-gpu-device-plugin-demo-video)
5858
and an OpenCL sample deployment (`intelgpu-job.yaml`).
5959

60-
### FPGA Device Plugin
60+
### FPGA Device Plugin (deprecated)
6161

6262
The [FPGA device plugin](cmd/fpga_plugin/README.md) supports FPGA passthrough for
6363
the following hardware:
@@ -173,7 +173,7 @@ type [memory](https://kubernetes.io/docs/concepts/configuration/manage-resources
173173
The [DSA device plugin](cmd/dsa_plugin/README.md) supports acceleration using
174174
the Intel Data Streaming accelerator(DSA).
175175

176-
### DLB Device Plugin
176+
### DLB Device Plugin (deprecated)
177177

178178
The [DLB device plugin](cmd/dlb_plugin/README.md) supports Intel Dynamic Load
179179
Balancer accelerator(DLB).

cmd/dlb_plugin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Table of Contents
1010

1111
## Introduction
1212

13+
**NOTICE**: Intel DLB plugin has been deprecated.
14+
1315
This Intel DLB device plugin provides support for [Intel DLB](https://builders.intel.com/docs/networkbuilders/SKU-343247-001US-queue-management-and-load-balancing-on-intel-architecture.pdf) devices under Kubernetes.
1416

1517
### DLB2 driver configuration for PFs

cmd/fpga_crihook/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Table of Contents
88

99
## Introduction
1010

11+
**NOTICE**:: Intel FPGA plugin has been deprecated.
12+
1113
The FPGA CDI hook is one of the components used to add support for Intel FPGA
1214
devices to Kubernetes.
1315

cmd/fpga_plugin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Table of Contents
1212

1313
## Introduction
1414

15+
**NOTICE**: Intel FPGA plugin has been deprecated.
16+
1517
This FPGA device plugin is part of a collection of Kubernetes components found within this
1618
repository that enable integration of Intel FPGA hardware into Kubernetes.
1719

deployments/operator/crd/bases/deviceplugin.intel.com_dlbdeviceplugins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
schema:
3232
openAPIV3Schema:
3333
description: |-
34-
DlbDevicePlugin is the Schema for the dlbdeviceplugins API. It represents
34+
DEPRECATED: DlbDevicePlugin is the Schema for the dlbdeviceplugins API. It represents
3535
the DLB device plugin responsible for advertising Intel DLB hardware resources to
3636
the kubelet.
3737
properties:

deployments/operator/crd/bases/deviceplugin.intel.com_fpgadeviceplugins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
schema:
3232
openAPIV3Schema:
3333
description: |-
34-
FpgaDevicePlugin is the Schema for the fpgadeviceplugins API. It represents
34+
DEPRECATED: FpgaDevicePlugin is the Schema for the fpgadeviceplugins API. It represents
3535
the FPGA device plugin responsible for advertising Intel FPGA hardware resources to
3636
the kubelet.
3737
properties:

pkg/apis/deviceplugin/v1/dlbdeviceplugin_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type DlbDevicePluginStatus struct {
7373
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`
7474
// +operator-sdk:csv:customresourcedefinitions:displayName="Intel DLB Device Plugin"
7575

76-
// DlbDevicePlugin is the Schema for the dlbdeviceplugins API. It represents
76+
// DEPRECATED: DlbDevicePlugin is the Schema for the dlbdeviceplugins API. It represents
7777
// the DLB device plugin responsible for advertising Intel DLB hardware resources to
7878
// the kubelet.
7979
type DlbDevicePlugin struct {

pkg/apis/deviceplugin/v1/fpgadeviceplugin_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ type FpgaDevicePluginStatus struct {
7777
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`
7878
// +operator-sdk:csv:customresourcedefinitions:displayName="Intel FPGA Device Plugin"
7979

80-
// FpgaDevicePlugin is the Schema for the fpgadeviceplugins API. It represents
80+
// DEPRECATED: FpgaDevicePlugin is the Schema for the fpgadeviceplugins API. It represents
8181
// the FPGA device plugin responsible for advertising Intel FPGA hardware resources to
8282
// the kubelet.
8383
type FpgaDevicePlugin struct {

pkg/apis/fpga/v2/fpgaregion_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type FpgaRegion struct {
4343

4444
// +kubebuilder:object:root=true
4545

46-
// FpgaRegionList is a list of FpgaRegion resources.
46+
// DEPRECATED: FpgaRegionList is a list of FpgaRegion resources.
4747
type FpgaRegionList struct {
4848
metav1.TypeMeta `json:",inline"`
4949
metav1.ListMeta `json:"metadata,omitempty"`

0 commit comments

Comments
 (0)