mv643xx_eth: allow multiple RX queues
Allow the platform code to specify that we are running on hardware that is capable of supporting multiple RX queues. If this option is used, initialise all of the given RX queues instead of just RX queue zero. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Dale Farnsworth <dale@farnsworth.org>
This commit is contained in:
@@ -48,6 +48,11 @@ struct mv643xx_eth_platform_data {
|
||||
int speed;
|
||||
int duplex;
|
||||
|
||||
/*
|
||||
* Which RX queues to use.
|
||||
*/
|
||||
int rx_queue_mask;
|
||||
|
||||
/*
|
||||
* Override default RX/TX queue sizes if nonzero.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user