Re: [net-next PATCH v2 8/8] net: Introduce SO_INCOMING_NAPI_ID
From: Eric Dumazet <hidden>
Date: 2017-03-23 22:22:10
Also in:
lkml, netdev
From: Eric Dumazet <hidden>
Date: 2017-03-23 22:22:10
Also in:
lkml, netdev
On Thu, 2017-03-23 at 14:38 -0700, Alexander Duyck wrote:
From: Sridhar Samudrala <redacted> This socket option returns the NAPI ID associated with the queue on which the last frame is received. This information can be used by the apps to split the incoming flows among the threads based on the Rx queue on which they are received. If the NAPI ID actually represents a sender_cpu then the value is ignored and 0 is returned.
Acked-by: Eric Dumazet <redacted>