Procedure
-
Locate the OVS folder in the unpacked Link-Virtualization™ Software package directory and change
to that directory.
For example:
cd <package_root_directory>/ovs-hwaccel/ovs-hwaccel-<version>
where:- package_root_directory is the path to the unpacked Napatech package
- version is the version identifier of the included OVS package
-
Compile and install OVS.
./boot.sh ./configure --with-dpdk=shared CFLAGS="-Ofast -msse4.2 -mpopcnt" make make install
-
Verify that the OVS package is installed.
which ovsdb-tool
The default OVS installation directory is /usr/local/bin/.An output example:/usr/local/bin/ovsdb-tool