commit | 5b01e886d9eb4d5e94384a79634dcb43848e7bbf | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Mon May 18 12:05:44 2009 +0100 |
committer | Mark McLoughlin <markmc@redhat.com> | Tue Jun 09 11:38:49 2009 +0100 |
tree | 33ebabea9cfe1feed3d1c9b0b6ac6dc6d38bcaa7 | |
parent | 5a6d88157420d7f10b46270edabbeed11ee4ebe5 [diff] |
net: move the tap buffer into TAPState KVM uses a 64k buffer for reading from tapfd (for GSO support) and allocates the buffer with TAPState rather than on the stack. Not allocating it on the stack probably makes sense for qemu anyway, so merge it in advance of GSO support. Signed-off-by: Mark McLoughlin <markmc@redhat.com>