[openib-general] [PATCH] kDAPL: update TODO

Tom Duffy tduffy at sun.com
Tue Jun 14 10:56:43 PDT 2005


Signed-off-by: Tom Duffy <tduffy at sun.com>

Index: linux-kernel/TODO
===================================================================
--- linux-kernel/TODO	(revision 2597)
+++ linux-kernel/TODO	(working copy)
@@ -1,31 +1,3 @@
-*) Test static compilation of DAT and IB DAT PROVIDER
+Please refer to the TODO at:
 
-DAT
-*) change dat function to use errno return code as all linux kernel export
-   functions
-*) remove the dat_func() wrappers and have code call the functions from the
-   method table directly
-*) move consumer to using a register/callback interface for discovering 
-   providers (this will better support hot plug).
-
-IB DAT PROVIDER
-
-*) add ATS support (set,get) to support interoperability with old versions
-   of kdapl (IBDG ,Netapp filer)
-*) integrate gen2 code: bring openib funcs into the common code by not 
-   using dapl_openib_* functions
-*) replace all typedef's
-*) integrate linux abstraction into code (don't call dapl_os* functions )
-*) add missing functionality e.g (dat_evd_modify_upcall ...)
-*) fix know bugs (connect race , disconnect race , disconnect graceful ...)
-*) no need to check in dapl things that mthca also check and return error
-   code we can save the code and return the error from mthca.
-*) register completion callback handlers when creating all cq's w/ ib_create_cq
-*) fix flow control of dapl_cr_callback (DAT_CONNECTION_EVENT_BROKEN calls 
-   dapl_ib_disconnect_clean and then tries to send a REJ on a non-existent 
-   connection)
-*) cache remote peer's address so that it does not need to be retrieved in 
-   dapl_ep_query.
-*) Replace dapl linked lists with Linux linked lists
-*) don't check for NULL all over the place -- if somebody calls a function
-   wrong and breaks things, let them keep both halves
+https://openib.org/tiki/tiki-index.php?page=kDAPLTodoList




More information about the general mailing list