Files
linuxkit/alpine/packages/tap-vsockd
David Scott c6eecc3feb tap-vsockd: allocate payload separately for better alignment
Previously we allocated `sizeof(struct ring) + size`. This patch
allocates `sizeof(struct ring)` and then `size` for the payload
separately. Hopefully the payload will be better aligned.

Signed-off-by: David Scott <dave.scott@docker.com>
2017-01-23 14:44:34 +00:00
..
2017-01-23 12:17:52 +00:00
2016-09-16 11:02:29 +01:00
2017-01-23 12:17:52 +00:00
2017-01-23 12:17:52 +00:00