You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
makefile: support built with new version of dpdk
current makefile uses statically linked path for both CFLAGS and LDFLAGS.
Using `pkg-config` one can allow
- custom path by updating PKG_CONFIG_PATH
- supported from DPDK 19.11 LTS and higher
The fallback is to default (old) build CFLAGS and LDFLAGS.
in order to have external dependencies for libraries and PMD and support latest DPDK, my suggestion is to update makefile
this ensures we have fallback too
The text was updated successfully, but these errors were encountered: