[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090121.144722.52306013.davem@davemloft.net>
Date: Wed, 21 Jan 2009 14:47:22 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: tklein@...ibm.com
Cc: jeff@...zik.org, raisch@...ibm.com, ossthema@...ibm.com,
themann@...ibm.com, linux-kernel@...r.kernel.org,
linuxppc-dev@...abs.org, netdev@...r.kernel.org, hering2@...ibm.com
Subject: Re: [PATCH 3/3] ehea: Improve driver behaviour in low mem
conditions
From: Thomas Klein <tklein@...ibm.com>
Date: Wed, 21 Jan 2009 15:49:41 +0100
> Reworked receive queue fill policies to make the driver more tolerant
> in low memory conditions.
>
> Signed-off-by: Thomas Klein <tklein@...ibm.com>
Applied, but there is an even better way to handle this.
You should be allocating replacement RX skbs at receive time. And if
the RX allocation fails, you simply give the RX skb back to the chip
and do not pass it up into the stack.
This is what many ethernet drivers do to ensure that the chip never
can reach a situation where the free RX packet queue becomes empty.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists