Skip to content

Commit

Permalink
[downstream-only] Support RH Virtio 1.0 network device
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EmilienM authored and zeeke committed Oct 26, 2023
1 parent 342a7c7 commit 61856cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions bundle/manifests/supported-nic-ids_v1_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 2 additions & 1 deletion manifests/stable/supported-nic-ids_v1_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 61856cb

Please sign in to comment.