]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/dpdk/doc/guides/linux_gsg/linux_drivers.rst
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / doc / guides / linux_gsg / linux_drivers.rst
index 695edbb13d1e31174e1131986f57eef302036f3a..d40b495c1d4723c2f1a41eb69e658dbb782ab60e 100644 (file)
@@ -36,6 +36,12 @@ be loaded as shown below:
     sudo modprobe uio
     sudo insmod kmod/igb_uio.ko
 
+.. note::
+
+   ``igb_uio`` module is disabled by default starting from ``DPDK v20.02``.
+   To build it, the config option ``CONFIG_RTE_EAL_IGB_UIO`` should be enabled.
+   It is planned to move ``igb_uio`` module to a different git repository.
+
 .. note::
 
     For some devices which lack support for legacy interrupts, e.g. virtual function
@@ -108,7 +114,7 @@ Such model has the following benefits:
 
 More about the bifurcated driver can be found in
 `Mellanox Bifurcated DPDK PMD
-<https://dpdksummit.com/Archive/pdf/2016Userspace/Day02-Session04-RonyEfraim-Userspace2016.pdf>`__.
+<https://www.dpdk.org/wp-content/uploads/sites/35/2016/10/Day02-Session04-RonyEfraim-Userspace2016.pdf>`__.
 
 .. _linux_gsg_binding_kernel: