Skip to content

Commit

Permalink
S2io: Enable multi ring support
Browse files Browse the repository at this point in the history
	- Seperate ring specific data
	- Initialize all configured rings with equal priority.
	- Updated boundary check for number of Rings.
	- Updated per ring statistics of rx_bytes and rx_packets.
	- Moved lro struct from struct s2io_nic to struct ring_info.
	- Access respective rx ring directly in fill_rx_buffers.
	- Moved rx_bufs_left struct s2io_nic to struct ring_info.
	- Added per ring variables -  rxd_mode, rxd_count, dev, pdev.

Signed-off-by: Surjit Reang <surjit.reang@neterion.com>
Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Sreenivasa Honnur authored and Jeff Garzik committed Apr 29, 2008
1 parent dfd4415 commit 0425b46
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 191 deletions.
Loading

0 comments on commit 0425b46

Please sign in to comment.