[openib-general] [PATCH] IPoIB Building (gen2)
Hal Rosenstock
halr at voltaire.com
Fri Aug 6 05:34:09 PDT 2004
Fix a couple of nits with gen2 IPoIB building
Index: src/linux-kernel/infiniband/ulp/Kconfig
===================================================================
--- src/linux-kernel/infiniband/ulp/Kconfig (revision 590)
+++ src/linux-kernel/infiniband/ulp/Kconfig (working copy)
@@ -2,7 +2,7 @@
tristate "IP-over-InfiniBand"
depends on INFINIBAND && NETDEVICES && INET
---help---
- Support for the IP-over-InfiniBand protocol (IPoIB). This
+ Support for the IETF IP-over-InfiniBand protocol (IPoIB). This
transports IP packets over InfiniBand so you can use your IB
device as a fancy NIC. To configure interfaces on multiple
InfiniBand partitions (P_Keys) you will need the ipoibcfg
Index: src/linux-kernel/infiniband/ulp/ipoib/ipoib_arp.c
===================================================================
--- src/linux-kernel/infiniband/ulp/ipoib/ipoib_arp.c (revision 590)
+++ src/linux-kernel/infiniband/ulp/ipoib/ipoib_arp.c (working copy)
@@ -491,7 +491,7 @@
entry->tid = tid;
}
- return 0;
+ return;
}
/* =============================================================== */
More information about the general
mailing list