aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Mazur <mkm@semihalf.com>2018-01-04 21:10:23 +0100
committerMichal Mazur <mkm@semihalf.com>2018-01-08 15:29:23 +0100
commitfee373a0f71824aa3aceaacea3033864f555b9ca (patch)
tree1619f4efd5efd1fd1e5a7c0cfd53dfca9e100891
parent6009022c160586ba9670c57f13ef1dfa0cbc1575 (diff)
odp: Update readme file
Remove odp-linux from supported implementations. Change-Id: Ie83ab7314bcbd359bb3071743b9eb2b8d3df6a5e Signed-off-by: Michal Mazur <mkm@semihalf.com>
-rw-r--r--README.vppodp32
1 files changed, 4 insertions, 28 deletions
diff --git a/README.vppodp b/README.vppodp
index d98c3663..070cb400 100644
--- a/README.vppodp
+++ b/README.vppodp
@@ -11,35 +11,11 @@ odp4vpp project aims to provide VPP with an additional vnet device based on Open
#Build Procedure:
----------------
-The source code add support to build VPP with either odp-linux or odp-dpdk.
+The source code add support to build VPP with odp-dpdk implementation.
+Generic odp-linux is not supported as it keeps user area outside packet buffer.
+VPP requires the user area (used to store vlib_buffer_t) to be located just before packet data.
-1)Build vpp with odp-linux:
----------------------------
-Build the odp linux package by compiling odp from odp git repository:
-
-git clone https://git.linaro.org/lng/odp.git
-
-Follow the README steps for complete build.
-
-cd odp
-./bootstrap
-./configure --prefix= <odp-install-path>
-make install
-
-Set the environment variables with ODP config:
-
-export PLATFORM=odp
-export ODP_INST_PATH=<odp-install-path>
-
-Build vpp:
-Follow the README steps for complete build.
-
-cd vpp
-make install-dep
-make build
-make run
-
-2)Build vpp with odp-dpdk:
+Build vpp with odp-dpdk:
--------------------------
Build the odp-dpdk package by compiling odp-dpdk from odp-dpdk git repository: