OSDN Git Service

Merge branch 'gve-jumbo-frame'
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2021 13:13:12 +0000 (14:13 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2021 13:13:12 +0000 (14:13 +0100)
commit6df5713e050b7d7d3f7d1bc9e169c425ed4d2d9e
tree272ef2e30479af02cab48c379d9aa82bb271534b
parent233cdfbac8bc9bc5d0cddd7d68a3ddb13c619821
parent255489f5b33ccec046be689dd45b5ccdec2b2a32
Merge branch 'gve-jumbo-frame'

Jeroen de Borst says:

====================
gve: Add jumbo-frame support for GQ

This patchset introduces jumbo-frame support for the GQ queue format.
The device already supports jumbo-frames on TX. This introduces
multi-descriptor RX packets using a packet continuation bit.

A widely deployed driver has a bug with causes it to fail to load
when a MTU greater than 2048 bytes is configured. A jumbo-frame device
option is introduced to pass a jumbo-frame MTU only to drivers that
support it.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>