Re: [PATCH] softirq: let ksoftirqd do its job

From: Eric Dumazet
Date: Wed Aug 31 2016 - 18:27:39 EST


On Wed, 2016-08-31 at 23:51 +0200, Jesper Dangaard Brouer wrote:

>
> The result from this run were handling 1,517,248 pps, without any
> drops, all processes pinned to the same CPU.
>
> $ nstat > /dev/null && sleep 1 && nstat
> #kernel
> IpInReceives 1517225 0.0
> IpInDelivers 1517224 0.0
> UdpInDatagrams 1517248 0.0
> IpExtInOctets 69793408 0.0
> IpExtInNoECTPkts 1517246 0.0
>
> I'm acking this patch:
>
> Acked-by: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
>

Thanks a lot for bringing back the issue to me again, and all your
tests !