bgmac: implement scatter/gather support
authorFelix Fietkau <nbd@openwrt.org>
Mon, 23 Mar 2015 11:35:37 +0000 (12:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Mar 2015 20:56:28 +0000 (16:56 -0400)
commit9cde94506eacfcda570b6c304b8deae1a7191ee2
tree49b92aa376335f2cdd7a60efa7ee2f055445c3a0
parent45c9b3c09490ef4a4ac19df75b5919849423f3e7
bgmac: implement scatter/gather support

Always use software checksumming, since the hardware does not have any
checksum offload support.
This significantly improves local TCP tx performance.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bgmac.c