Missing step added to INSTALL.DPDK.md which prevents installation error message.
Signed-off-by: Michal Weglicki <michalx.wegli...@intel.com> --- INSTALL.DPDK.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md index c601358..0928e66 100644 --- a/INSTALL.DPDK.md +++ b/INSTALL.DPDK.md @@ -33,14 +33,22 @@ on Debian/Ubuntu) `CONFIG_RTE_BUILD_COMBINE_LIBS=y` + * Non IVSHMEM: + + `export DPDK_BUILD=$DPDK_DIR/x86_64-native-linuxapp-gcc` + + * IVSHMEM: + + `export DPDK_BUILD=$DPDK_DIR/x86_64-ivshmem-linuxapp-gcc` + Then run `make install` to build and install the library. For default install without IVSHMEM: - `make install T=x86_64-native-linuxapp-gcc` + `make install T=x86_64-native-linuxapp-gcc DESTDIR=$DPDK_BUILD/install` To include IVSHMEM (shared memory): - `make install T=x86_64-ivshmem-linuxapp-gcc` + `make install T=x86_64-ivshmem-linuxapp-gcc DESTDIR=$DPDK_BUILD/install` For further details refer to http://dpdk.org/ @@ -51,14 +59,6 @@ on Debian/Ubuntu) 3. Configure & build OVS: - * Non IVSHMEM: - - `export DPDK_BUILD=$DPDK_DIR/x86_64-native-linuxapp-gcc/` - - * IVSHMEM: - - `export DPDK_BUILD=$DPDK_DIR/x86_64-ivshmem-linuxapp-gcc/` - ``` cd $(OVS_DIR)/ ./boot.sh -- 1.9.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev