Re: [PATCH 2/2] net: ll_temac: fix checksum offload logic
From: David Miller <davem@davemloft.net>
Date: 2010-05-27 03:45:09
Also in:
netdev
From: David Miller <davem@davemloft.net>
Date: 2010-05-27 03:45:09
Also in:
netdev
aFrom: John Linn [off-list ref] Date: Wed, 26 May 2010 11:29:19 -0600
The current checksum offload code does not work and this corrects that functionality. It also updates the interrupt coallescing initialization so than there are fewer interrupts and performance is increased. Signed-off-by: Brian Hill <redacted> Signed-off-by: John Linn <redacted>
Applied, although I changed "temac_features" to be explicitly "unsigned int" instead of just plain "unsigned"