Hello!
In the KVM Wiki page I found this information:
a) Is this something that could be relevant for performance tuning in Proxmox VE?
b) Is this already implemented?
THX
In the KVM Wiki page I found this information:
Code:
How to use get high performance with Virtio
get the latest drop from dpdk.org
add the librte_pmd_virtio Example
testpmd -c 0xff -n 1 \
-d librte_pmd_virtio.so \
-- \
--disable-hw-vlan --disable-rss \
-i --rxq=1 --txq=1 --rxd=256 --txd=256
a) Is this something that could be relevant for performance tuning in Proxmox VE?
b) Is this already implemented?
THX