DPDK libs as one big shared object

Morten Brørup mb at smartsharesystems.com
Mon Jun 16 18:14:49 CEST 2025


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



More information about the dev mailing list