Re: [net-next PATCH v2 8/8] net: Introduce SO_INCOMING_NAPI_ID

From: Eric Dumazet
Date: Thu Mar 23 2017 - 18:22:13 EST


On Thu, 2017-03-23 at 14:38 -0700, Alexander Duyck wrote:
> From: Sridhar Samudrala <sridhar.samudrala@xxxxxxxxx>
>
> 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 <edumazet@xxxxxxxxxx>