Re: [RFC PATCH 02/12] net: sched: free per cpu bstats
From: Eric Dumazet <hidden>
Date: 2016-01-04 17:32:40
From: Eric Dumazet <hidden>
Date: 2016-01-04 17:32:40
On Mon, 2016-01-04 at 16:21 +0100, Daniel Borkmann wrote:
On 12/30/2015 06:51 PM, John Fastabend wrote:quoted
When a qdisc is using per cpu stats only the bstats are being freed. This also free's the qstats. Signed-off-by: John Fastabend <redacted>Seems like a bug fix, current code seems to free this only in error path in qdisc_create(). Should this go to -net as an individual one?
Absolutely, this is needed in -net as ingress qdisc uses this stuff already.