ports/net/dpdk-22.11/files/patch-kernel_freebsd_contigmem_contigmem.c
Bruce Richardson ab116e7b61 net/dpdk-22.11: New port: Data Plane Development Kit 22.11 (LTS)
DPDK is the open source Data Plane Development Kit that consists of
libraries to accelerate packet processing workloads running on a wide
variety of CPU architectures. It provides a set of data plane libraries
and network interface controller polling-mode drivers for offloading TCP
packet processing from the operating system kernel to processes running
in user space. This offloading achieves higher computing efficiency
and higher packet throughput than is possible using the
interrupt-driven processing provided in the kernel.

WWW: https://www.dpdk.org/

Changelog: https://doc.dpdk.org/guides/rel_notes/release_22_11.html

PR:		272133
2023-11-18 10:24:50 +01:00

20 lines
371 B
C

--- kernel/freebsd/contigmem/contigmem.c.orig 2023-05-20 00:00:38 UTC
+++ kernel/freebsd/contigmem/contigmem.c
@@ -111,7 +111,7 @@ static int
};
static int
-contigmem_load()
+contigmem_load(void)
{
char index_string[8], description[32];
int i, error = 0;
@@ -178,7 +178,7 @@ static int
}
static int
-contigmem_unload()
+contigmem_unload(void)
{
int i;