From fee373a0f71824aa3aceaacea3033864f555b9ca Mon Sep 17 00:00:00 2001 From: Michal Mazur Date: Thu, 4 Jan 2018 21:10:23 +0100 Subject: [PATCH] odp: Update readme file Remove odp-linux from supported implementations. Change-Id: Ie83ab7314bcbd359bb3071743b9eb2b8d3df6a5e Signed-off-by: Michal Mazur --- README.vppodp | 32 ++++---------------------------- 1 file 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= -make install - -Set the environment variables with ODP config: - -export PLATFORM=odp -export ODP_INST_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: -- 2.16.6