[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090326.020018.26561577.davem@davemloft.net>
Date: Thu, 26 Mar 2009 02:00:18 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: peppe.cavallaro@...com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] net: fix unaligned memory accesses in ASIX
From: Giuseppe CAVALLARO <peppe.cavallaro@...com>
Date: Thu, 26 Mar 2009 09:40:13 +0100
> Unfortunately, unaligned memory accesses seems to depend on the Asix HW
> that packs several incoming frames.
> So when these frames are 'unpacked' within the fix-up function, and
> pushed to the upper layer, they can have a wrong alignment, indeed.
> When no frame is packed all works fine and the IP never works with
> unaligned addresses.
> I think, the skb_reserve could actually help us, if this last scenario
> generated misaligned accesses.
> Please let me know if I'm missing something.
The unpacker is taking a set of packet(s) in a USB buffer
and copying them into SKB's right? That code should be where
the offset is checked in the child driver, and adjustments
made as-needed.
This code seems to call the downstream driver callback after
the damage is done. I think it needs to ask the driver to
look for and indicate the offset before the building of the
SKB is performed.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists