[PATCH 8/8] staging: et131x: Implement NAPI support

Stephen Hemminger stephen at networkplumber.org
Thu Aug 21 03:25:01 UTC 2014


On Wed, 20 Aug 2014 23:17:58 +0100
Mark Einon <mark.einon at gmail.com> wrote:

>  
> +	if (budget > MAX_PACKETS_HANDLED)
> +		limit = MAX_PACKETS_HANDLED;

Why this artificial restriction?


More information about the devel mailing list