ac277af97d
This patch adds compilation and installation of VPP. Note that it removes one of VPP config files, that is responsible for setting up hugepages. It is already done with setup.sh script. Parameters kernel.shmmax and vm.max_map_count were set to low count and causing issues with hugepage total sizes above 1GB. Change-Id: Ic6c31f4192c654672e36c4131e34eb5b8aaac022 Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-on: https://review.gerrithub.io/404144 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Seth Howell <seth.howell5141@gmail.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
SPDK Documentation
The current version of the SPDK documentation can be found online at http://www.spdk.io/doc/
Building the Documentation
To convert the documentation into HTML run make
in the doc
directory. The output will be located in doc/output/html
. Before
running make
ensure all pre-requisites are installed. See
Installing Prerequisites
for more details.