Whamcloud - gitweb
* Single event queue per network interface.
authoreeb <eeb>
Wed, 11 Jun 2003 13:51:22 +0000 (13:51 +0000)
committereeb <eeb>
Wed, 11 Jun 2003 13:51:22 +0000 (13:51 +0000)
commit5a6a96409c3074c5d0d105b792c7637a96df45c5
treee38b90f2328fd4123af8071225a383339b80d8eb
parent183354c8c382dbdf5d7fe906e965a9bd67d00f59
*   Single event queue per network interface.

*   Pre-allocated server requests, individually posted for receives
    Servers now configured by XXX_NREQ (# requests) and XXX_MAXREQSIZE
    (size of each replies buffer).

*   Asynchronous server-side reply completion/notification.  struct
    ptlrpc_reply_state objects splits off state reply so request can be
    reposted immediately.

*   exp_outstanding_reply now a list of replies

*   bulk descriptors sized so bd_iov can contain all the fragments.
    ptlrpc_prep_bulk_page() is now returns void (i.e. no errors; may fail
    an LASSERT if the bulk desc was sized incorrectly).

*   NOT tested saved locks yet; bringing up to date with b_devel first...
lustre/ptlrpc/lproc_ptlrpc.c