Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965085AbbEMBd1 (ORCPT ); Tue, 12 May 2015 21:33:27 -0400 Received: from gproxy1-pub.mail.unifiedlayer.com ([69.89.25.95]:48540 "HELO gproxy1-pub.mail.unifiedlayer.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S964834AbbEMBdX (ORCPT ); Tue, 12 May 2015 21:33:23 -0400 X-Greylist: delayed 400 seconds by postgrey-1.27 at vger.kernel.org; Tue, 12 May 2015 21:33:23 EDT X-Authority-Analysis: v=2.1 cv=efyuId0H c=1 sm=1 tr=0 a=6lV6tj8ir7tGSl/9xQZNPA==:117 a=6lV6tj8ir7tGSl/9xQZNPA==:17 a=cNaOj0WVAAAA:8 a=f5113yIGAAAA:8 a=FurB0epzNeMA:10 a=N659UExz7-8A:10 a=N54-gffFAAAA:8 a=05RPwmwRPNYA:10 a=I4ko-sDDNxYA:10 a=h1PgugrvaO0A:10 a=qfzBjeohM9-zyy85VFQA:9 a=pILNOxqGKmIA:10 Message-ID: <5552A84B.3020707@acm.org> Date: Tue, 12 May 2015 21:26:35 -0400 From: Ed Cashin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Arnd Bergmann CC: Tina Ruchandani , y2038@lists.linaro.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] aoe: Use 64-bit timestamp in frame References: <20150511023505.GA2714@tinar> <555150A9.8000301@acm.org> <2498255.lB0xaQWuiu@wuerfel> In-Reply-To: <2498255.lB0xaQWuiu@wuerfel> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {2969:box320.bluehost.com:cashinwo:cashinworks.com} {sentby:smtp auth 98.192.52.118 authed with ed@cashinworks.com} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1209 Lines: 29 On 05/12/2015 05:44 AM, Arnd Bergmann wrote: > On Monday 11 May 2015 21:00:25 Ed Cashin wrote: ... > In that case, there is still information about the timing embedded in > the AoE tag. The send time in jiffies is a rough-grained record of the > send time, and it's extracted from the tag. For these "unexpected" > responses, this timing information can improve performance significantly > without introducing extra overhead or risk. > That path is not changed at all by this patch, right? It also looks > like the jiffies information from there is only used to print an > error message. > That's right, thanks, the tag still has the old jiffies embedded in it. The information, though, is used to update the round-trip-time average and the running estimate of the RTT variance. For the unexpected responses that information can help the driver to maintain high performance when there are inconsistencies in the network performance. (calc_rttavg) -- Ed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/