if you want to run DPDK-app in VM, configure /etc/default/grub to enable VT-d in BIOS settings sudo vi /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="iommu=pt…
convert raw image to qcow2 image qemu-img convert -f raw -O qcow2 source.img target.qcow2 https://docs.openstack.org/image-guide/convert-images.html register image to glance in…
download appropriate Mellanox's linux driver from the below URL Linux Drivers(MLNX_OFED) downloadhttp://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_driversFYI.below driver supports 10Gbps, 40Gbps and 56Gbps per port,…
Intel 82599ES 10G NIC SR-IOV support: yeshttps://www.intel.com/content/www/us/en/support/articles/000005722/network-and-i-o/ethernet-products.htmlhttps://www.intel.com.au/content/dam/doc/design-guide/82599-sr-iov-driver-companion-guide.pdfyou can also verify if the NIC supports SR-IOV with lspci command lspci -s…
install netdata, just run as below as a non-priviledged user bash <(curl -Ss https://my-netdata.io/kickstart.sh) all https://github.com/firehol/netdata/wiki/Installation in case of charts.d…