[Openib-windows] [PATCH] IBAL Kernel WPP enable

Yossi Leybovich sleybo at mellanox.co.il
Sun Jul 2 00:17:02 PDT 2006


Fab
 
I notice that the current stack does not enable WPP in the kernel part,
this patch fix enable it.
(it also include fix for compilation error in 64 bit)
 
Do you want me to apply this ?
 
10x
Yossi 
 
singed-off-by: Yossi Leybovich (sleybo at mellanox.co.il)

Index: W:/work/latest/core/al/kernel/SOURCES
===================================================================
--- W:/work/latest/core/al/kernel/SOURCES	(revision 1498)
+++ W:/work/latest/core/al/kernel/SOURCES	(revision 1500)
@@ -5,7 +5,7 @@
 
 
 !if $(FREEBUILD)
-#ENABLE_EVENT_TRACING=1
+ENABLE_EVENT_TRACING=1
 !else
 #ENABLE_EVENT_TRACING=1
 !endif
Index: W:/work/latest/core/al/kernel/al_dev.c
===================================================================
--- W:/work/latest/core/al/kernel/al_dev.c	(revision 1498)
+++ W:/work/latest/core/al/kernel/al_dev.c	(revision 1500)
@@ -442,8 +442,8 @@
 	p_open_context = p_io_stack->FileObject->FsContext;
 
 	AL_PRINT( TRACE_LEVEL_INFORMATION, AL_DBG_DEV,
-		("al_dev_ioctl: buf_size (%ld) p_buf (%p).\n",
-		cl_ioctl_in_size( h_ioctl ), cl_ioctl_in_buf( h_ioctl ))
);
+		("al_dev_ioctl: buf_size (%d) p_buf (%p).\n",
+		(int)cl_ioctl_in_size( h_ioctl ), cl_ioctl_in_buf(
h_ioctl )) );
 
 	/* Process the ioctl command. */
 	if( IS_AL_PROXY_IOCTL(cl_ioctl_ctl_code( h_ioctl )) )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kernel_wpp.patch
Type: application/octet-stream
Size: 1064 bytes
Desc: kernel_wpp.patch
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20060702/8ae7ba10/attachment.obj>


More information about the ofw mailing list