Whamcloud - gitweb
* libcfs/nidstrings.c does nid parsing/printing. It's included
authoreeb <eeb>
Fri, 29 Apr 2005 19:34:49 +0000 (19:34 +0000)
committereeb <eeb>
Fri, 29 Apr 2005 19:34:49 +0000 (19:34 +0000)
commit54cb140831d1915b1f122ee64d588ab573431380
treeebf36dcdcb4d9d634bbab685ec66054c7f739c39
parentd3f6a945087acd6f987f94a5ef11eaf05d506c7a
*    libcfs/nidstrings.c does nid parsing/printing.  It's included
     in libptlctl.a for userspace utils too.

*    addr@net - style nids working with > 1 local network

*    router part of portals; ptl_send() uses it to chose the NI, but NALs
     still do am-i-there-yet forwarding.  NAL interface changed to match.

*    reworked nal commands into PtlCtl(ni, cmd, arg) and rewired portals ioctl
     handling.  PtlFailNid, now just another PtlCtl.  NAL interface includes
     ctl handler.

*    commented out all lconf portals config, except setting the NID (pending
     socknal working out its own interfaces)

*    removed all portals config from zeroconf and llmount

*    "lctl network" on its own lists all local NIDs (replaces shownid).
     Most (all?) portals config commands still work from lctl.

*    simplified NAL setup/teardown (no separate nal_cmd and router init)
lnet/include/lnet/lib-lnet.h
lnet/include/lnet/lib-p30.h
lnet/klnds/lolnd/lolnd.h
lnet/klnds/lolnd/lolnd_cb.c
lnet/libcfs/nidstrings.c
lnet/lnet/api-ni.c
lnet/lnet/lib-move.c
lnet/router/autoMakefile.am
lnet/router/router.c