Whamcloud - gitweb
* Added interface and socket queries to libcfs (libcfs/linux-tcpip.c). Some
authoreeb <eeb>
Wed, 1 Jun 2005 21:23:21 +0000 (21:23 +0000)
committereeb <eeb>
Wed, 1 Jun 2005 21:23:21 +0000 (21:23 +0000)
commit27c8aafa3a4aab5674aceabf04414d4a44265cd7
tree2f4e93d6876b38ac5dc1353a06e6518e974e0712
parentb982e01db0199adce1d96c3aecf7df5e05baf69d
*    Added interface and socket queries to libcfs (libcfs/linux-tcpip.c).  Some
     of this came from socknal_lib-linux.c but was generalised a little so all
     the NALs that use TCP/IP to do connection establishment can use it.

     CAVEAT EMPTOR! Just the linux versions are done; the darwin versions are
     not implemented yet.

     Changed socknal and ranal to use this.

*    Brought ranal up-to-date with new config + mod params for all tunables.
     Ranal gets its local address from the IP of a (single) specified
     interface, or the first "suitable" one found if no interface is specified.
22 files changed:
lnet/include/libcfs/libcfs.h
lnet/include/libcfs/linux/Makefile.am
lnet/include/libcfs/linux/libcfs.h
lnet/include/libcfs/linux/linux-tcpip.h [new file with mode: 0644]
lnet/include/lnet/lib-lnet.h
lnet/include/lnet/lib-p30.h
lnet/klnds/ralnd/Makefile.in
lnet/klnds/ralnd/ralnd.c
lnet/klnds/ralnd/ralnd.h
lnet/klnds/ralnd/ralnd_cb.c
lnet/klnds/ralnd/ralnd_modparams.c [new file with mode: 0644]
lnet/klnds/socklnd/socklnd.c
lnet/klnds/socklnd/socklnd.h
lnet/klnds/socklnd/socklnd_cb.c
lnet/klnds/socklnd/socklnd_lib-linux.c
lnet/klnds/socklnd/socklnd_lib-linux.h
lnet/libcfs/Makefile.in
lnet/libcfs/linux/Makefile.am
lnet/libcfs/linux/linux-tcpip.c [new file with mode: 0644]
lnet/libcfs/nidstrings.c
lnet/lnet/config.c
lnet/utils/portals.c