Difference between revisions of "VPP/Alternative builds"
From fd.io
< VPP
(Created page with "== vpp-lite == * A build without DPDK suitable for container deployment <nowiki>export PLATFORM=vpp_lite make build make run</nowiki>") |
(→vpp-lite) |
||
Line 1: | Line 1: | ||
== vpp-lite == | == vpp-lite == | ||
* A build without DPDK suitable for container deployment | * A build without DPDK suitable for container deployment | ||
+ | * [https://lists.fd.io/pipermail/vpp-dev/2016-March/000261.html vpp-dev email thread] | ||
<nowiki>export PLATFORM=vpp_lite | <nowiki>export PLATFORM=vpp_lite | ||
make build | make build | ||
make run</nowiki> | make run</nowiki> |
Revision as of 19:39, 2 May 2016
vpp-lite
- A build without DPDK suitable for container deployment
- vpp-dev email thread
export PLATFORM=vpp_lite make build make run