From f1e7e652f5d7ca921e9be29a5481a6d315c72592 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Wed, 16 Dec 2020 22:22:30 +0800 Subject: [PATCH] [doc] Fix a typo in dpdk doc docs site cann't render it correctly without the space. see: https://docs.openstack.org/kolla-ansible/latest/reference/networking/dpdk.html trivial fix Change-Id: I3ebea8c1ab76f2aaac80f3e2f7a84cd69c018ae6 --- doc/source/reference/networking/dpdk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/reference/networking/dpdk.rst b/doc/source/reference/networking/dpdk.rst index bb6776d2af..478596a661 100644 --- a/doc/source/reference/networking/dpdk.rst +++ b/doc/source/reference/networking/dpdk.rst @@ -49,7 +49,7 @@ config and regenerating your grub file. As dpdk is a userspace networking library it requires userspace compatible drivers to be able to control the physical interfaces on the platform. -dpdk technically support 3 kernel drivers ``igb_uio``,``uio_pci_generic``, and +dpdk technically support 3 kernel drivers ``igb_uio``, ``uio_pci_generic`` and ``vfio_pci``. While it is technically possible to use all 3 only ``uio_pci_generic`` and ``vfio_pci`` are recommended for use with kolla. ``igb_uio`` is BSD licenced