Whamcloud - gitweb
Fixes for LNET Directory rename
authorpjkirner <pjkirner>
Wed, 31 Aug 2005 03:32:53 +0000 (03:32 +0000)
committerpjkirner <pjkirner>
Wed, 31 Aug 2005 03:32:53 +0000 (03:32 +0000)
70 files changed:
lnet/Makefile.in
lnet/autoMakefile.am
lnet/autoconf/lustre-lnet.m4
lnet/include/Makefile.am
lnet/include/libcfs/darwin/kp30.h
lnet/include/libcfs/darwin/lltrace.h
lnet/include/libcfs/linux/kp30.h
lnet/include/libcfs/linux/lltrace.h
lnet/include/lnet/Makefile.am
lnet/include/lnet/api-support.h
lnet/include/lnet/api.h
lnet/include/lnet/darwin/lib-lnet.h
lnet/include/lnet/darwin/lib-p30.h
lnet/include/lnet/darwin/lib-types.h
lnet/include/lnet/darwin/lnet.h
lnet/include/lnet/darwin/p30.h
lnet/include/lnet/lib-lnet.h
lnet/include/lnet/lib-p30.h
lnet/include/lnet/lib-types.h
lnet/include/lnet/linux/lib-lnet.h
lnet/include/lnet/linux/lib-p30.h
lnet/include/lnet/linux/lib-types.h
lnet/include/lnet/linux/lnet.h
lnet/include/lnet/linux/p30.h
lnet/include/lnet/lnet.h
lnet/include/lnet/lnetctl.h
lnet/include/lnet/p30.h
lnet/include/lnet/ptlctl.h
lnet/include/lnet/socklnd.h
lnet/include/lnet/types.h
lnet/klnds/iiblnd/iiblnd.h
lnet/klnds/openiblnd/openiblnd.h
lnet/klnds/qswlnd/qswlnd.h
lnet/klnds/ralnd/ralnd.h
lnet/klnds/socklnd/socklnd.h
lnet/klnds/viblnd/viblnd.h
lnet/klnds/viblnd/wirecheck.c
lnet/libcfs/darwin/darwin-utils.c
lnet/libcfs/linux/linux-utils.c
lnet/libcfs/module.c
lnet/libcfs/nidstrings.c
lnet/lnet/Makefile.in
lnet/lnet/acceptor.c
lnet/lnet/api-ni.c
lnet/lnet/autoMakefile.am
lnet/lnet/config.c
lnet/lnet/lib-eq.c
lnet/lnet/lib-md.c
lnet/lnet/lib-me.c
lnet/lnet/lib-move.c
lnet/lnet/lib-msg.c
lnet/lnet/lo.c
lnet/lnet/module.c
lnet/lnet/router.h
lnet/tests/ping.h
lnet/tests/ping_cli.c
lnet/tests/ping_srv.c
lnet/tests/sping_cli.c
lnet/tests/sping_srv.c
lnet/ulnds/bridge.h
lnet/ulnds/connection.c
lnet/ulnds/socklnd/bridge.h
lnet/ulnds/socklnd/connection.c
lnet/utils/debug.c
lnet/utils/debugctl.c
lnet/utils/gmlndnid.c
lnet/utils/l_ioctl.c
lnet/utils/portals.c
lnet/utils/ptlctl.c
lnet/utils/wirecheck.c

index 7a33c70..3e76586 100644 (file)
@@ -1,6 +1,6 @@
 subdir-m += libcfs
 
-cray-subdirs += portals
+cray-subdirs += lnet
 cray-subdirs += knals
 cray-subdirs += tests
 @CRAY_PORTALS_FALSE@subdir-m += $(cray-subdirs)
index 36da28b..91f6065 100644 (file)
@@ -3,7 +3,7 @@
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
 
-SUBDIRS = libcfs portals knals unals tests doc utils include   \
+SUBDIRS = libcfs lnet knals unals tests doc utils include      \
        autoconf
 
 sources:
index 1111483..40d5f1c 100644 (file)
@@ -561,7 +561,7 @@ fi
 #
 # LN_PROG_LINUX
 #
-# Portals linux kernel checks
+# LNet linux kernel checks
 #
 AC_DEFUN([LN_PROG_LINUX],
 [LN_CONFIG_ZEROCOPY
@@ -735,8 +735,8 @@ lnet/doc/Makefile
 lnet/include/Makefile
 lnet/include/libcfs/Makefile
 lnet/include/libcfs/linux/Makefile
-lnet/include/portals/Makefile
-lnet/include/portals/linux/Makefile
+lnet/include/lnet/Makefile
+lnet/include/lnet/linux/Makefile
 lnet/knals/Makefile
 lnet/knals/autoMakefile
 lnet/knals/gmnal/Makefile
@@ -756,8 +756,8 @@ lnet/knals/socknal/autoMakefile
 lnet/libcfs/Makefile
 lnet/libcfs/autoMakefile
 lnet/libcfs/linux/Makefile
-lnet/portals/Makefile
-lnet/portals/autoMakefile
+lnet/lnet/Makefile
+lnet/lnet/autoMakefile
 lnet/tests/Makefile
 lnet/tests/autoMakefile
 lnet/unals/Makefile
@@ -767,7 +767,7 @@ case $lb_target_os in
        darwin)
                AC_CONFIG_FILES([
 lnet/include/libcfs/darwin/Makefile
-lnet/include/portals/darwin/Makefile
+lnet/include/lnet/darwin/Makefile
 lnet/libcfs/darwin/Makefile
 ])
                ;;
index dd6db1d..006180b 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS = libcfs portals
+SUBDIRS = libcfs lnet
 
 EXTRA_DIST = cygwin-ioctl.h
index fa1e10e..ace7f68 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <libcfs/darwin/darwin-lock.h>
 #include <libcfs/darwin/darwin-prim.h>
-#include <portals/p30.h>
+#include <lnet/p30.h>
 
 #define our_cond_resched()              schedule_timeout(1);
 
index bb0dc91..d65e54c 100644 (file)
@@ -18,9 +18,9 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/time.h>
-#include <portals/types.h>
+#include <lnet/types.h>
 #include <libcfs/kp30.h>
 #include <mach/vm_param.h>
-#include <portals/ptlctl.h>
+#include <lnet/ptlctl.h>
 
 #endif
index 01052fc..d0e0d67 100644 (file)
@@ -30,7 +30,7 @@
 # include <linux/highmem.h>
 # include <linux/module.h>
 # include <linux/version.h>
-# include <portals/p30.h>
+# include <lnet/p30.h>
 # include <linux/smp_lock.h>
 # include <asm/atomic.h>
 # include <asm/uaccess.h>
index 5050abc..d1fa7ae 100644 (file)
@@ -18,9 +18,9 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/time.h>
-#include <portals/types.h>
+#include <lnet/types.h>
 #include <libcfs/kp30.h>
-#include <portals/ptlctl.h>
+#include <lnet/ptlctl.h>
 #include <linux/limits.h>
 #include <asm/page.h>
 #include <linux/version.h>
index 0c44c1c..a08fde9 100644 (file)
@@ -1,4 +1,4 @@
-portalsdir=$(includedir)/portals
+lnetdir=$(includedir)/lnet
 
 SUBDIRS := linux
 if DARWIN
index 549f8cb..ff76a21 100644 (file)
@@ -9,8 +9,8 @@
 # include <time.h>
 #endif
 
-#include <portals/types.h>
+#include <lnet/types.h>
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
+#include <lnet/p30.h>
 
 #endif
index 793c2f2..127c75d 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "build_check.h"
 
-#include <portals/types.h>
+#include <lnet/types.h>
 
 int LNetInit(int *);
 
index d3b1ba9..7c2838a 100644 (file)
@@ -5,7 +5,7 @@
 #define __PORTALS_DARWIN_LIB_P30_H__
 
 #ifndef __PORTALS_LIB_P30_H__
-#error Do not #include this file directly. #include <portals/lib-p30.h> instead
+#error Do not #include this file directly. #include <lnet/lib-p30.h> instead
 #endif
 
 #include <string.h>
index d3b1ba9..7c2838a 100644 (file)
@@ -5,7 +5,7 @@
 #define __PORTALS_DARWIN_LIB_P30_H__
 
 #ifndef __PORTALS_LIB_P30_H__
-#error Do not #include this file directly. #include <portals/lib-p30.h> instead
+#error Do not #include this file directly. #include <lnet/lib-p30.h> instead
 #endif
 
 #include <string.h>
index 744e566..19ad4b2 100644 (file)
@@ -5,7 +5,7 @@
 #define __PORTALS_DARWIN_LIB_TYPES_H__
 
 #ifndef __PORTALS_LIB_TYPES_H__
-#error Do not #include this file directly. #include <portals/lib-types.h> instead
+#error Do not #include this file directly. #include <lnet/lib-types.h> instead
 #endif
 
 #include <sys/types.h>
index e619fa7..fab937c 100644 (file)
@@ -5,7 +5,7 @@
 #define _PORTALS_DARWIN_P30_H_
 
 #ifndef __PORTALS_P30_H__
-#error Do not #include this file directly. #include <portals/p30.h> instead
+#error Do not #include this file directly. #include <lnet/p30.h> instead
 #endif
 
 /*
index e619fa7..fab937c 100644 (file)
@@ -5,7 +5,7 @@
 #define _PORTALS_DARWIN_P30_H_
 
 #ifndef __PORTALS_P30_H__
-#error Do not #include this file directly. #include <portals/p30.h> instead
+#error Do not #include this file directly. #include <lnet/p30.h> instead
 #endif
 
 /*
index 32322bd..1e8f8f0 100644 (file)
 #include "build_check.h"
 
 #if defined(__linux__)
-#include <portals/linux/lib-p30.h>
+#include <lnet/linux/lib-p30.h>
 #elif defined(__APPLE__)
-#include <portals/darwin/lib-p30.h>
+#include <lnet/darwin/lib-p30.h>
 #else
 #error Unsupported Operating System
 #endif
 
-#include <portals/types.h>
+#include <lnet/types.h>
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
-#include <portals/lib-types.h>
+#include <lnet/p30.h>
+#include <lnet/lib-types.h>
 
 extern ptl_apini_t   ptl_apini;                 /* THE network interface (at the API) */
 
index 32322bd..1e8f8f0 100644 (file)
 #include "build_check.h"
 
 #if defined(__linux__)
-#include <portals/linux/lib-p30.h>
+#include <lnet/linux/lib-p30.h>
 #elif defined(__APPLE__)
-#include <portals/darwin/lib-p30.h>
+#include <lnet/darwin/lib-p30.h>
 #else
 #error Unsupported Operating System
 #endif
 
-#include <portals/types.h>
+#include <lnet/types.h>
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
-#include <portals/lib-types.h>
+#include <lnet/p30.h>
+#include <lnet/lib-types.h>
 
 extern ptl_apini_t   ptl_apini;                 /* THE network interface (at the API) */
 
index d76a392..baf8de4 100644 (file)
 #include "build_check.h"
 
 #if defined(__linux__)
-#include <portals/linux/lib-types.h>
+#include <lnet/linux/lib-types.h>
 #elif defined(__APPLE__)
-#include <portals/darwin/lib-types.h>
+#include <lnet/darwin/lib-types.h>
 #else
 #error Unsupported Operating System
 #endif
 
 #include <libcfs/libcfs.h>
 #include <libcfs/list.h>
-#include <portals/types.h>
+#include <lnet/types.h>
 
 #define WIRE_ATTR      __attribute__((packed))
 
index 1c88080..77463bc 100644 (file)
@@ -5,7 +5,7 @@
 #define __PORTALS_LINUX_LIB_P30_H__
 
 #ifndef __PORTALS_LIB_P30_H__
-#error Do not #include this file directly. #include <portals/lib-p30.h> instead
+#error Do not #include this file directly. #include <lnet/lib-p30.h> instead
 #endif
 
 #ifdef __KERNEL__
index 1c88080..77463bc 100644 (file)
@@ -5,7 +5,7 @@
 #define __PORTALS_LINUX_LIB_P30_H__
 
 #ifndef __PORTALS_LIB_P30_H__
-#error Do not #include this file directly. #include <portals/lib-p30.h> instead
+#error Do not #include this file directly. #include <lnet/lib-p30.h> instead
 #endif
 
 #ifdef __KERNEL__
index f896b4b..281a8c2 100644 (file)
@@ -5,7 +5,7 @@
 #define __PORTALS_LINUX_LIB_TYPES_H__
 
 #ifndef __PORTALS_LIB_TYPES_H__
-#error Do not #include this file directly. #include <portals/lib-types.h> instead
+#error Do not #include this file directly. #include <lnet/lib-types.h> instead
 #endif
 
 #ifdef __KERNEL__
index b074837..90a8848 100644 (file)
@@ -5,7 +5,7 @@
 #define __PORTALS_LINUX_P30_H__
 
 #ifndef __PORTALS_P30_H__
-#error Do not #include this file directly. #include <portals/p30.h> instead
+#error Do not #include this file directly. #include <lnet/p30.h> instead
 #endif
 
 /*
index b074837..90a8848 100644 (file)
@@ -5,7 +5,7 @@
 #define __PORTALS_LINUX_P30_H__
 
 #ifndef __PORTALS_P30_H__
-#error Do not #include this file directly. #include <portals/p30.h> instead
+#error Do not #include this file directly. #include <lnet/p30.h> instead
 #endif
 
 /*
index 9be79b8..a0c33c3 100644 (file)
  * User application interface file
  */
 #if defined(__linux__)
-#include <portals/linux/p30.h>
+#include <lnet/linux/p30.h>
 #elif defined(__APPLE__)
-#include <portals/darwin/p30.h>
+#include <lnet/darwin/p30.h>
 #else
 #error Unsupported Operating System
 #endif
 
-#include <portals/types.h>
-#include <portals/api.h>
+#include <lnet/types.h>
+#include <lnet/api.h>
 
 #endif
index 8b3c997..4b5b920 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef _PTLCTL_H_
 #define _PTLCTL_H_
 
-#include <portals/types.h>
+#include <lnet/types.h>
 #include <libcfs/kp30.h>
 #include <libcfs/libcfs.h>
 
index 9be79b8..a0c33c3 100644 (file)
  * User application interface file
  */
 #if defined(__linux__)
-#include <portals/linux/p30.h>
+#include <lnet/linux/p30.h>
 #elif defined(__APPLE__)
-#include <portals/darwin/p30.h>
+#include <lnet/darwin/p30.h>
 #else
 #error Unsupported Operating System
 #endif
 
-#include <portals/types.h>
-#include <portals/api.h>
+#include <lnet/types.h>
+#include <lnet/api.h>
 
 #endif
index 8b3c997..4b5b920 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef _PTLCTL_H_
 #define _PTLCTL_H_
 
-#include <portals/types.h>
+#include <lnet/types.h>
 #include <libcfs/kp30.h>
 #include <libcfs/libcfs.h>
 
index 27e6f8e..e90ddef 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
  * vim:expandtab:shiftwidth=8:tabstop=8:
  *
- * <portals/socknal.h>
+ * <lnet/socknal.h>
  *
  * #defines shared between socknal implementation and utilities
  */
index 8581ee1..914bc4c 100644 (file)
@@ -4,7 +4,7 @@
 #include "build_check.h"
 
 #include <libcfs/libcfs.h>
-#include <portals/errno.h>
+#include <lnet/errno.h>
 
 /* This implementation uses the same type for API function return codes and
  * the completion status in an event  */
index 47c1119..3ac5280 100644 (file)
@@ -51,8 +51,8 @@
 #define DEBUG_SUBSYSTEM S_NAL
 
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
-#include <portals/lib-p30.h>
+#include <lnet/p30.h>
+#include <lnet/lib-p30.h>
 
 #include <linux/iba/ibt.h>
 
index 7f168ec..b350dc6 100644 (file)
@@ -54,8 +54,8 @@
 #define DEBUG_SUBSYSTEM S_NAL
 
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
-#include <portals/lib-p30.h>
+#include <lnet/p30.h>
+#include <lnet/lib-p30.h>
 
 #include <ts_ib_core.h>
 #include <ts_ib_cm.h>
index d86a13a..6e8aa42 100644 (file)
@@ -75,8 +75,8 @@
 #define DEBUG_SUBSYSTEM S_NAL
 
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
-#include <portals/lib-p30.h>
+#include <lnet/p30.h>
+#include <lnet/lib-p30.h>
 
 #define KQSW_CHECKSUM   0
 #if KQSW_CHECKSUM
index 6e2a1c7..7e52dd9 100644 (file)
@@ -54,8 +54,8 @@
 #define DEBUG_SUBSYSTEM S_NAL
 
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
-#include <portals/lib-p30.h>
+#include <lnet/p30.h>
+#include <lnet/lib-p30.h>
 
 #include <rapl.h>
 
index ac49d74..bef2cc0 100644 (file)
@@ -39,9 +39,9 @@
 #endif
 
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
-#include <portals/lib-p30.h>
-#include <portals/socknal.h>
+#include <lnet/p30.h>
+#include <lnet/lib-p30.h>
+#include <lnet/socknal.h>
 
 /* default vals for tunables/modparams */
 #define SOCKNAL_TIMEOUT          50             /* default comms timeout (seconds) */
index ec2cb34..e552cd7 100644 (file)
@@ -56,8 +56,8 @@
 #define DEBUG_SUBSYSTEM S_NAL
 
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
-#include <portals/lib-p30.h>
+#include <lnet/p30.h>
+#include <lnet/lib-p30.h>
 
 /* CPU_{L,B}E #defines needed by Voltaire headers */
 #include <asm/byteorder.h>
index 50d1f2c..ba479ea 100644 (file)
@@ -6,7 +6,7 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 
-#include <portals/api-support.h>
+#include <lnet/api-support.h>
 
 /* This ghastly hack to allows me to include lib-types.h It doesn't affect any
  * assertions generated here (but fails-safe if it ever does) */
@@ -14,7 +14,7 @@ typedef struct {
         int     counter;
 } atomic_t;
 
-#include <portals/lib-types.h>
+#include <lnet/lib-types.h>
 
 #define IBNAL_USE_FMR 1
 #include "vibnal_wire.h"
index 630db6b..d0241b4 100644 (file)
@@ -29,7 +29,7 @@
 #include <sys/errno.h>
 #include <sys/types.h>
 #include <sys/fcntl.h>
-#include <portals/types.h>
+#include <lnet/types.h>
 
 #ifndef isspace
 inline int
index 67ecb0c..c3163a7 100644 (file)
@@ -25,7 +25,7 @@
  * miscellaneous libcfs stuff
  */
 #define DEBUG_SUBSYSTEM S_PORTALS
-#include <portals/types.h>
+#include <lnet/types.h>
 
 /*
  * Convert server error code to client format. Error codes are from
index 2a85f9f..f3fda33 100644 (file)
@@ -24,8 +24,8 @@
 #endif
 #define DEBUG_SUBSYSTEM S_PORTALS
 
-#include <portals/lib-p30.h>
-#include <portals/p30.h>
+#include <lnet/lib-p30.h>
+#include <lnet/p30.h>
 #include <libcfs/kp30.h>
 
 void
index ad5ccfb..081b12a 100644 (file)
@@ -26,7 +26,7 @@
 
 #define DEBUG_SUBSYSTEM S_PORTALS
 
-#include <portals/p30.h>
+#include <lnet/p30.h>
 #include <libcfs/kp30.h>
 #ifndef __KERNEL__
 #include <netdb.h>
index 03dd64c..53461a1 100644 (file)
@@ -1,9 +1,9 @@
-MODULES := portals
+MODULES := lnet
 
-portals-objs := api-errno.o api-ni.o config.o
-portals-objs += lib-me.o lib-msg.o lib-eq.o lib-md.o
-portals-objs += lib-move.o module.o lo.o
-portals-objs += router.o router_proc.o acceptor.o
+lnet-objs := api-errno.o api-ni.o config.o
+lnet-objs += lib-me.o lib-msg.o lib-eq.o lib-md.o
+lnet-objs += lib-move.o module.o lo.o
+lnet-objs += router.o router_proc.o acceptor.o
 
 default: all
 
index 24f22a8..89a6763 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #define DEBUG_SUBSYSTEM S_PORTALS
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 #ifdef __KERNEL__
 static char *accept = "secure";
index e2e682b..ab698ac 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #define DEBUG_SUBSYSTEM S_PORTALS
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 #define DEFAULT_NETWORKS  "tcp"
 static char *networks = DEFAULT_NETWORKS;
index 92c5b4f..f9baebc 100644 (file)
@@ -15,7 +15,7 @@ endif
 if MODULES
 
 if LINUX
-modulenet_DATA = portals$(KMODEXT)
+modulenet_DATA = lnet$(KMODEXT)
 endif # LINUX
 
 if DARWIN
@@ -44,5 +44,5 @@ install-data-hook: $(install_data_hook)
 
 EXTRA_DIST := Info.plist router.h
 
-MOSTLYCLEANFILES = *.o *.ko *.mod.c portals
-DIST_SOURCES = $(portals-objs:%.o=%.c)
+MOSTLYCLEANFILES = *.o *.ko *.mod.c lnet
+DIST_SOURCES = $(lnet-objs:%.o=%.c)
index 85d8b7b..1bff498 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #define DEBUG_SUBSYSTEM S_PORTALS
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 typedef struct {                                /* tmp struct for parsing routes */
        struct list_head   ptb_list;            /* stash on lists */
index 2a84eb9..af0c1aa 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #define DEBUG_SUBSYSTEM S_PORTALS
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 int
 LNetEQAlloc(lnet_handle_ni_t interface, lnet_size_t count,
index d1b9a74..8564002 100644 (file)
@@ -24,7 +24,7 @@
 
 #define DEBUG_SUBSYSTEM S_PORTALS
 
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 /* must be called with PTL_LOCK held */
 void
index dae26e9..e0aef8e 100644 (file)
@@ -24,7 +24,7 @@
 
 #define DEBUG_SUBSYSTEM S_PORTALS
 
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 int
 LNetMEAttach(lnet_handle_ni_t interface, 
index dd88570..f07d462 100644 (file)
@@ -24,7 +24,7 @@
 
 #define DEBUG_SUBSYSTEM S_PORTALS
 
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 #if 1
 /* Enforce the rule that the target NID must be that of the receiving NI */
index 3495df9..1a4da6f 100644 (file)
@@ -24,7 +24,7 @@
 
 #define DEBUG_SUBSYSTEM S_PORTALS
 
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 void
 ptl_enq_event_locked (void *private, ptl_eq_t *eq, lnet_event_t *ev)
index 1d3ca8b..3dbb5fc 100644 (file)
@@ -19,7 +19,7 @@
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 int
 lonal_send (ptl_ni_t        *ni,
index 0d2b90c..d94e555 100644 (file)
@@ -23,7 +23,7 @@
 # define EXPORT_SYMTAB
 #endif
 #define DEBUG_SUBSYSTEM S_PORTALS
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 static int config_on_load = 0;
 CFS_MODULE_PARM(config_on_load, "i", int, 0444,
index 53cb997..afe377f 100644 (file)
@@ -26,7 +26,7 @@
 
 #define DEBUG_SUBSYSTEM S_PTLROUTER
 
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 #ifdef __KERNEL__
 
index 13f1297..3ffadf5 100644 (file)
@@ -2,7 +2,7 @@
 #define _KPING_INCLUDED
 
 #include <libcfs/portals_utils.h>
-#include <portals/p30.h>
+#include <lnet/p30.h>
 
 
 #define PTL_PING_IN_SIZE               256     // n packets per buffer
index 86999e8..4a803e5 100644 (file)
@@ -26,7 +26,7 @@
 #define DEBUG_SUBSYSTEM S_PINGER
 
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
+#include <lnet/p30.h>
 #include "ping.h"
 /* int portal_debug = D_PING_CLI;  */
 
index d97e307..5adfb26 100644 (file)
@@ -26,7 +26,7 @@
 #define DEBUG_SUBSYSTEM S_PINGER
 
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
+#include <lnet/p30.h>
 #include "ping.h"
 
 #define STDSIZE (sizeof(int) + sizeof(int) + sizeof(struct timeval))
index 8ad432e..a27cd5f 100644 (file)
@@ -32,7 +32,7 @@
 #define DEBUG_SUBSYSTEM S_PINGER
 
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
+#include <lnet/p30.h>
 #include <linux/module.h>
 #include <linux/proc_fs.h>
 #include <linux/init.h>
index 9b18fa3..072a98c 100644 (file)
@@ -31,7 +31,7 @@
 #define DEBUG_SUBSYSTEM S_PINGER
 
 #include <libcfs/kp30.h>
-#include <portals/p30.h>
+#include <lnet/p30.h>
 #include "ping.h"
 
 #include <linux/module.h>
index e228d5f..9e72903 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef TCPNAL_PROCBRIDGE_H
 #define TCPNAL_PROCBRIDGE_H
 
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 typedef struct bridge {
     int alive;
index f32a666..cabfe21 100644 (file)
@@ -37,9 +37,9 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
-#include <portals/types.h>
-#include <portals/lib-types.h>
-#include <portals/socknal.h>
+#include <lnet/types.h>
+#include <lnet/lib-types.h>
+#include <lnet/socknal.h>
 #include <libcfs/kp30.h>
 #include <connection.h>
 #include <pthread.h>
index e228d5f..9e72903 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef TCPNAL_PROCBRIDGE_H
 #define TCPNAL_PROCBRIDGE_H
 
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 typedef struct bridge {
     int alive;
index f32a666..cabfe21 100644 (file)
@@ -37,9 +37,9 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
-#include <portals/types.h>
-#include <portals/lib-types.h>
-#include <portals/socknal.h>
+#include <lnet/types.h>
+#include <lnet/lib-types.h>
+#include <lnet/socknal.h>
 #include <libcfs/kp30.h>
 #include <connection.h>
 #include <pthread.h>
index 418fdbc..294f149 100644 (file)
@@ -49,8 +49,8 @@
 #include <sys/mman.h>
 #include <sys/utsname.h>
 
-#include <portals/api-support.h>
-#include <portals/ptlctl.h>
+#include <lnet/api-support.h>
+#include <lnet/ptlctl.h>
 #include <libcfs/portals_utils.h>
 #include "parser.h"
 
index 1b6cd96..9f5df8c 100644 (file)
@@ -25,8 +25,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <portals/api-support.h>
-#include <portals/ptlctl.h>
+#include <lnet/api-support.h>
+#include <lnet/ptlctl.h>
 #include "parser.h"
 
 
index 6b9cfe6..8536792 100644 (file)
@@ -32,8 +32,8 @@
 #include <syslog.h>
 #include <errno.h>
 
-#include <portals/api-support.h>
-#include <portals/lib-types.h>
+#include <lnet/api-support.h>
+#include <lnet/lib-types.h>
 
 #include <gm.h>
 
index 01dccb1..7884ec0 100644 (file)
@@ -33,8 +33,8 @@
 #include <errno.h>
 #include <unistd.h>
 
-#include <portals/api-support.h>
-#include <portals/ptlctl.h>
+#include <lnet/api-support.h>
+#include <lnet/ptlctl.h>
 #include <libcfs/portals_utils.h>
 
 static ioc_handler_t  do_ioctl;                 /* forward ref */
index 4d3b583..519e83a 100644 (file)
 #ifdef REDSTORM
 #define __QK__
 #endif
-#include <portals/ipmap.h>
+#include <lnet/ipmap.h>
 #endif
 
 #include <libcfs/portals_utils.h>
-#include <portals/api-support.h>
-#include <portals/ptlctl.h>
-#include <portals/socknal.h>
+#include <lnet/api-support.h>
+#include <lnet/ptlctl.h>
+#include <lnet/socknal.h>
 #include "parser.h"
 
 unsigned int portal_debug;
index 5dcf01d..cc88eae 100644 (file)
@@ -22,8 +22,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <portals/api-support.h>
-#include <portals/ptlctl.h>
+#include <lnet/api-support.h>
+#include <lnet/ptlctl.h>
 
 #include "parser.h"
 
index 9cb4c4f..4909dd9 100644 (file)
@@ -4,7 +4,7 @@
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/wait.h>
-#include <portals/lib-p30.h>
+#include <lnet/lib-p30.h>
 
 #include <string.h>