Re: [PATCH net-next 0/9] rxrpc: Preparation for slow-start algorithm

From: David Howells
Date: Thu Sep 22 2016 - 04:10:44 EST


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