Skip to content
Snippets Groups Projects
Commit f1e7e652 authored by wu.chunyang's avatar wu.chunyang
Browse files

[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
parent 0feaa2e6
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ config and regenerating your grub 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment