Skip to content

Commit

Permalink
netmap: bump ring size, still too small in FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 10, 2019
1 parent 1268658 commit 815f865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/netmap/netmap_mem2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit 815f865

Please sign in to comment.