Re: [PATCH 1/3] ucc_geth: Fix empty TX queue processing

2010-01-11 Thread Anton Vorontsov
On Mon, Jan 11, 2010 at 11:47:37AM +0800, Wu Jiajun-B06378 wrote: 'bd == ugeth-txBd[txQ]' has two possible statuses: 1)full queue. 2)empty queue. Removing 'netif_queue_stopped() == 0' will make transmitting stopping when the queue is full. I made a new patch for this oops. [...] +

RE: [PATCH 1/3] ucc_geth: Fix empty TX queue processing

2010-01-11 Thread Wu Jiajun-B06378
: linuxppc-...@ozlabs.org; net...@vger.kernel.org; lsore...@csclub.uwaterloo.ca; da...@davemloft.net Subject: Re: [PATCH 1/3] ucc_geth: Fix empty TX queue processing On Mon, Jan 11, 2010 at 11:47:37AM +0800, Wu Jiajun-B06378 wrote: 'bd == ugeth-txBd[txQ]' has two possible statuses: 1)full queue

RE: [PATCH 1/3] ucc_geth: Fix empty TX queue processing

2010-01-10 Thread Wu Jiajun-B06378
'bd == ugeth-txBd[txQ]' has two possible statuses: 1)full queue. 2)empty queue. Removing 'netif_queue_stopped() == 0' will make transmitting stopping when the queue is full. I made a new patch for this oops. From 726765194352d01dc8ea672d97612589b67cec3f Mon Sep 17 00:00:00 2001 From: Jiajun