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
net: limit the size of the guest buffer in TX path
When we switched to using writev for copying a network packet from guest
memory to the tap device we dropped an (implicit) check for the size of
the TX frame. Reintroduce that check so that we ensure that we can catch
such errors early rather than rely on the underlying TAP device. This
also, controls the amount of memory we allocate in the Firecracker
process for copying frames that are destined for MMDS from guest memory
to Firecracker memory.
Signed-off-by: Babis Chalios <[email protected]>
0 commit comments