Vmware

Install VM with multipass on OS X

multipass? Multipass is a lightweight VM manager for Linux, Windows and macOS. It’s designed for developers who want a fresh Ubuntu environment with a single command. It uses KVM on Linux, Hyper-V on Windows and HyperKit on macOS to run the VM with minimal overhead. It can also use VirtualBox on Windows and macOS. Multipass will fetch images for you and keep them up to date. Since it supports metadata for cloud-init, you can simulate a small cloud deployment on your laptop or workstation.

Running DPDK on VMware Fusion

VirtualBox supports emulated e1000 NIC for VM while VMware fusion does not. VMware Fusion’s VM setting does not support configuring of NIC HW type. The NIC HW is PCnet32 which is not supported by DPDK. However, we can change NIC HW type by editing VM configuration file directly. Refer : How to emulate 10 Gbps NIC in a VMware Fusion VM Edit vmx file to VMX file is in where vmware image located