aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorJohn Fraker <[email protected]>2023-11-27 16:26:47 -0800
committerJakub Kicinski <[email protected]>2023-11-29 08:32:36 -0800
commit513072fb4bf816686473eec897194ce6a28e53db (patch)
tree9b75518ce98b4444f5c9c507a254ec785f5fc706 /tools/testing/selftests/bpf/progs/test_autoload.c
parentce260cb114bbf65d53834c712729429b2233f5fd (diff)
gve: Add page size register to the register_page_list command.
This register is required on platforms with page sizes greater than 4k. This is because the tx side of the driver vmaps the entire queue page list of pages into a single flat address space, then uses the entire space. Without communicating the guest page size to the backend, the backend will only access the first 4k of each page in the queue page list. Signed-off-by: Jordan Kimbrough <[email protected]> Signed-off-by: John Fraker <[email protected]> Reviewed-by: Willem de Bruijn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions