Re: [PATCH net-next] softirq: reduce latencies

From: Eric Dumazet
Date: Fri Jan 04 2013 - 01:54:41 EST


On Fri, 2013-01-04 at 06:31 +0100, Sedat Dilek wrote:

>
> Will you send a v2 with this change...?
>
> -#define MAX_SOFTIRQ_TIME min(1, (2*HZ/1000))
> +#define MAX_SOFTIRQ_TIME max(1, (2*HZ/1000))

I will, I was planning to do this after waiting for other
comments/reviews.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/