Stephen Hemminger writes: > It is considered a driver bug in 2.6.24 to call netif_rx_complete (clear > NAPI_STATE_SCHED) > and do a full quota. That bug already had to be fixed in other drivers, > look like e1000 has same problem.
From what I see the problem is not related to ->poll. But it's a variant of the same theme here it's napi_disable in XXXX_down via ifconfig down that clears NAPI_STATE_SCHED while driver delivers a full quota. Cheers --ro - 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