From ee80c0abf39a57f2d92d4d5ffd1d57577d5c842b Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 5 Oct 2023 16:01:10 -0400 Subject: [PATCH] Add Virtio 1.0 network device as supported https://devicehunt.com/view/type/pci/vendor/1AF4/device/1041 https://qemu.readthedocs.io/en/master/specs/pci-ids.html Modern QEMU brings up virtio 1.0 network device, we need to support that for DPDK. --- deploy/configmap.yaml | 1 + deployment/sriov-network-operator/templates/configmap.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/deploy/configmap.yaml b/deploy/configmap.yaml index 41ce4c8095..5847e29e81 100644 --- a/deploy/configmap.yaml +++ b/deploy/configmap.yaml @@ -31,6 +31,7 @@ data: Broadcom_bnxt_BCM75508_2x100G: "14e4 1750 1806" 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" Marvell_OCTEON_TX2_CN96XX: "177d b200 b203" Marvell_OCTEON_TX2_CN98XX: "177d b100 b103" Marvell_OCTEON_Fusion_CNF95XX: "177d b600 b603" diff --git a/deployment/sriov-network-operator/templates/configmap.yaml b/deployment/sriov-network-operator/templates/configmap.yaml index 41ce4c8095..5847e29e81 100644 --- a/deployment/sriov-network-operator/templates/configmap.yaml +++ b/deployment/sriov-network-operator/templates/configmap.yaml @@ -31,6 +31,7 @@ data: Broadcom_bnxt_BCM75508_2x100G: "14e4 1750 1806" 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" Marvell_OCTEON_TX2_CN96XX: "177d b200 b203" Marvell_OCTEON_TX2_CN98XX: "177d b100 b103" Marvell_OCTEON_Fusion_CNF95XX: "177d b600 b603"