[Pkg-lustre-maintainers] [PATCH] add o2ib to lustre-source package
David Brown
dmlb2000 at gmail.com
Tue Feb 12 18:30:59 UTC 2008
Here's a patch to add o2ib network support to lustre-source package.
It creates one extra module ko2iblnd that can be used to talk to
infiniband using the open source ib stack.
Fairly simple patch it'd be nice if it was included.
Thanks,
- David Brown
Index: trunk/debian/rules
===================================================================
--- trunk/debian/rules (revision 430)
+++ trunk/debian/rules (working copy)
@@ -230,6 +230,7 @@
find . -type f -exec touch -r COPYING {} \;
# Doesn't seem possible to only build modules...
./configure --with-linux=$(KSRC) \
+ --with-o2ib=$(KSRC) \
--disable-quilt \
--disable-dependency-tracking \
--disable-doc \
More information about the Pkg-lustre-maintainers
mailing list