You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send page size information to UFFD handler during handshake
When using a page-size agnostic UFFD handler, orchestration becomes
easier if Firecracker tells the UFFD handler about page size (instead of
some orchestrator having to tell both Firecracker and the UFFD handler
about the page size independently). Thus, send along the page size in
the initial payload that Firecracker sends to the UFFD handler (e.g. the
one also containing information about the memory regions).
We send the page size information for each region (even though
Firecracker does not support per-region configuration of huge pages)
for backward compatibility reasons (changing the top-level json object
from a list of region to a dictionary would be a breaking change, but
adding a field to each list entry is not).
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments