From 61856cba41f5d68c8223b5cf6f28c61d60094c4d Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 23 Oct 2023 20:59:04 -0400 Subject: [PATCH] [downstream-only] Support RH Virtio 1.0 network device For DPDK on virtualized environments, we need this device to be supported. This was added upstream but missed during a downstream sync because these files are only for OpenShift. Note that we already support RH Virtio network device. This new device is for the recent versions of QEMU. --- bundle/manifests/supported-nic-ids_v1_configmap.yaml | 1 + config/manifests/bases/sriov-network-operator_configmap.yaml | 1 + manifests/stable/supported-nic-ids_v1_configmap.yaml | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle/manifests/supported-nic-ids_v1_configmap.yaml b/bundle/manifests/supported-nic-ids_v1_configmap.yaml index f27f11f49..7978b57d0 100644 --- a/bundle/manifests/supported-nic-ids_v1_configmap.yaml +++ b/bundle/manifests/supported-nic-ids_v1_configmap.yaml @@ -30,6 +30,7 @@ data: Qlogic_qede_QL45000_25G: 1077 1656 1664 Qlogic_qede_QL45000_50G: 1077 1654 1664 Red_Hat_Virtio_network_device: 1af4 1000 1000 + Red_Hat_Virtio_1_0_network_device: 1af4 1041 1041 kind: ConfigMap metadata: name: supported-nic-ids diff --git a/config/manifests/bases/sriov-network-operator_configmap.yaml b/config/manifests/bases/sriov-network-operator_configmap.yaml index a95b8da9d..57e5ef020 100644 --- a/config/manifests/bases/sriov-network-operator_configmap.yaml +++ b/config/manifests/bases/sriov-network-operator_configmap.yaml @@ -33,3 +33,4 @@ data: Qlogic_qede_QL45000_25G: "1077 1656 1664" Qlogic_qede_QL45000_50G: "1077 1654 1664" Red_Hat_Virtio_network_device: "1af4 1000 1000" + Red_Hat_Virtio_1_0_network_device: "1af4 1041 1041" diff --git a/manifests/stable/supported-nic-ids_v1_configmap.yaml b/manifests/stable/supported-nic-ids_v1_configmap.yaml index 0422a855f..691d501c3 100644 --- a/manifests/stable/supported-nic-ids_v1_configmap.yaml +++ b/manifests/stable/supported-nic-ids_v1_configmap.yaml @@ -32,7 +32,8 @@ data: Qlogic_qede_QL41000: 1077 8070 8090 Qlogic_qede_QL45000_25G: 1077 1656 1664 Qlogic_qede_QL45000_50G: 1077 1654 1664 - Red_Hat_Virtio_network_device: "1af4 1000 1000" + Red_Hat_Virtio_network_device: 1af4 1000 1000 + Red_Hat_Virtio_1_0_network_device: 1af4 1041 1041 kind: ConfigMap metadata: name: supported-nic-ids