On Wed, 19 Mar 2025 21:52:39 +0000 "Lombardo, Ed" <ed.lomba...@netscout.com> wrote:
> Hi Stephen, > I added the fib library, but I now see there are many more dpdk libraries I > need to add. Is this typically the case with the example files working with > primary DPDK application? > > I am using meson and ninja to build the examples, but I don't know how to > know the library dependencies. > > How do I learn ahead of building my Application as to what extra libraries I > need to include for the DPDK example to work? > > I am doing incremental build-test-find_missing_library. > > So far, I needed to add these: -lrte_fib -lrte_rib -lrte_stack -lrte_member > -lrte_efd > > Thanks, > Ed The typical case is to make sure that primary and secondary are built with the same libraries.