Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1423681
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next 0/8] rxrpc: Rework endpoint record handling |
| Date | 2016-06-16 07:30 +0200 |
| Message-ID | <rKy2l-4dk-1@gated-at.bofh.it> (permalink) |
| References | <rKmaS-4Zj-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: David Howells <dhowells@redhat.com> Date: Wed, 15 Jun 2016 17:41:38 +0100 > Here's the next part of the AF_RXRPC rewrite. In this set I rework > endpoint record handling. There are two types of endpoint record, local > and peer. The local endpoint record is used as an anchor for the transport > socket that AF_RXRPC uses (at the moment a UDP socket). Local endpoints > can be shared between AF_RXRPC sockets under certain restricted > circumstances. > > The peer endpoint is a record of the remote end. It is (or will be) used > to keep track MTU and RTT values and, with these changes, is used to find > the call(s) to abort when a network error occurs. > > The following significant changes are made: ... > The patches can be found here also: > > http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-rewrite > > Tagged thusly: > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > rxrpc-rewrite-20160615 Pulled, thanks David.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH net-next 0/8] rxrpc: Rework endpoint record handling David Howells <dhowells@redhat.com> - 2016-06-15 18:50 +0200 [PATCH net-next 4/8] rxrpc: Don't assume anything about the address in an ICMP packet David Howells <dhowells@redhat.com> - 2016-06-15 18:50 +0200 [PATCH net-next 2/8] rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report() David Howells <dhowells@redhat.com> - 2016-06-15 18:50 +0200 [PATCH net-next 8/8] rxrpc: Rework local endpoint management David Howells <dhowells@redhat.com> - 2016-06-15 18:50 +0200 [PATCH net-next 3/8] rxrpc: Break MTU determination from ICMP into its own function David Howells <dhowells@redhat.com> - 2016-06-15 18:50 +0200 [PATCH net-next 6/8] rxrpc: Use the peer record to distribute network errors David Howells <dhowells@redhat.com> - 2016-06-15 18:50 +0200 [PATCH net-next 1/8] rxrpc: Rework peer object handling to use hash table and RCU David Howells <dhowells@redhat.com> - 2016-06-15 18:50 +0200 [PATCH net-next 7/8] rxrpc: Separate local endpoint event handling out into its own file David Howells <dhowells@redhat.com> - 2016-06-15 18:50 +0200 Re: [PATCH net-next 0/8] rxrpc: Rework endpoint record handling David Miller <davem@davemloft.net> - 2016-06-16 07:30 +0200
csiph-web