Hi,
In the 24.11.1 build, I have specific questions
1) I need the DPDK output in static lib format. How can I switch off the shared lib build?
2) I need to build librte_kni. a - Is this module deprecated in DPDK 24.11.1
3) How can I enable librte_pmd_* modules? In the driver/net folder, many pmd are available, but none of them are built in the default ninja build.?
How to enable this?
I used the build steps listed below
cd dpdk
meson build
ninja -C build
Will you please help?