Committed in revision 2596. On Mon, 13 Jun 2005, Tom Duffy wrote:
tduffy> Update the TODO so we don't lose track of needs. tduffy> tduffy> Signed-off-by: Tom Duffy <[EMAIL PROTECTED]> tduffy> tduffy> Index: TODO tduffy> =================================================================== tduffy> --- TODO (revision 2588) tduffy> +++ TODO (working copy) tduffy> @@ -3,6 +3,8 @@ tduffy> DAT tduffy> *) change dat function to use errno return code as all linux kernel export tduffy> functions tduffy> +*) remove the dat_func() wrappers and have code call the functions from the tduffy> + method table directly tduffy> tduffy> IB DAT PROVIDER tduffy> tduffy> @@ -23,3 +25,5 @@ IB DAT PROVIDER tduffy> *) cache remote peer's address so that it does not need to be retrieved in tduffy> dapl_ep_query. tduffy> *) Replace dapl linked lists with Linux linked lists tduffy> +*) don't check for NULL all over the place -- if somebody calls a function tduffy> + wrong and breaks things, let them keep both halves tduffy> _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
