Whamcloud - gitweb
- include the portals ping client/server in the 2.5 build
authorzab <zab>
Tue, 20 May 2003 01:56:17 +0000 (01:56 +0000)
committerzab <zab>
Tue, 20 May 2003 01:56:17 +0000 (01:56 +0000)
- default to the socknal in the ping server

lnet/Makefile.mk
lnet/tests/.cvsignore
lnet/tests/ping_srv.c
lustre/portals/Makefile.mk
lustre/portals/tests/.cvsignore
lustre/portals/tests/ping_srv.c

index a727993..cda2593 100644 (file)
@@ -7,3 +7,4 @@ obj-y += libcfs/
 obj-y += portals/
 obj-y += router/
 obj-y += knals/
+obj-y += tests/
index 051d1bd..d0c4c88 100644 (file)
@@ -1,3 +1,4 @@
 Makefile
 Makefile.in
 .deps
+.*.o.cmd
index 1037d09..c4c8057 100644 (file)
@@ -51,7 +51,7 @@
 
 static unsigned ping_head_magic;
 static unsigned ping_bulk_magic;
-static int nal  = 0;                            // Your NAL,
+static int nal  = 1;                            // Your NAL,
 static unsigned long packets_valid = 0;         // Valid packets 
 static int running = 1;
 atomic_t pkt;
index a727993..cda2593 100644 (file)
@@ -7,3 +7,4 @@ obj-y += libcfs/
 obj-y += portals/
 obj-y += router/
 obj-y += knals/
+obj-y += tests/
index 051d1bd..d0c4c88 100644 (file)
@@ -1,3 +1,4 @@
 Makefile
 Makefile.in
 .deps
+.*.o.cmd
index 1037d09..c4c8057 100644 (file)
@@ -51,7 +51,7 @@
 
 static unsigned ping_head_magic;
 static unsigned ping_bulk_magic;
-static int nal  = 0;                            // Your NAL,
+static int nal  = 1;                            // Your NAL,
 static unsigned long packets_valid = 0;         // Valid packets 
 static int running = 1;
 atomic_t pkt;