Skip to content

Commit

Permalink
gianfar: Add Multiple Queue Support
Browse files Browse the repository at this point in the history
This patch introduces multiple Tx and Rx queues.
The incoming packets can be classified into different queues
based on filer rules (out of scope of this patch). The number
of queues enabled will be based on a DTS entries fsl,num_tx_queues
and fsl,num_rx_queues.

Although we are enabling multiple queues, the interrupt coalescing
is on per device level (etsec-1.7 doesn't support multiple rxics
and txics).

Signed-off-by: Sandeep Gopalpet <Sandeep.Kumar@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sandeep Gopalpet authored and David S. Miller committed Nov 3, 2009
1 parent f498370 commit fba4ed0
Show file tree
Hide file tree
Showing 4 changed files with 621 additions and 290 deletions.
Loading

0 comments on commit fba4ed0

Please sign in to comment.