Hey Stephen, Thanks for your help previously, I am again having issues with passing shared libraries of dpdk.
I am getting the following error EAL: RTE_LPM tailq is already registered PANIC in tailqinitfn_rte_lpm_tailq(): Cannot initialize tailq: RTE_LPM Only when using dpdk as a shared library, I have tried many things but there is very little online about this, any suggestions would be appreciated! Thanks, Justin ____ Justin Tallon Ph.D. Software Radio Systems (SRS) http://www.softwareradiosystems.com +353-86-067-0753 | [email protected] On Tue, Dec 22, 2020 at 12:33 AM Stephen Hemminger < [email protected]> wrote: > On Tue, 22 Dec 2020 00:20:51 +0100 > Justin Tallon <[email protected]> wrote: > > > Hey Stephen, > > > > Thanks for the response, I have passed the directory of the dpdk library > as > > you said with the -d flag. > > > > However, when I did this, I get the following error. > > > > libdpdk.so: invalid ELF header > > > > any help with this would be appreciated. > > > > Regards, > > Justin > > > > You need to pass the individual pmd library name. > libdpdk.so is a linker script, not a real shared library. > It disappeared in later versions. >
