Re: [patch 3/4] mv643xx_eth: fix byte order when checksum offload is enabled

2008-02-05 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Byron Bradley <[EMAIL PROTECTED]> The Marvell Orion system on chips have an integrated mv643xx MAC. On these little endian ARM devices mv643xx will oops when checksum offload is enabled. Swapping the byte order of the protocol and checksum solves this problem. S

[patch 3/4] mv643xx_eth: fix byte order when checksum offload is enabled

2008-02-04 Thread akpm
From: Byron Bradley <[EMAIL PROTECTED]> The Marvell Orion system on chips have an integrated mv643xx MAC. On these little endian ARM devices mv643xx will oops when checksum offload is enabled. Swapping the byte order of the protocol and checksum solves this problem. Signed-off-by: Byron Bradley