From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759188AbbFBN6m (ORCPT ); Tue, 2 Jun 2015 09:58:42 -0400 Received: from www.linutronix.de ([62.245.132.108]:51125 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759082AbbFBN6c (ORCPT ); Tue, 2 Jun 2015 09:58:32 -0400 Date: Tue, 2 Jun 2015 15:58:33 +0200 (CEST) From: Thomas Gleixner To: Eric Dumazet cc: LKML , Ingo Molnar , Peter Zijlstra , Paul McKenney , Frederic Weisbecker , Eric Dumazet , Viresh Kumar , John Stultz , Joonwoo Park , Wenbo Wang Subject: Re: [patch 0/7] timers: Footprint diet and NOHZ overhead mitigation In-Reply-To: <1432738411.4060.389.camel@edumazet-glaptop2.roam.corp.google.com> Message-ID: References: <20150526210723.245729529@linutronix.de> <1432738411.4060.389.camel@edumazet-glaptop2.roam.corp.google.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 27 May 2015, Eric Dumazet wrote: > I finally got back two hosts with 72 cpus where I can try your patches. Waiting for your results :) > I have one comment about socket TCP timers : They are re-armed very > often, but they are never canceled (unless the socket is dismantled) > > I am too lazy to search for the commit adding this stuff (before git), > but I guess it helped a lot RPC sessions : No need to cancel a timer if > we're likely to rearm it in the following 10 usec ;) Right, but that's a 'cancel + rearm' in the timer core code, unless the expiry time does not change. Thanks, tglx