Tungsten Fabric datapath vRouter supports high performance DPDK mode of operations, for which Tungsten Fabric vRouter utilises OpenSource DPDK libraries.


Standard Tungsten Fabric build process utilises contrail-dpdk which itself is a fork of dpdk source. however it includes extra bug fixes that are not yet upstream'd, enabling tungsten fabric to provide certain functionality which might not be available with upstream dpdk releases.
Recently community is looking forward to support and enable build process to be able to refer to a pre-compiled dpdk binary, which can be built out of upstream release code of dpdk or any other third party compiled dpdk library.

Alternate Build Process

This section tries to outline the changes done as part of TFB-1445, to enable Tungsten Fabric build with a pre-compiled dpdk library. This pre-compiled dpdk library however needs to satisfy following conditions

Once this DPDK compiled library is available, dpdk vrouter can be built using it by scons with option "--dpdk-dir=" pointing to the pre-compiled dpdk library.

As part of the standard Tungsten Fabric build process as well if environment variable "DPDK_BUILD_DIR" is set before triggering "make rpm".

Above build process expects following patches to be available in the codebase

Current Limitations