Whamcloud - gitweb
93511157fb8340cec0927228d716fd5ee8e6a979
[fs/lustre-release.git] / lnet / ChangeLog
1 2005-02-04  Cluster File Systems, Inc. <info@clusterfs.com>
2        * miscellania
3         - update vibnal (Voltaire IB NAL)
4         - update gmnal (Myrinet NAL), gmnalid
5
6 2005-02-04  Eric Barton  <eeb@bartonsoftware.com>
7
8         * Landed portals:b_port_step as follows...
9
10           - removed CFS_DECL_SPIN* 
11             just use 'spinlock_t' and initialise with spin_lock_init()
12
13           - removed CFS_DECL_MUTEX*
14             just use 'struct semaphore' and initialise with init_mutex()
15
16           - removed CFS_DECL_RWSEM*
17             just use 'struct rw_semaphore' and initialise with init_rwsem()
18
19           - renamed cfs_sleep_chan -> cfs_waitq
20                     cfs_sleep_link -> cfs_waitlink
21
22           - fixed race in linux version of arch-independent socknal
23             (the ENOMEM/EAGAIN decision).
24
25           - Didn't fix problems in Darwin version of arch-independent socknal
26             (resetting socket callbacks, eager ack hack, ENOMEM/EAGAIN decision)
27
28           - removed libcfs types from non-socknal header files (only some types
29             in the header files had been changed; the .c files hadn't been
30             updated at all).