From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: Re: [PATCH net-next 2/3] sched: act: ife: migrate to use per-cpu counters Date: Thu, 12 Oct 2017 21:39:12 -0400 Message-ID: References: <20171011211608.22692-1-aring@mojatatu.com> <20171011211608.22692-3-aring@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: xiyou.wangcong@gmail.com, jiri@resnulli.us, netdev@vger.kernel.org, eric.dumazet@gmail.com, bjb@mojatatu.com, Yotam Gigi To: Alexander Aring Return-path: Received: from mail-io0-f196.google.com ([209.85.223.196]:48802 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753327AbdJMBjO (ORCPT ); Thu, 12 Oct 2017 21:39:14 -0400 Received: by mail-io0-f196.google.com with SMTP id j17so7436267iod.5 for ; Thu, 12 Oct 2017 18:39:14 -0700 (PDT) In-Reply-To: <20171011211608.22692-3-aring@mojatatu.com> Content-Language: en-GB Sender: netdev-owner@vger.kernel.org List-ID: On 17-10-11 05:16 PM, Alexander Aring wrote: > This patch migrates the current counter handling which is protected by a > spinlock to a per-cpu counter handling. This reduce the time where the > spinlock is being held. > > Signed-off-by: Alexander Aring Acked-by: Jamal Hadi Salim cheers, jamal