Re: [Qemu-devel] [PATCH v2] net: increase buffer size to accommodate Jumbo frame pkts

2013-03-25 Thread Stefan Hajnoczi
On Mon, Mar 18, 2013 at 11:43:44AM -0700, sfel...@cumulusnetworks.com wrote: > From: Scott Feldman > > Socket buffer sizes were hard-coded to 4K for VDE and socket netdevs. Bump > this > up to 68K (ala tap netdev) to handle maximum GSO packet size (64k) plus plenty > of room for the ethernet an

[Qemu-devel] [PATCH v2] net: increase buffer size to accommodate Jumbo frame pkts

2013-03-18 Thread sfeldma
From: Scott Feldman Socket buffer sizes were hard-coded to 4K for VDE and socket netdevs. Bump this up to 68K (ala tap netdev) to handle maximum GSO packet size (64k) plus plenty of room for the ethernet and virtio_net headers. Originally, ran into this limitation when using -netdev UDP sockets