Re: [net PATCH] atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring
From: David Miller <davem@davemloft.net>
Date: 2013-07-28 03:02:06
From: David Miller <davem@davemloft.net>
Date: 2013-07-28 03:02:06
From: Eric Dumazet <redacted> Date: Sat, 27 Jul 2013 16:59:43 -0700
If a hardware needs frame being in a single 4K page, its driver must do its own allocation, or add appropriate aligning logic.
Whatever the cause the original patch in this thread is not the correct fix and I've thus reverted it.