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
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