Re: [PATCH net] atl2: Disable unimplemented scatter/gather feature

2016-04-21 Thread David Miller
From: Ben Hutchings Date: Wed, 20 Apr 2016 23:23:08 +0100 > atl2 includes NETIF_F_SG in hw_features even though it has no support > for non-linear skbs. This bug was originally harmless since the > driver does not claim to implement checksum offload and that used to > be a requirement for SG. >

[PATCH net] atl2: Disable unimplemented scatter/gather feature

2016-04-20 Thread Ben Hutchings
atl2 includes NETIF_F_SG in hw_features even though it has no support for non-linear skbs. This bug was originally harmless since the driver does not claim to implement checksum offload and that used to be a requirement for SG. Now that SG and checksum offload are independent features, if you exp