Install Fastcapa
After you enabled transparent huge pages, and installed both DPDK and librdkafka, you can install Fastcapa.
After you enabled transparent huge pages, and installed both DPDK and librdkafka, you can install Fastcapa.
export RTE_SDK=$DPDK_HOME/share/dpdk/
export RTE_TARGET=x86_64-native-linuxapp-gcc
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RDK_HOME
cd metron/metron-sensors/fastcapa
make
build/app/fastcapa
.