diff options
| author | Ron Mercer <[email protected]> | 2009-08-27 11:02:09 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2009-08-28 23:22:28 -0700 |
| commit | b2014ff8ac314f58d6542ec4ea7b576a2de21c8b (patch) | |
| tree | 86710e2716e5b36120ea27b94d2e79d4326f7477 /include/linux | |
| parent | b7f1d43a2ba1b63abbb1dcd966ab1edb9f62f636 (diff) | |
qlge: Get rid of 'default' rx_ring type.
Currently we have three types of RX rings.
1) Default ring - services rx_ring for broadcast/multicast, handles
firmware events, and errors.
2) TX completion ring - handles only outbound completions.
3) RSS ring - handles only inbound completions.
This patch gets rid of the default ring type and moves it's functionality
into the first RSS ring. This makes better use of MSIX vectors since
they are a limited resource on some platforms.
Signed-off-by: Ron Mercer <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions