Skip to content

Commit

Permalink
[PATCH] pcnet32: set_ringparam implementation
Browse files Browse the repository at this point in the history
This patch implements the set_ringparam(), one of the ethtool operations,
which allows changing tx/rx ring sizes via ethtool.

- Changed memery allocation of tx/rx ring from static to dynamic
- Implemented set_ringparam()
- Tested on i386 and ppc64

Signed-off-by: Hubert WS Lin <wslin@tw.ibm.com>
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Hubert WS Lin authored and Jeff Garzik committed Sep 16, 2005
1 parent f89efd5 commit eabf041
Showing 1 changed file with 209 additions and 54 deletions.
Loading

0 comments on commit eabf041

Please sign in to comment.