summaryrefslogtreecommitdiff
path: root/Documentation/intro
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/intro')
-rw-r--r--Documentation/intro/install/afxdp.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/intro/install/afxdp.rst b/Documentation/intro/install/afxdp.rst
index 99003e4db..3c8f78825 100644
--- a/Documentation/intro/install/afxdp.rst
+++ b/Documentation/intro/install/afxdp.rst
@@ -146,11 +146,20 @@ Make sure the libbpf.so is installed correctly::
ldconfig
ldconfig -p | grep libbpf
+.. note::
+ Check /etc/ld.so.conf if libbpf is installed but can not be found by
+ ldconfig.
+
Third, ensure the standard OVS requirements are installed and
bootstrap/configure the package::
./boot.sh && ./configure --enable-afxdp
+.. note::
+ If you encounter "WARNING: bpf/libbpf.h: present but cannot be compiled",
+ check the Linux headers are in line with libbpf. For example, in Ubuntu,
+ check the installed linux-headers* and linux-libc-dev* dpkg.
+
Finally, build and install OVS::
make && make install