# DPDK doesn't call pkg-config to find cuda.
# Give it some help by providing header directories.
export CFLAGS="$CFLAGS $(pkg-config cuda --cflags-only-I)"
