rxrpc: Split the receive code
authorDavid Howells <dhowells@redhat.com>
Thu, 23 Jan 2020 13:01:33 +0000 (13:01 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 1 Dec 2022 13:36:40 +0000 (13:36 +0000)
commit96b2d69b43a075a38df600597133f17d28525f24
treea534ba9402cd158391308c912b53601445d7fd55
parent3cec055c56958c5498eeb3ed9fb2aef2d28c030f
rxrpc: Split the receive code

Split the code that handles packet reception in softirq mode as a prelude
to moving all the packet processing beyond routing to the appropriate call
and setting up of a new call out into process context.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
net/rxrpc/Makefile
net/rxrpc/ar-internal.h
net/rxrpc/input.c
net/rxrpc/io_thread.c [new file with mode: 0644]