linux/drivers/net/ethernet/3com
Eric Dumazet d2692eee05 net: typhoon: implement ndo_features_check method
Instead of disabling TSO at compile time if MAX_SKB_FRAGS > 32,
implement ndo_features_check() method for this driver for
a more dynamic handling.

If skb has more than 32 frags and is a GSO packet, force
software segmentation.

Most locally generated packets will use a small number
of fragments anyway.

For forwarding workloads, we can limit gro_max_size at ingress,
we might also implement gro_max_segs if needed.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-02-05 15:34:46 +00:00
..
3c59x.c ethernet: replace netdev->dev_addr 16bit writes 2021-10-14 09:22:27 -07:00
3c509.c ethernet: use eth_hw_addr_set() - casts 2021-10-02 14:18:26 +01:00
3c515.c ethernet: replace netdev->dev_addr 16bit writes 2021-10-14 09:22:27 -07:00
3c574_cs.c ethernet: replace netdev->dev_addr 16bit writes 2021-10-14 09:22:27 -07:00
3c589_cs.c ethernet: replace netdev->dev_addr 16bit writes 2021-10-14 09:22:27 -07:00
Kconfig make legacy ISA probe optional 2021-08-03 13:05:26 +01:00
Makefile
typhoon.c net: typhoon: implement ndo_features_check method 2022-02-05 15:34:46 +00:00
typhoon.h net: typhoon: Fix a typo Typoon --> Typhoon 2020-10-03 17:23:02 -07:00