Re: [dpdk-dev] [PATCH v4 1/2] devtools: add path to additional shared object files

2020-01-10 Thread Aaron Conole
Ruifeng Wang writes: > Drivers librte_mempool_ring.so and librte_pmd_null.so are loaded by > librte_eal.so when running testpmd. > In Ubuntu Xenial, driver path is installed to RPATH on testpmd. This > allows librte_eal.so to find drivers by using the RPATH. > However, in Ubuntu Bionic, driver pa

[dpdk-dev] [PATCH v4 1/2] devtools: add path to additional shared object files

2020-01-10 Thread Ruifeng Wang
Drivers librte_mempool_ring.so and librte_pmd_null.so are loaded by librte_eal.so when running testpmd. In Ubuntu Xenial, driver path is installed to RPATH on testpmd. This allows librte_eal.so to find drivers by using the RPATH. However, in Ubuntu Bionic, driver path is installed to RUNPATH instea