Skip to content

Commit

Permalink
Improvements and corrections
Browse files Browse the repository at this point in the history
- Add flow diagram.

- Remove reference to IPU E2100.

Signed-off-by: Derek G Foster <[email protected]>
  • Loading branch information
ffoulkes committed Sep 12, 2023
1 parent d5065b4 commit 8a42e50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file added docs/scripts/make-all-build-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions docs/scripts/make-all.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ make-all.sh

Helper script to build and install the P4 Control Plane software.

Build flow
==========

The script builds and installs Open vSwitch (OVS), and then builds and
installs the rest of P4 Control Plane.

.. image:: make-all-build-flow.png

Syntax
======

Expand Down Expand Up @@ -74,15 +82,15 @@ Paths

``--prefix=PREFIX``, ``-P PREFIX``
Directory in which P4 Control Plane will be installed.

The directory will be created if it does not exist.

May be the same as the ``--ovs`` option, in which case OVS and
P4 Control Plane will be installed to the same directory tree.
Specifies the value of the ``CMAKE_INSTALL_PREFIX`` variable when
building P4 Control Plane.

``--sde=SDE``, ``-S SDE``
Directory in which the SDK for the Intel® E2100 IPU is installed.
Directory in which the SDK for the P4 target is installed.

Supplies the value of the ``SDE_INSTALL_DIR`` listfile variable.
Defaults to the value of the ``SDE_INSTALL`` environment variable.
Expand Down

0 comments on commit 8a42e50

Please sign in to comment.