commit | 6cdbbdf3055f4657c9d6ccc79257bbcac1a9a1fc | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Fri Dec 09 11:35:01 2005 -0800 |
committer | Jeff Garzik <jgarzik@pobox.com> | Mon Dec 12 15:27:20 2005 -0500 |
tree | c3910bd44972cb55e29a112fa932a35b17910373 | |
parent | 734d18684695dd1c6a9527b50e01bba4acab4738 [diff] |
[PATCH] sky2: tx/rx ring data structure split Split Tx and Rx ring into two different data structures. Tx needs the next value (to handle partial status), and Rx always needs the mapaddr (to handle resubmitting same buffer). Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>