Re: [openib-general] [PATCH] remove scm provider from uDAPL build.

2006-10-16 Thread Or Gerlitz
Arlin Davis wrote:
 Here is a patch to remove uDAPL scm provider from the build since it is 
 no longer needed nor
 supported. This provider was merely a stop gap until uCMA was pushed 
 into kernel.
 
 Tziporet, can you get this change into OFED 1.1?
 
 Signed-off by: Arlin Davis [EMAIL PROTECTED]

Can you also apply the patch and remove the dapl/openib_scm directory 
from the openib SVN?

Or.


___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [PATCH] remove scm provider from uDAPL build.

2006-10-16 Thread Or Gerlitz
Tziporet Koren wrote:
 Arlin Davis wrote:
 Here is a patch to remove uDAPL scm provider from the build since it 
 is no longer needed nor
 supported. This provider was merely a stop gap until uCMA was pushed 
 into kernel.

 Tziporet, can you get this change into OFED 1.1?
   
 Does this fix a blocker bug?
 If not then I suggest we wait with this for 1.2 since its not a small 
 patch.

To clarify, without this patch, OFED provides an untested  unsupported 
udapl provider library (libdaplscm.so). The way i realized that this 
happens was when I got bug reports and questions from a customer who 
attempted to use it... So it should be removed.

Or.



___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [PATCH] remove scm provider from uDAPL build.

2006-10-16 Thread Tziporet Koren


Or Gerlitz wrote:
 Tziporet Koren wrote:
 
 To clarify, without this patch, OFED provides an untested  unsupported 
 udapl provider library (libdaplscm.so). The way i realized that this 
 happens was when I got bug reports and questions from a customer who 
 attempted to use it... So it should be removed.
 
 Or.
 

But we can document this in the release notes.
Arlin - can you update uDAPL release notes with this or do you want me 
to do it.

Thanks,
Tziporet

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [PATCH] remove scm provider from uDAPL build.

2006-10-16 Thread Davis, Arlin R



But we can document this in the release notes.
Arlin - can you update uDAPL release notes with this or do you want me
to do it.
 

Go ahead and update the release notes. If you could also apply the small
dat.conf patch that removes SCM from the configuration it would reduce
the changes of customer picking up SCM by mistake. Most customers refer
to dat.conf for supported configurations.  

-arlin


Thanks,
Tziporet

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [PATCH] remove scm provider from uDAPL build.

2006-10-16 Thread tziporet


 Go ahead and update the release notes. If you could also apply the small
 dat.conf patch that removes SCM from the configuration it would reduce
 the changes of customer picking up SCM by mistake. Most customers refer
 to dat.conf for supported configurations.

 -arlin

OK I will

Tziporet


___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [PATCH] remove scm provider from uDAPL build.

2006-10-15 Thread Tziporet Koren
Arlin Davis wrote:
 Here is a patch to remove uDAPL scm provider from the build since it is no 
 longer needed nor
 supported. This provider was merely a stop gap until uCMA was pushed into 
 kernel.

 Tziporet, can you get this change into OFED 1.1?
   
Does this fix a blocker bug?
If not then I suggest we wait with this for 1.2 since its not a small patch.

Tziporet


___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



[openib-general] [PATCH] remove scm provider from uDAPL build.

2006-10-12 Thread Arlin Davis
Here is a patch to remove uDAPL scm provider from the build since it is no 
longer needed nor
supported. This provider was merely a stop gap until uCMA was pushed into 
kernel.

Tziporet, can you get this change into OFED 1.1?

Signed-off by: Arlin Davis [EMAIL PROTECTED]


Index: doc/dat.conf
===
--- doc/dat.conf(revision 9781)
+++ doc/dat.conf(working copy)
@@ -6,19 +6,10 @@
 # ia_name api_version threadsafety default lib_path \
 #   provider_version ia_params platform_params
 #
-# Example for openib_cma and openib_scm
-#
-# For cma version you specify ia_params as:
+# For the uDAPL cma provder, specify ia_params as one of the following:
 #   network address, network hostname, or netdev name and 0 for port
 #
-# For scm version you specify ia_params as actual device name and port
-#
 # Simple (OpenIB-cma) default with netdev name provided first on list 
 # to enable use of same dat.conf version on all nodes
 #
 OpenIB-cma u1.2 nonthreadsafe default /usr/lib/libdaplcma.so mv_dapl.1.2 ib0 
0 
-OpenIB-cma-ip u1.2 nonthreadsafe default /usr/lib/libdaplcma.so mv_dapl.1.2 
192.168.0.22 0 
-OpenIB-cma-name u1.2 nonthreadsafe default /usr/lib/libdaplcma.so mv_dapl.1.2 
svr1-ib0 0 
-OpenIB-cma-netdev u1.2 nonthreadsafe default /usr/lib/libdaplcma.so 
mv_dapl.1.2 ib0 0 
-OpenIB-scm1 u1.2 nonthreadsafe default /usr/lib/libdaplscm.so mv_dapl.1.2 
mthca0 1 
-OpenIB-scm2 u1.2 nonthreadsafe default /usr/lib/libdaplscm.so mv_dapl.1.2 
mthca0 2 
Index: Makefile.am
===
--- Makefile.am (revision 9781)
+++ Makefile.am (working copy)
@@ -18,11 +18,9 @@
 
 datlibdir = $(libdir)
 dapllibcmadir = $(libdir)
-dapllibscmdir = $(libdir)
 
 datlib_LTLIBRARIES = dat/udat/libdat.la
 dapllibcma_LTLIBRARIES = dapl/udapl/libdaplcma.la
-dapllibscm_LTLIBRARIES = dapl/udapl/libdaplscm.la
 
 dat_udat_libdat_la_CFLAGS = -Wall $(DBGFLAGS) -D_GNU_SOURCE $(OSFLAGS) \
-I$(srcdir)/dat/include/ -I$(srcdir)/dat/udat/ \
@@ -34,21 +32,13 @@
-I$(srcdir)/dapl/common 
-I$(srcdir)/dapl/udapl/linux \
-I$(srcdir)/dapl/openib_cma 

-dapl_udapl_libdaplscm_la_CFLAGS = -Wall $(DBGFLAGS) -D_GNU_SOURCE $(OSFLAGS) \
-   -DOPENIB -DCQ_WAIT_OBJECT \
-   -I$(srcdir)/dat/include/ 
-I$(srcdir)/dapl/include/ \
-   -I$(srcdir)/dapl/common 
-I$(srcdir)/dapl/udapl/linux \
-   -I$(srcdir)/dapl/openib_scm 
-
 if HAVE_LD_VERSION_SCRIPT
 dat_version_script = -Wl,--version-script=$(srcdir)/dat/udat/libdat.map
 daplcma_version_script = 
-Wl,--version-script=$(srcdir)/dapl/udapl/libdaplcma.map
-daplscm_version_script = 
-Wl,--version-script=$(srcdir)/dapl/udapl/libdaplscm.map

 else
 dat_version_script = 
 daplcma_version_script = 
-daplscm_version_script = 
 
 endif
 
@@ -177,116 +167,6 @@
   -Wl,-init,dapl_init -Wl,-fini,dapl_fini \
   -lpthread -libverbs -lrdmacm 

-
-#
-# uDAPL OpenIB Socket CM version: libdaplscm.so
-#
-dapl_udapl_libdaplscm_la_SOURCES = dapl/udapl/dapl_init.c \
-dapl/udapl/dapl_evd_create.c   \
-dapl/udapl/dapl_evd_query.c\
-dapl/udapl/dapl_cno_create.c   \
-dapl/udapl/dapl_cno_modify_agent.c \
-dapl/udapl/dapl_cno_free.c \
-dapl/udapl/dapl_cno_wait.c \
-dapl/udapl/dapl_cno_query.c\
-dapl/udapl/dapl_lmr_create.c   \
-dapl/udapl/dapl_evd_wait.c \
-dapl/udapl/dapl_evd_disable.c  \
-dapl/udapl/dapl_evd_enable.c   \
-dapl/udapl/dapl_evd_modify_cno.c   \
-dapl/udapl/dapl_evd_set_unwaitable.c   \
-dapl/udapl/dapl_evd_clear_unwaitable.c \
-dapl/udapl/linux/dapl_osd.c\
-dapl/common/dapl_cookie.c   \
-dapl/common/dapl_cr_accept.c\
-dapl/common/dapl_cr_query.c \
-dapl/common/dapl_cr_reject.c\
-dapl/common/dapl_cr_util.c  \
-dapl/common/dapl_cr_callback.c  \
-dapl/common/dapl_cr_handoff.c   \
-dapl/common/dapl_ep_connect.c   \
-dapl/common/dapl_ep_create.c\
-dapl/common/dapl_ep_disconnect.c\
-dapl/common/dapl_ep_dup_connect.c   \
-dapl/common/dapl_ep_free.c  \
-dapl/common/dapl_ep_reset.c \
-dapl/common/dapl_ep_get_status.c\
-