From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: [PATCH net] net: sched: initialize bstats syncp Date: Tue, 21 Oct 2014 11:52:48 -0700 Message-ID: References: <20141021092330.GA9863@kria> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: David Miller , netdev , John Fastabend To: Sabrina Dubroca Return-path: Received: from mail-qc0-f176.google.com ([209.85.216.176]:33930 "EHLO mail-qc0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750930AbaJUSwy (ORCPT ); Tue, 21 Oct 2014 14:52:54 -0400 Received: by mail-qc0-f176.google.com with SMTP id r5so1425933qcx.21 for ; Tue, 21 Oct 2014 11:52:50 -0700 (PDT) In-Reply-To: <20141021092330.GA9863@kria> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Oct 21, 2014 at 2:23 AM, Sabrina Dubroca wrote: > Use netdev_alloc_pcpu_stats to allocate percpu stats and initialize syncp. > > Fixes: 22e0f8b9322c "net: sched: make bstats per cpu and estimator RCU safe" > Signed-off-by: Sabrina Dubroca Acked-by: Cong Wang