On Thu, 2016-04-28 at 17:15 -0400, David Miller wrote:
> There was a conflict due to the stats macro renaming, but that was trivial
> to resolve so I did it.
>
> Applied, thanks Eric.
Ah great, I was preparing a V2, you were fast David.
Thanks
From: Eric Dumazet
Date: Wed, 27 Apr 2016 10:12:25 -0700
> From: Eric Dumazet
>
> TCP prequeue goal is to defer processing of incoming packets
> to user space thread currently blocked in a recvmsg() system call.
>
> Intent is to spend less time processing these packets on behalf
> of softirq h
From: Eric Dumazet
TCP prequeue goal is to defer processing of incoming packets
to user space thread currently blocked in a recvmsg() system call.
Intent is to spend less time processing these packets on behalf
of softirq handler, as softirq handler is unfair to normal process
scheduler decision