Hello. This is my first time asking a question.
The DXi-V5000 installation is complete.
The HW is equipped with one 10GbE x 2port PCI card.
Therefore, the base OS (Rocky 8.6) recognizes two 10GbE ports (eno1, eno2).
[root@DXiV_host ~]# ethtool eno1 |grep Speed
Speed: 10000Mb/s
[root@DXiV_host ~]# ethtool eno2 |grep Speed
Speed: 10000Mb/s
However, when I bridge them and display them on the guest machine's DXi-V5000, it is all 1GbE.
※eth2 is a bridged eno1, eth3 is a bridged eno2
How can I use it as 10GbE on the DXi-V5000?
The bridge driver uses “virtio”.
Please help me.
Takanori.M