• David Howells's avatar
    rxrpc: Create a per-local endpoint receive queue and I/O thread · a275da62
    David Howells authored
    Create a per-local receive queue to which, in a future patch, all incoming
    packets will be directed and an I/O thread that will process those packets
    and perform all transmission of packets.
    
    Destruction of the local endpoint is also moved from the local processor
    work item (which will be absorbed) to the thread.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    cc: Marc Dionne <marc.dionne@auristor.com>
    cc: linux-afs@lists.infradead.org
    a275da62
proc.c 13.4 KB