doc/vpp: update vpp document and configuration
Update the configure and doc for VPP. Change-Id: I922c02de108abd4bd4ac0c853b49080e449539cd Signed-off-by: Liang Yan <liang.z.yan@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453758 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Ziye Yang <ziye.yang@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com>
This commit is contained in:
parent
42fe2e9b24
commit
985169456b
2
configure
vendored
2
configure
vendored
@ -57,7 +57,7 @@ function usage()
|
|||||||
echo " reduce Required to build vbdev compression module."
|
echo " reduce Required to build vbdev compression module."
|
||||||
echo " No path required."
|
echo " No path required."
|
||||||
echo " vpp Required to build VPP net module."
|
echo " vpp Required to build VPP net module."
|
||||||
echo " example: /vpp_repo/build-root/install-vpp-native/vpp"
|
echo " example: /vpp_repo/build-root/rpmbuild/vpp-18.01.1.0/build-root/install-vpp-native/vpp"
|
||||||
echo " rbd [disabled]"
|
echo " rbd [disabled]"
|
||||||
echo " No path required."
|
echo " No path required."
|
||||||
echo " rdma [disabled]"
|
echo " rdma [disabled]"
|
||||||
|
@ -31,7 +31,7 @@ make pkg-rpm
|
|||||||
|
|
||||||
Alternatively, build and create .deb packages
|
Alternatively, build and create .deb packages
|
||||||
~~~
|
~~~
|
||||||
make pkg-deb
|
make bootstrap && make pkg-deb
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Packages can be found in `vpp/build-root/` directory.
|
Packages can be found in `vpp/build-root/` directory.
|
||||||
@ -120,7 +120,12 @@ configure --with-vpp
|
|||||||
Alternatively, directory with built libraries can be pointed at
|
Alternatively, directory with built libraries can be pointed at
|
||||||
and will be used for compilation instead of installed packages.
|
and will be used for compilation instead of installed packages.
|
||||||
~~~
|
~~~
|
||||||
configure --with-vpp=/path/to/vpp/repo/build-root/vpp
|
configure --with-vpp=/path/to/vpp/repo/build-root/rpmbuild/vpp-18.01.1.0/build-root/install-vpp-native/vpp
|
||||||
|
~~~
|
||||||
|
|
||||||
|
Alternatively, in Debian/Ubuntu system, the vpp path is different.
|
||||||
|
~~~
|
||||||
|
configure --with-vpp=/path/to/vpp/repo/build-root/install-vpp-native/vpp
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
# 5. Running SPDK with VPP {#vpp_running_with_spdk}
|
# 5. Running SPDK with VPP {#vpp_running_with_spdk}
|
||||||
|
Loading…
Reference in New Issue
Block a user