Module Name: src Committed By: matt Date: Sun Oct 7 20:14:08 UTC 2012
Modified Files: src/sys/arch/arm/broadcom: bcm53xx_eth.c Log Message: Don't just rely on softints for handling rx traffic since that can starve the system and eventually cause a watchdog timer to reset. Instead use softints for "small" number of packets and use a workqueue thread for large numbers. This allows receive processing to be handling at normal priorities and won't starve out other parts of the system. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/broadcom/bcm53xx_eth.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.