netmap: bump ring size, still too small in FreeBSD

PR: https://forum.opnsense.org/index.php?topic=13436.0
This commit is contained in:
Franco Fichtner 2019-07-10 09:14:08 +02:00
parent 1268658b52
commit 815f865ea2
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ struct netmap_mem_d nm_mem = { /* Our memory allocator. */
.num = 100,
},
[NETMAP_RING_POOL] = {
.size = 9*PAGE_SIZE,
.size = 18*PAGE_SIZE,
.num = 200,
},
[NETMAP_BUF_POOL] = {