summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2012-04-04 14:10:27 +0200
committerDavid S. Miller <davem@davemloft.net>2012-04-05 00:14:04 +0200
commit857504d06d565ad5b401d505937932775ddf1c47 (patch)
treef251c66ca24133498c3d496d78daee0f7ff54fc4 /drivers/net/ethernet/stmicro
parentnet/bonding: correctly proxy slave neigh param setup ndo function (diff)
downloadlinux-857504d06d565ad5b401d505937932775ddf1c47.tar.xz
linux-857504d06d565ad5b401d505937932775ddf1c47.zip
sky2: copy received packets on inefficient unaligned architecture
Modified from original patch from Chris. The sky2 driver has to have 8 byte alignment of receive buffer on some chip versions. On architectures which don't support efficient unaligned access this doesn't work very well. The solution is to just copy all received packets which is what the driver already does for small packets. This allows the driver to be used on the Tilera TILEmpower-Gx, since the tile architecture doesn't currently handle kernel unaligned accesses, just userspace. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Acked-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro')
0 files changed, 0 insertions, 0 deletions