rxrpc: Implement a mechanism to send an event notification to a connection
Provide a means by which an event notification can be sent to a connection
through such that the I/O thread can pick it up and handle it rather than
doing it in a separate workqueue.
This is then used to move the deferred final ACK of a call into the I/O
thread rather than a separate work queue as part of the drive to do all
transmission from the I/O thread.
Signed-off-by:
David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Showing
- include/trace/events/rxrpc.h 2 additions, 3 deletionsinclude/trace/events/rxrpc.h
- net/rxrpc/ar-internal.h 5 additions, 0 deletionsnet/rxrpc/ar-internal.h
- net/rxrpc/conn_event.c 10 additions, 4 deletionsnet/rxrpc/conn_event.c
- net/rxrpc/conn_object.c 19 additions, 1 deletionnet/rxrpc/conn_object.c
- net/rxrpc/io_thread.c 18 additions, 1 deletionnet/rxrpc/io_thread.c
- net/rxrpc/local_object.c 1 addition, 0 deletionsnet/rxrpc/local_object.c
Loading
Please register or sign in to comment