From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754117AbcIVIKa (ORCPT ); Thu, 22 Sep 2016 04:10:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39192 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751895AbcIVIK2 (ORCPT ); Thu, 22 Sep 2016 04:10:28 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <147450474784.14691.229861132515739820.stgit@warthog.procyon.org.uk> References: <147450474784.14691.229861132515739820.stgit@warthog.procyon.org.uk> To: netdev@vger.kernel.org Cc: dhowells@redhat.com, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 0/9] rxrpc: Preparation for slow-start algorithm MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12906.1474531826.1@warthog.procyon.org.uk> Date: Thu, 22 Sep 2016 09:10:26 +0100 Message-ID: <12907.1474531826@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 22 Sep 2016 08:10:28 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I'm going to post a V2 for this. I've used a couple of 64-bit division operators rather than calling the appropriate function (which is fine on x86_64) and managed to transpose the last two patches (causing an undefined symbol in one of them). David