From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Wed, 9 Jul 2014 10:33:09 +0100 Subject: [PATCH C 1/7] net: fec: better implementation of iMX6 ERR006358 quirk In-Reply-To: References: <20140708120117.GJ21766@n2100.arm.linux.org.uk> Message-ID: <20140709093309.GM21766@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jul 09, 2014 at 10:30:11AM +0100, Russell King wrote: > Using a (delayed) workqueue for ERR006358 is not correct - a work queue > is a single-trigger device. Once the work queue has been scheduled, it > can't be re-scheduled until it has been run. This can cause problems - > with an appropriate packet timing, we can end up with packets queued, > but not sent by the hardware, resulting in the transmit timeout firing. Oops, please ignore this patch; re-sent in error. -- FTTC broadband for 0.8mile line: now at 9.7Mbps down 460kbps up... slowly improving, and getting towards what was expected from it.