From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH net v2 0/2] fix glitch in IPVS /proc handlers Date: Fri, 3 Aug 2018 12:40:24 +0200 Message-ID: <20180803104024.ccfjhl6ybtcnhjxp@salvia> References: <20180731160333.12215-1-mcroce@redhat.com> <20180731162822.egqgbh6rbekoqvqk@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Matteo Croce , Wensong Zhang , Julian Anastasov , lvs-devel@vger.kernel.org, netdev@vger.kernel.org, Jozsef Kadlecsik , Florian Westphal , netfilter-devel@vger.kernel.org, Eric Dumazet To: Simon Horman Return-path: Received: from mail.us.es ([193.147.175.20]:36036 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732327AbeHCMgM (ORCPT ); Fri, 3 Aug 2018 08:36:12 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 65DDBCA4B0 for ; Fri, 3 Aug 2018 12:38:17 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 53026FAB5C for ; Fri, 3 Aug 2018 12:38:17 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180731162822.egqgbh6rbekoqvqk@verge.net.au> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jul 31, 2018 at 06:28:22PM +0200, Simon Horman wrote: > On Tue, Jul 31, 2018 at 06:03:31PM +0200, Matteo Croce wrote: > > Fix a bug which shows negative values in IPVS /proc handlers. > > Also add an helper function to calculate a time delta > > > > Matteo Croce (2): > > jiffies: add utility function to calculate delta in ms > > ipvs: don't show negative times in ip_vs_conn > > Acked-by: Simon Horman > > Pablo, please consider taking these via the nf tree. Applied, thanks Simon.