[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
This commit is contained in:
wu.chunyang 2020-12-16 22:22:30 +08:00
parent 0feaa2e63d
commit f1e7e652f5

View File

@ -49,7 +49,7 @@ config and regenerating your grub file.
As dpdk is a userspace networking library it requires userspace compatible As dpdk is a userspace networking library it requires userspace compatible
drivers to be able to control the physical interfaces on the platform. 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``. ``vfio_pci``.
While it is technically possible to use all 3 only ``uio_pci_generic`` and 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 ``vfio_pci`` are recommended for use with kolla. ``igb_uio`` is BSD licenced