Re: [net-next PATCH 1/5] net: Do not record sender_cpu as napi_id in socket receive paths

From: Eric Dumazet
Date: Thu Mar 16 2017 - 23:06:51 EST


On Thu, 2017-03-16 at 19:40 -0700, Alexander Duyck wrote:

> What I probably can do is go through and replace all the spots where
> we where checking for sk_napi_id being 0, and instead replace it with
> a check against NR_CPUS.

This seems a good idea.