Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Starting with MOSK 25.2, the MOSK documentation set will cover all product layers, including MOSK management (formerly MCC). This means everything you need will be in one place. The separate MCC documentation site will be retired, so please update your bookmarks for continued easy access to the latest content.
Enable DPDK for Tungsten Fabric¶
Deprecated since MOSK 25.1
This section describes how to enable DPDK mode for the Tungsten Fabric (TF) vRouter.
To enable DPDK for TF, follow one of the procedures below depending on the API version used:
Install the
vfio-pci
(recommended) oruio_pci_generic
driver on the host operating system. For more information about drivers, see Linux Drivers.An example of the
DPDK_UIO_DRIVER
configuration:spec: services: vRouter: agentDPDK: enabled: true envSettings: dpdk: - name: DPDK_UIO_DRIVER value: vfio-pci
Open the TF Operator custom resource for editing:
kubectl -n tf edit tfoperators.tf.mirantis.com openstack-tf
Enable DPDK:
spec: services: vRouter: agentDPDK: enabled: true