From: Arlin Davis Date: Mon, 28 Jan 2008 20:06:03 +0000 (-0800) Subject: Release 2.0.4 Changelog X-Git-Tag: dapl-2.0.4-1~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=533983cec914a7ecc6829934a56f867d7870e301;p=~ardavis%2Fdapl.git Release 2.0.4 Changelog Signed-off by: Arlin Davis --- diff --git a/ChangeLog b/ChangeLog index c841cd9..8c35b2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,234 @@ +commit bfc5bd4b4190c7302b08c3922c17e2131bfbe605 +Author: Arlin Davis +Date: Mon Jan 28 12:04:18 2008 -0800 + + Relase package 2.0.4 + +commit 95935648f81ac5177ae7120b35e55483902b8c64 +Author: Arlin Davis +Date: Wed Jan 23 16:40:48 2008 -0800 + + dapltest does not include definitions for inet_ntoa. + At load time the symbol was resolved but with the + default definition of int, instead of char*, it caused + segfault. Add correct include files in dapl_mdep_user.h + for linux. + + Signed-off by: Arlin Davis + +commit 3c1bb0e56c14c5ad50876820e25933c1f4c3dde4 +Author: Arlin Davis +Date: Wed Jan 23 14:46:30 2008 -0800 + + Add freeaddrinfo to deallocate getaddrinfo buffer. + Cleanup a few printf messages. + + Signed-off by: Arlin Davis + +commit a4a8ad5eb1b15be19b3a343dee71ad3013d3f4bd +Author: Arlin Davis +Date: Wed Jan 23 14:25:21 2008 -0800 + + Fix for uDAPL v2 using extended operation. After extension completion, + the DTO cookie must be checked for type before deallocating to handle + inbound immediate data in receive. The sample dtestx client will fail + when running loopback if the rdma immediate is received from remote + before the rdma immediate request completion fires. + + Bug causes following dtestx client error: + dat_ib_post_rdma_write_immed + returned DAT_INSUFFICIENT_RESOURCES : DAT_RESOURCE_MEMORY + + Signed-off by: Arlin Davis + +commit 6dcf1763c153c27c29ba76bac35be4f6935ddd96 +Author: Arlin Davis +Date: Thu Jan 17 11:30:27 2008 -0800 + + WinOF: update dapltest,dtest directories for windows build + WinOF: add README.windows + + Signed-off by: Stan Smith + Signed-off by: Arlin Davis + +commit 9bececbb32dd31d4a3528e8f000a773e5c593430 +Author: Arlin Davis +Date: Thu Jan 17 11:24:46 2008 -0800 + + WinOF: update dtestx for windows build + + Signed-off by: Stan Smith + Signed-off by: Arlin Davis + +commit 4dc8c5defef0f52da751a1eca4d4f35de911c3c0 +Author: Arlin Davis +Date: Thu Jan 17 11:23:21 2008 -0800 + + WinOF: add build enviroment, cleanup old makefiles + + Signed-off by: Stan Smith + Signed-off by: Arlin Davis + +commit 5a9e035fa33a6307b3d2b370f64639b14dfca87e +Author: Arlin Davis +Date: Tue Jan 15 16:59:34 2008 -0800 + + WinOF: name collision with ibal verbs ib_cm_handle_t + + Signed-off by: Stan Smith + Signed-off by: Arlin Davis + +commit 7c5418a781c1dfdb37b09450b5df40363dce84b4 +Author: Arlin Davis +Date: Tue Jan 15 16:06:10 2008 -0800 + + dtest: dat_evd_query for correct size + + Signed-off by: Arlin Davis + +commit 6de5e635c01e78bde6e153b727926da900677d52 +Author: Arlin Davis +Date: Tue Jan 15 16:03:27 2008 -0800 + + dapltest: WinOF support. + + Signed-off by: Stan Smith + +commit c680e95b96e57bd8b69b1c73e95730854fcea028 +Author: Arlin Davis +Date: Tue Jan 15 14:54:57 2008 -0800 + + openib_cma: fix cleanup issues in destroy_cm_id + add macros to convert SID and PORT + fix init/responder settings in accept + + Signed-off by: Arlin Davis + +commit f8f867e52ffc36a31830dd4003eb2a4b4d265c93 +Author: Arlin Davis +Date: Tue Jan 15 14:49:54 2008 -0800 + + Modifications for WinOF build and endian support for RMR info + + Signed-off by: Stan Smith + Signed-off by: Arlin Davis + +commit 4c1fc48d2825efcffaa8cdf7efbdd2d41aeb56ab +Author: Arlin Davis +Date: Tue Jan 15 14:39:18 2008 -0800 + + WinOF: DAT_API changes, white space and tab cleanup + IBAL provider code added + + Common code: initialize cookie pool buffer + add dapl extension DTO counter + add get_cqe_op_str debug call + remove excess dbg in evd_dequeue + add dbg assert to sp_search_cr + IBAL provider support _VENDOR_IBAL_ + + Signed-off by: Stan Smith + Signed-off by: Arlin Davis + +commit 68f2ad0af3623dec27b1223aeaca6357348eef4b +Author: Arlin Davis +Date: Fri Jan 4 08:32:39 2008 -0800 + + Windows specific - + IBAL support in evd_create + Build IB extensions by default + Common code - + check return status, evd_free, evd_wait + add dapl_event_str function + definitions for dat_os_library_error, dat_os_ungetc + + Signed-off by: Stan Smith + Signed-off by: Arlin Davis + +commit d21f36406408245ac979f0b9594e7d1d0b9a3852 +Author: Arlin Davis +Date: Fri Jan 4 08:32:19 2008 -0800 + + Common code - + Missing DAT_API defs + casting to fix build issues + bitmaps for extension debug + DAPL_BAD_PTR macro + + Signed-off by: Stan Smith + Signed-off by: Arlin Davis + +commit 258678a381c6a0170020c48b0ba627e820abd3e7 +Author: Arlin Davis +Date: Fri Jan 4 08:31:59 2008 -0800 + + Common code - + Add DAT_API definitions for dat_redirection.h, udat_redirection.h + + Signed-off by: Stan Smith + Signed-off by: Arlin Davis + +commit 87d0b46a0c0f25e8828d7425e0173a0304a23f8b +Author: Arlin Davis +Date: Fri Jan 4 08:31:27 2008 -0800 + + Windows specific - + Add dapl_ep fields ibal_cm_handle, recv_disc, sent_disc for IBAL provider + Support for direct object on CQ + INIT and FINI changes + setup dat.conf default path, fix sr parsing + Common code - + Add Stan Smith as contributor + O/S independent dat_os_library_error() + + Signed-off by: Stan Smith + Signed-off by: Arlin Davis + +commit b3ba3dc9743baf3bff243e8969edf3395d1118dd +Author: Arlin Davis +Date: Tue Dec 11 14:44:24 2007 -0800 + + 2/2 uDAPL changes to sync common code base with WinOF + - add DAT_API to specify calling conventions (windows=__stdcall, linux= ) + - cleanup platform specific definitions for windows + - c++ support + - add handle check macros DAT_IA_HANDLE_TO_UL and DAT_UL_TO_IA_HANDLE + +commit 92d7eef38877ad472a91e5e9f88e4e49657716bf +Author: Arlin Davis +Date: Tue Dec 11 14:43:05 2007 -0800 + + 1/2 uDAT changes to sync common code base with WinOF + - add DAT_API to specify calling conventions (windows=__stdcall, linux= ) + - cleanup platform specific definitions for windows + - c++ support + - add handle check macros DAT_IA_HANDLE_TO_UL and DAT_UL_TO_IA_HANDLE + + Signed-off by: Arlin Davis + Signed-off by: Stan Smith + +commit 95764c6da28284d29071cf01d1a09bdcb967a971 +Author: Arlin Davis +Date: Tue Dec 4 13:19:27 2007 -0800 + + - Fix size of evd request queue on creation + - Add query and checking of DTO request queue + + Signed-off by: Arlin Davis + +commit 9bc97e65c1240224d7dc9d6ac9a48e7aed199ee6 +Merge: 11a165a... abb4356... +Author: Arlin Davis +Date: Tue Nov 27 13:31:32 2007 -0800 + + master_dat2.0_merge + +commit abb4356cd765d38cf5cff2dfbdb610b380f944a2 +Author: Arlin Davis +Date: Tue Nov 20 12:10:39 2007 -0800 + + Release 2.0.3 + commit d2c66eb7363234c5a9fb82aa92df1c132e46477e Author: Arlin Davis Date: Tue Nov 20 12:07:58 2007 -0800 @@ -16,6 +247,14 @@ Date: Mon Nov 19 15:26:44 2007 -0800 Signed-off by: Arlin Davis +commit 11a165a1868b1748fe476e08fc40af620f961cd2 +Author: Arlin Davis +Date: Wed Oct 31 10:58:51 2007 -0800 + + - DAT/DAPL Version 1.2.3 Release 1 + + Signed-off by: Arlin Davis + commit bc2d39a78e31c5e9463c8fa16f0ecaf49f75a15f Author: Arlin Davis Date: Wed Oct 31 10:55:48 2007 -0800 @@ -39,6 +278,14 @@ Date: Tue Oct 30 09:06:24 2007 -0800 Signed-off by: Arlin Davis +commit a65da8a86ed637bacc32e3518d6c37eeb3b496bf +Author: Arlin Davis +Date: Thu Oct 25 14:37:14 2007 -0700 + + Fix dapltest endian issue with mem_handle, mem_address. + + Signed-off-by: Shirley Ma + commit 8196f1655fe6088c66dafa6ad8e4474ea8ebe1d9 Author: Arlin Davis Date: Thu Oct 25 14:36:12 2007 -0700 @@ -62,6 +309,22 @@ Date: Tue Oct 16 14:23:17 2007 -0700 Signed-off by: Arlin Davis +commit d7134fb2bcad6f4f68410af997f8791edd788cfb +Author: Arlin Davis +Date: Tue Oct 16 14:10:52 2007 -0700 + + Use inet_ntoa instead of open coding it. IP addresses were being + reversed on PowerPC. + + On PowerPC the timebase ticks at a different frequency to the CPU. + dapltest currently assumes a 1:1 relationship, and gives bogus values + when scaling timebase to real time. + + To fix this, look at the timebase field in /proc/cpuinfo instead. To + keep things consistent with x86, scale that value to MHz. + + Signed-off-by: Anton Blanchard + commit c6710c291a4f7c0845a4535767d41d66f092fabf Author: Arlin Davis Date: Tue Oct 16 14:09:56 2007 -0700 @@ -96,6 +359,14 @@ Date: Tue Oct 2 16:01:37 2007 -0700 Signed-off-by: Jimmy Hill Signed-off-by: Arlin Davis +commit bc5f16991d75ff9d09e3e3a3cc8c2d6801a9d61f +Author: Arlin Davis +Date: Tue Oct 2 14:50:02 2007 -0700 + + Final changes for package 1.2.2-1, OFED 1.3 ALPHA + + Signed-off by: Arlin Davis + commit 52bc16939e87587f8208e775dd061f54196a9acb Author: Arlin Davis Date: Tue Oct 2 11:58:46 2007 -0700 @@ -113,6 +384,14 @@ Date: Tue Oct 2 11:43:34 2007 -0700 Signed-off-by: Anton Blanchard +commit a64eae5bd36598a5c93010e07869e95599aa8ceb +Author: Arlin Davis +Date: Tue Oct 2 11:41:40 2007 -0700 + + Change v2 dat.conf provider names to associate with ib net devices + + Signed-off by: Arlin Davis + commit 870764dfad8df0ffe6d3d449e7a8e296cfee8ef5 Author: Arlin Davis Date: Tue Oct 2 11:35:21 2007 -0700 @@ -122,6 +401,32 @@ Date: Tue Oct 2 11:35:21 2007 -0700 Signed-off-by: Anton Blanchard +commit 66bf23e3e53f370c92803f162144947f29ce06d8 +Author: Arlin Davis +Date: Tue Oct 2 11:30:15 2007 -0700 + + Change DT_Mdep_GetTime to use gettimeofday() which has more resolution + than times(). + + Signed-off-by: Anton Blanchard + +commit c220760bbb1f6357b6e187ff6c5e576dd74fd504 +Author: Arlin Davis +Date: Tue Oct 2 10:39:09 2007 -0700 + + Fix dapl to compile as both 32bit and 64bit on PowerPC. Instead of using + the kernel atomic routines, code them explicitely like x86 does. + + Signed-off-by: Anton Blanchard + +commit 9ffdf3722e5a9cde3fd6add5d7b3940a7ea9f71f +Author: Arlin Davis +Date: Fri Sep 28 17:04:54 2007 -0700 + + Clean up packaging, modify dat.conf for v2.0 cma provider name change to ofa + + Signed-off by: Arlin Davis + commit 493e65b5b47f47e4824f775959fd98e56aeaccc4 Author: Arlin Davis Date: Fri Sep 28 17:03:41 2007 -0700 @@ -130,6 +435,16 @@ Date: Fri Sep 28 17:03:41 2007 -0700 Signed-off by: Arlin Davis +commit 99f0a0bf0a0d99fee0729fba0fcdf6f3e89e2ec4 +Author: Arlin Davis +Date: Thu Sep 20 12:25:55 2007 -0700 + + Modifications to coexist with 2.0 libraries + - fix RPM specfile, configure.in, 1.2.2 package + - modify dat.conf + + Signed-off by: Arlin Davis + commit 7ff4a8a8e861b0701b5b2a6fc95e6aa8b36d2662 Author: Arlin Davis Date: Thu Sep 20 10:55:19 2007 -0700 @@ -140,12 +455,42 @@ Date: Thu Sep 20 10:55:19 2007 -0700 Signed-off by: Arlin Davis +commit 230767742b8287490373c09d1bd346337b375b48 +Author: Arlin Davis +Date: Fri Jun 22 11:48:20 2007 -0700 + + Update copyright in specfile + commit 5294cbe5e58f67d0a98862edea3684fff6e773bb Author: Arlin Davis Date: Fri Jun 22 11:47:14 2007 -0700 Update Copyright in specfile +commit 3654c6ef425f94b9f27a593b0b8c1f3d7cc39029 +Author: Arlin Davis +Date: Wed Jun 6 13:20:38 2007 -0700 + + Update specfile to reflect DAT/DAPL 1.2.1 release + +commit babb95eff1bcef88bed46e92c323193d8f039eff +Author: Arlin Davis +Date: Wed Jun 6 11:48:07 2007 -0700 + + More changes to the release notes + +commit 0f299bf1deb9198b2f008c3ffa717bef252b6097 +Author: Arlin Davis +Date: Tue Jun 5 15:56:17 2007 -0700 + + Update release notes + +commit ad70f98a228ade4a863ca349990eaa7ab1e82ec2 +Author: Arlin Davis +Date: Tue Jun 5 15:52:18 2007 -0700 + + Add release notes updated for OFED 1.2 release + commit f332badb80f0b1d88bf2d70dba0c90afc40f088f Author: Arlin Davis Date: Thu May 31 12:43:28 2007 -0700 @@ -173,6 +518,14 @@ Date: Wed May 9 16:21:16 2007 -0700 Take out references to specific 1.1 verbs definitions (ibv_comp_channel). +commit 544fbb873d5320e9606f176c4b71bcba0e257d7d +Author: Arlin Davis +Date: Wed May 9 12:51:53 2007 -0700 + + Bug Fixes: + - 606: Return local and remote ports with dat_ep_query + - 585: Add bonding example to dat.conf + commit e64079f7b961aa9a672711f0e933a77f3999d302 Author: Arlin Davis Date: Mon May 7 15:54:59 2007 -0700 @@ -220,6 +573,36 @@ Date: Wed May 2 17:27:44 2007 -0700 Added IB extensions and dtestx as an example program using rdma write with immediate and atomic operations +commit 83ac961b505346708f12d59152146f3b04c8306f +Author: Arlin Davis +Date: Mon Apr 30 10:55:59 2007 -0700 + + Fixes atomic operation build problem with ia64 and RHEL5. + +commit 04da88bb70ee33b249a4cf2f5a92122eeec83e3c +Author: Arlin Davis +Date: Thu Apr 26 17:29:37 2007 -0700 + + Update README and dapltest manpage + +commit 9a951d0a8713657da90568c0613eb48f5010cf1e +Author: Arlin Davis +Date: Tue Apr 3 16:35:17 2007 -0700 + + Cleanup RPM specfile for the dapl package, move to 1.2-1 release. + +commit a93f0ffcd6a46735c97ec34de564a7a91f9fc5c2 +Author: Arlin Davis +Date: Tue Apr 3 14:38:31 2007 -0700 + + Add support for multiple IB devices to dat.conf to support IPoIB HA failover. + +commit 5434b720b36de2f262a02ff9dfccd99953c09e59 +Author: Arlin Davis +Date: Thu Mar 15 10:46:33 2007 -0800 + + Fix ia64 builds on SUSE + commit b0f9eef1aa7f279802da233480cf6c495e16565b Author: Arlin Davis Date: Wed Mar 14 13:29:08 2007 -0800 @@ -238,6 +621,12 @@ Date: Wed Mar 14 10:43:56 2007 -0800 add provider support to dtest, set default to OpenIB-cma +commit ff8eb667c1000be6c68ca291e7ed7bd080cb73f4 +Author: Arlin Davis +Date: Tue Mar 13 16:20:20 2007 -0800 + + add provider option to dtest, set default to OpenIB-cma + commit 76a43cace54567135bac7ae54e336c6595b65fd9 Author: Arlin Davis Date: Fri Mar 9 13:09:14 2007 -0800