Re: [PATCH 2.6.17 2/2] tg3: Fix tg3_get_ringparam()

2006-02-24 Thread David S. Miller
Both patches applied to net-2.6.17, thanks a lot Michael. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 2.6.17 2/2] tg3: Fix tg3_get_ringparam()

2006-02-21 Thread Michael Chan
Fix-up tg3_get_ringparam() to return the correct parameters. Set the jumbo rx ring parameter only if it is supported by the chip and currently in use. Add missing value for tx_max_pending, noticed by Rick Jones. Update version to 3.51. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --gi