summaryrefslogtreecommitdiff
path: root/Documentation/intro
diff options
context:
space:
mode:
authorYi-Hung Wei <yihung.wei@gmail.com>2021-02-03 16:27:32 -0800
committerIlya Maximets <i.maximets@ovn.org>2021-02-05 18:29:27 +0100
commit9acbdd65cdcf34721766a79906a4efba6cfcfbc9 (patch)
tree5ad69dde2715e7f74f8e1b7f4801aebcec563bb4 /Documentation/intro
parent498cf3eaed1cc8e163876e23ecf333c392079778 (diff)
downloadopenvswitch-9acbdd65cdcf34721766a79906a4efba6cfcfbc9.tar.gz
rhel: Add option to enable AF_XDP on rpm package.
This patch adds an RPMBUILD_OPT so that user can enable AF_XDP support in the rpm package by: $ make rpm-fedora RPMBUILD_OPT="--with afxdp" Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com> Acked-by: William Tu <u9012063@gmail.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation/intro')
-rw-r--r--Documentation/intro/install/fedora.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/intro/install/fedora.rst b/Documentation/intro/install/fedora.rst
index 4a2f3507c..06a0bd3d5 100644
--- a/Documentation/intro/install/fedora.rst
+++ b/Documentation/intro/install/fedora.rst
@@ -117,6 +117,13 @@ can be added:
$ make rpm-fedora RPMBUILD_OPT="--with dpdk --without check"
+To enable AF_XDP support in the openvswitch package, the ``--with afxdp``
+option can be added:
+
+::
+
+ $ make rpm-fedora RPMBUILD_OPT="--with afxdp --without check"
+
You can also have the above commands automatically run the Open vSwitch unit
tests. This can take several minutes.