Re: [PATCH net 0/3] rxrpc: Fix retransmission timeout and ACK discard

2020-05-22 Thread David Miller
From: David Howells Date: Sat, 23 May 2020 00:26:46 +0100 > David Miller wrote: > >> Pulled, thanks David. > > Thanks. I'll rebase my two extra patches I've just sent you a pull request > for when you've updated the branch. Please respin and fix the Subject line of patch #2 to have a

Re: [PATCH net 0/3] rxrpc: Fix retransmission timeout and ACK discard

2020-05-22 Thread David Howells
David Miller wrote: > Pulled, thanks David. Thanks. I'll rebase my two extra patches I've just sent you a pull request for when you've updated the branch. David

Re: [PATCH net 0/3] rxrpc: Fix retransmission timeout and ACK discard [ver #2]

2020-05-22 Thread David Howells
David Howells wrote: > The patches are tagged here: > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > rxrpc-fixes-20200520 Oops. That's the wrong tag. It should be rxrpc-fixes-20200521. David

Re: [PATCH net 0/3] rxrpc: Fix retransmission timeout and ACK discard

2020-05-22 Thread David Miller
From: David Howells Date: Thu, 21 May 2020 00:21:42 +0100 > > Here are a couple of fixes and an extra tracepoint for AF_RXRPC: > > (1) Calculate the RTO pretty much as TCP does, rather than making > something up, including an initial 4s timeout (which causes return > probes from the

Re: [PATCH net 0/3] rxrpc: Fix retransmission timeout and ACK discard

2020-05-21 Thread David Howells
I've posted a new version of this with a fixed description for patch 1. David

[PATCH net 0/3] rxrpc: Fix retransmission timeout and ACK discard [ver #2]

2020-05-21 Thread David Howells
Here are a couple of fixes and an extra tracepoint for AF_RXRPC: (1) Calculate the RTO pretty much as TCP does, rather than making something up, including an initial 4s timeout (which causes return probes from the fileserver to fail if a packet goes missing), and add backoff.

[PATCH net 0/3] rxrpc: Fix retransmission timeout and ACK discard

2020-05-20 Thread David Howells
Here are a couple of fixes and an extra tracepoint for AF_RXRPC: (1) Calculate the RTO pretty much as TCP does, rather than making something up, including an initial 4s timeout (which causes return probes from the fileserver to fail if a packet goes missing), and add backoff.