Created attachment 209555 [details] patch to update port to v19.11 Updating DPDK to 19.11 released just last week. As part of the update the build system was changed from using make to meson/ninja, which simplifies large parts of the port makefile, and will be the build system for DPDK going forward.
testbuilds@work
Should 'make test' work ?
(In reply to Kurt Jaeger from comment #2) The autotest binary is not built by default in the port, but if enables unit tests will run if you do "make test". Unfortunately, these are not as stable as they probably should be (both on Linux and FreeBSD), so I'd expect quite a number of failures if they were all to run.
Committed, thanks!
A commit references this bug: Author: pi Date: Tue Dec 3 20:55:17 UTC 2019 New revision: 518967 URL: https://svnweb.freebsd.org/changeset/ports/518967 Log: net/dpdk: upgrade 18.05.1 -> 19.11 - As part of the update the build system was changed from using make to meson/ninja, which simplifies large parts of the port makefile, and will be the build system for DPDK going forward. PR: 242325 Submitted by: Bruce Richardson <bruce.richardson@intel.com> (maintainer) Relnotes: http://doc.dpdk.org/guides/rel_notes/release_19_11.html https://www.dpdk.org/blog/2019/11/29/dpdk-19-08-is-now-available-biggest-release-of-2019-2/ Changes: head/net/dpdk/Makefile head/net/dpdk/distinfo head/net/dpdk/files/ head/net/dpdk/pkg-plist