Whamcloud - gitweb
* Applied the last patch in Bug 2306, which changes the portals router/NAL
authoreeb <eeb>
Fri, 27 Feb 2004 16:43:23 +0000 (16:43 +0000)
committereeb <eeb>
Fri, 27 Feb 2004 16:43:23 +0000 (16:43 +0000)
commitf6594c21c4101ad0115620240a838715e3096d36
tree1b18bbf75745ab6ba2250c22ebc3dc3ec598aa03
parent4e179642661fe32386b522603ce536d6dd8e0515
*  Applied the last patch in Bug 2306, which changes the portals router/NAL
   forwarding interface from a single struct iovec for the message header +
   payload, to passing the message header by pointer, and the message body
   by ptl_kiov_t (== page,offset,size).  This restores portals router
   performance by allowing it to use socknal zero copy again.

*  Applied the socknal connection load balancing fix from Bug 2817
16 files changed:
lnet/include/linux/kp30.h
lnet/klnds/qswlnd/qswlnd.c
lnet/klnds/qswlnd/qswlnd.h
lnet/klnds/qswlnd/qswlnd_cb.c
lnet/klnds/socklnd/socklnd.c
lnet/klnds/socklnd/socklnd.h
lnet/klnds/socklnd/socklnd_cb.c
lnet/router/router.c
lustre/portals/include/linux/kp30.h
lustre/portals/knals/qswnal/qswnal.c
lustre/portals/knals/qswnal/qswnal.h
lustre/portals/knals/qswnal/qswnal_cb.c
lustre/portals/knals/socknal/socknal.c
lustre/portals/knals/socknal/socknal.h
lustre/portals/knals/socknal/socknal_cb.c
lustre/portals/router/router.c