Searched hist:"3 f42941b5d1d13542b1a755a9e4f633aa72e4d3e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | sky2.c | diff 3f42941b5d1d13542b1a755a9e4f633aa72e4d3e Mon Apr 30 00:49:45 CDT 2012 stephen hemminger <shemminger@vyatta.com> sky2: propogate rx hash when packet is copied
When a small packet is received, the driver copies it to a new skb to allow reusing the full size Rx buffer. The copy was propogating the checksum offload but not the receive hash information. The bug is impact was mostly harmless and therefore not observed until reviewing this area of code.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|