Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1494709
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next 0/7] rxrpc: More fixes and adjustments |
| Date | 2016-10-03 08:10 +0200 |
| Message-ID | <so4BP-kS-1@gated-at.bofh.it> (permalink) |
| References | <sndQS-7ww-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: David Howells <dhowells@redhat.com> Date: Fri, 30 Sep 2016 22:40:11 +0100 > > This set of patches contains some more fixes and adjustments: > > (1) Actually display the retransmission indication previously added to the > tx_data trace. > > (2) Switch to Congestion Avoidance mode properly at cwnd==ssthresh rather > than relying on detection during an overshoot and correction. > > (3) Reduce ssthresh to the peer's declared receive window. > > (4) The offset field in rxrpc_skb_priv can be dispensed with and the error > field is no longer used. Get rid of them. > > (5) Keep the call timeouts as ktimes rather than jiffies to make it easier > to deal with RTT-based timeout values in future. Rounding to jiffies > is still necessary when the system timer is set. > > (6) Fix the call timer handling to avoid retriggering of expired timeout > actions. ... > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > rxrpc-rewrite-20160930 Pulled, thanks David.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH net-next 0/7] rxrpc: More fixes and adjustments David Howells <dhowells@redhat.com> - 2016-09-30 23:50 +0200
[PATCH net-next 7/7] rxrpc: Fix the call timer handling David Howells <dhowells@redhat.com> - 2016-09-30 23:50 +0200
[PATCH net-next 3/7] rxrpc: Reduce ssthresh to peer's receive window David Howells <dhowells@redhat.com> - 2016-09-30 23:50 +0200
[PATCH net-next 2/7] rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthresh David Howells <dhowells@redhat.com> - 2016-09-30 23:50 +0200
[PATCH net-next 1/7] rxrpc: Actually display the tx_data trace retransmission note David Howells <dhowells@redhat.com> - 2016-09-30 23:50 +0200
[PATCH net-next 4/7] rxrpc: The offset field in struct rxrpc_skb_priv is unnecessary David Howells <dhowells@redhat.com> - 2016-09-30 23:50 +0200
[PATCH net-next 6/7] rxrpc: Keep the call timeouts as ktimes rather than jiffies David Howells <dhowells@redhat.com> - 2016-09-30 23:50 +0200
[PATCH net-next 5/7] rxrpc: Remove error from struct rxrpc_skb_priv as it is unused David Howells <dhowells@redhat.com> - 2016-09-30 23:50 +0200
Re: [PATCH net-next 0/7] rxrpc: More fixes and adjustments David Miller <davem@davemloft.net> - 2016-10-03 08:10 +0200
Re: [PATCH net-next 0/7] rxrpc: More fixes and adjustments David Howells <dhowells@redhat.com> - 2016-10-04 18:10 +0200
Re: [PATCH net-next 0/7] rxrpc: More fixes and adjustments David Miller <davem@davemloft.net> - 2016-10-05 02:20 +0200
csiph-web