Re: [PATCH net 0/4] net: add rx_unhandled stat counter

From: Eric Dumazet
Date: Thu Jan 28 2016 - 09:44:35 EST


On Thu, 2016-01-28 at 06:42 -0800, Eric Dumazet wrote:

>
> Sure, you also can set stats64->rx_unhandled to 0 here, just to be 100%
> safe.

And not add the memset(stats64, 0, sizeof(*stats64)), since we have the
guarantee to properly init whole stats64 structure.