Re: [PATCH bpf-next v6 11/12] samples/bpf: use hugepages in xdpsock app
From: Jonathan Lemon <hidden>
Date: 2019-08-30 15:51:15
Also in:
bpf, intel-wired-lan
From: Jonathan Lemon <hidden>
Date: 2019-08-30 15:51:15
Also in:
bpf, intel-wired-lan
On 26 Aug 2019, at 19:25, Kevin Laatz wrote:
This patch modifies xdpsock to use mmap instead of posix_memalign. With this change, we can use hugepages when running the application in unaligned chunks mode. Using hugepages makes it more likely that we have physically contiguous memory, which supports the unaligned chunk mode better. Signed-off-by: Kevin Laatz <redacted>
Acked-by: Jonathan Lemon <redacted>