linux/drivers/net/ethernet/google/gve
Shailend Chand 255489f5b3 gve: Add a jumbo-frame device option.
A widely deployed driver has a bug that will cause the driver not
to load when a max_mtu > 2048 is present in the device descriptor.

To avoid this bug while still enabling jumbo frames, we present a lower
max_mtu in the device descriptor and pass the actual max_mtu in
a separate device option.

The driver supports 2 different queue formats. To enable features
on one queue format, but not the other, a supported_features mask
was added to the device options in the device descriptor.

Signed-off-by: Shailend Chand <shailend@google.com>
Signed-off-by: Jeroen de Borst <jeroendb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-10-25 14:13:12 +01:00
..
gve_adminq.c gve: Add a jumbo-frame device option. 2021-10-25 14:13:12 +01:00
gve_adminq.h gve: Add a jumbo-frame device option. 2021-10-25 14:13:12 +01:00
gve_desc_dqo.h gve: Add dqo descriptors 2021-06-24 12:47:37 -07:00
gve_desc.h gve: Implement packet continuation for RX. 2021-10-25 14:13:12 +01:00
gve_dqo.h gve: DQO: Add TX path 2021-06-24 12:47:38 -07:00
gve_ethtool.c gve: Implement packet continuation for RX. 2021-10-25 14:13:12 +01:00
gve_main.c gve: Implement packet continuation for RX. 2021-10-25 14:13:12 +01:00
gve_register.h gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags. 2020-09-11 14:31:54 -07:00
gve_rx_dqo.c gve: Implement packet continuation for RX. 2021-10-25 14:13:12 +01:00
gve_rx.c gve: Implement packet continuation for RX. 2021-10-25 14:13:12 +01:00
gve_tx_dqo.c gve: DQO: avoid unused variable warnings 2021-09-28 15:24:36 +01:00
gve_tx.c gve: Do lazy cleanup in TX path 2021-10-11 23:25:35 +01:00
gve_utils.c gve: Implement packet continuation for RX. 2021-10-25 14:13:12 +01:00
gve_utils.h gve: Implement packet continuation for RX. 2021-10-25 14:13:12 +01:00
gve.h gve: Implement packet continuation for RX. 2021-10-25 14:13:12 +01:00
Makefile gve: DQO: Add core netdev features 2021-06-24 12:47:38 -07:00