aboutsummaryrefslogtreecommitdiff
path: root/net/dpdk/files
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-12-03 20:55:17 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-12-03 20:55:17 +0000
commitd2cfa90a66107ae74d3b3d4b9cb65cc6412d135d (patch)
treefb150b9dc18944660a25b0e9a066c4b345b0ab5e /net/dpdk/files
parent073ee71b9309781cbdf7ff25642319cbbfb5e308 (diff)
downloadports-d2cfa90a66107ae74d3b3d4b9cb65cc6412d135d.tar.gz
ports-d2cfa90a66107ae74d3b3d4b9cb65cc6412d135d.zip
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/
Notes
Notes: svn path=/head/; revision=518967
Diffstat (limited to 'net/dpdk/files')
-rw-r--r--net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c15
-rw-r--r--net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c10
2 files changed, 0 insertions, 25 deletions
diff --git a/net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c b/net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c
deleted file mode 100644
index 2ffe754e4f51..000000000000
--- a/net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- kernel/freebsd/contigmem/contigmem.c.orig 2018-09-05 14:29:02 UTC
-+++ kernel/freebsd/contigmem/contigmem.c
-@@ -9,9 +9,12 @@
- #include <sys/bio.h>
- #include <sys/bus.h>
- #include <sys/conf.h>
-+#include <sys/eventhandler.h>
- #include <sys/kernel.h>
-+#include <sys/lock.h>
- #include <sys/malloc.h>
- #include <sys/module.h>
-+#include <sys/mutex.h>
- #include <sys/proc.h>
- #include <sys/rwlock.h>
- #include <sys/systm.h>
diff --git a/net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c b/net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c
deleted file mode 100644
index c4bfd8f797ab..000000000000
--- a/net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- kernel/freebsd/nic_uio/nic_uio.c.orig 2018-09-05 14:29:02 UTC
-+++ kernel/freebsd/nic_uio/nic_uio.c
-@@ -9,6 +9,7 @@
- #include <sys/kernel.h> /* types used in module initialization */
- #include <sys/conf.h> /* cdevsw struct */
- #include <sys/bus.h> /* structs, prototypes for pci bus stuff and DEVMETHOD */
-+#include <sys/lock.h> /* used by vm_pager.h => MPASS() */
- #include <sys/rman.h>
- #include <sys/systm.h>
- #include <sys/rwlock.h>