Re: [PATCH] p1010rdb: gianfar config does not have queues.

2012-03-16 Thread Kumar Gala
On Aug 11, 2011, at 9:25 AM, Robin Holt wrote: If I have the the fsl,num_rx_queues and fsl,num_tx_queues properties defined in the p1010's device tree file, I get a kernel panic very shortly after boot. The failure indicates we are configuring the gianfar.c driver for a queue depth greater

RE: [PATCH] p1010rdb: gianfar config does not have queues.

2012-03-16 Thread Aggrwal Poonam-B10812
; U Bhaskar-B22300; PPC list; Eric Dumazet Subject: Re: [PATCH] p1010rdb: gianfar config does not have queues. On Aug 11, 2011, at 9:25 AM, Robin Holt wrote: If I have the the fsl,num_rx_queues and fsl,num_tx_queues properties defined in the p1010's device tree file, I get a kernel panic

[PATCH] p1010rdb: gianfar config does not have queues.

2011-08-11 Thread Robin Holt
If I have the the fsl,num_rx_queues and fsl,num_tx_queues properties defined in the p1010's device tree file, I get a kernel panic very shortly after boot. The failure indicates we are configuring the gianfar.c driver for a queue depth greater than actual. Removing the properties got the problem