Why are we still building one .so file per DPDK library, instead of just building one big dpdk.so for all DPDK libraries? I think it's legacy from when DPDK libraries were versioned individually, and thus not relevant anymore.
Wouldn't building one big dpdk.so eliminate the problems with circular dependencies between DPDK libraries? -Morten