Re: swapper: page allocation failure. order:2, mode:0x4020 in 2.6.27

From: Evgeniy Polyakov
Date: Wed Jan 07 2009 - 23:44:50 EST


Hi.

On Thu, Jan 08, 2009 at 10:19:23AM +0900, KOSAKI Motohiro (kosaki.motohiro@xxxxxxxxxxxxxx) wrote:
> if stack dump has tg3_alloc_rx_skb(), that isn't bug. (maybe)
> tg3 network card often reqire non order-0 pages under irq/softirq context.
>
> but linux memory manager can't drop any cache under irq/softirq context.
> therefore the allocation failure is relatively typical.
>
> the allocation failure in packet receive (tg3_alloc_rx_skb) cause
> packet dropping and network peer resend the same packet.
> it decrease network performance a bit. but it doesn't cause any serious problem.
>
> last problem is, why we should look this false-positive warning repeatedly.
>
>
> net-guys, if I say false thing, please fix.

You are right. You repeatedly get that message likely because of jumbo
frames enabled and fragmented ram which does not allow to allocate more
than order-0 pages.

--
Evgeniy Polyakov
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/