Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtio-vsock: add max payload size config field #140

Open
lauralt opened this issue Apr 29, 2022 · 1 comment
Open

virtio-vsock: add max payload size config field #140

lauralt opened this issue Apr 29, 2022 · 1 comment

Comments

@lauralt
Copy link
Contributor

lauralt commented Apr 29, 2022

Added a new field to the vsock device config space that
is limiting the size of the packet payload. This way
the driver is not allowed to allocate huge buffers, and
potentially fill up the entire memory.
Also defined a new feature bit for this, VIRTIO_VSOCK_F_SIZE_MAX,
in order to keep backwards compatibility.

https://lists.oasis-open.org/archives/virtio-comment/202206/msg00030.html

@cohuck
Copy link
Contributor

cohuck commented Jun 13, 2022

BALLOT CREATED AT URL: https://www.oasis-open.org/committees/ballot.php?id=3703

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants