]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
commit
authorSean Hefty <sean.hefty@intel.com>
Thu, 21 Jan 2010 06:01:51 +0000 (22:01 -0800)
committerSean Hefty <sean.hefty@intel.com>
Thu, 21 Jan 2010 06:01:51 +0000 (22:01 -0800)
meta
patches/iface [deleted file]

diff --git a/meta b/meta
index 99ecd257c1245215168016a0f9909bfb3908ceaa..614e47a95e88b53880e1e894961a8a7f97b621a0 100644 (file)
--- a/meta
+++ b/meta
@@ -1,8 +1,7 @@
 Version: 1
-Previous: da26088612f2be7a5424a1f7a7787b2124ee31a3
+Previous: 30080e6033acb966ff077925efd49f660a00c17c
 Head: a21593d201ffbdc7ab088e7f8e073933160d34b0
 Applied:
-  iface: 8edee9674d8d095efad04614df38f376b202d373
   wv-dreq: 76c65660c90f7c246dae9552f6c5c2d1b3c76046
   vend_mad: a21593d201ffbdc7ab088e7f8e073933160d34b0
 Unapplied:
diff --git a/patches/iface b/patches/iface
deleted file mode 100644 (file)
index 680b07e..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-Bottom: ed83eaafb30f6350ee91b66e311ccc444ed5a95a
-Top:    183270640bdf174cdc613bec00492bd2ed986685
-Author: Sean Hefty <sean.hefty@intel.com>
-Date:   2010-01-18 12:03:15 -0800
-
-docs/interfaces.txt: add documentation to describe interface differences
-
-Provide a simple documentation that defines the main userspace
-verbs interfaces and the differences between them.
-
-Signed-off-by: Sean Hefty <sean.hefty@intel.com>
-
-
----
-
-diff --git a/trunk/docs/interfaces.txt b/trunk/docs/interfaces.txt
-new file mode 100755
-index 0000000..66a80ec
---- /dev/null
-+++ b/trunk/docs/interfaces.txt
-@@ -0,0 +1,40 @@
-+WinOF provides several userspace interfaces.  The main application\r
-+interfaces are given below, along with a brief description of each.\r
-+\r
-+\r
-+libibverbs\r
-+OFA interface available on windows and linux\r
-+      This is the only linux verbs interface, which was ported to\r
-+      windows to support portability.  This sits over winverbs.\r
-+      It provides low abstraction to the hardware, but does not\r
-+      expose windows specific features, like overlapped operations\r
-+      for asynchronous control.  This is a good choice for low-level\r
-+      access, with portability between windows and linux.\r
-+\r
-+WinVerbs\r
-+OFA windows interface\r
-+      Lowest level windows verbs interface for applications.  Most\r
-+      of the other interfaces sit over this interface.  This provides\r
-+      the lowest abstraction to the hardware, while also exposing\r
-+      windows specific features.  This is a good choice for\r
-+      low-level access on windows.\r
-+\r
-+DAPL (Direct Access Programming Library)\r
-+Industry standard RDMA interface for multiple OS's\r
-+      Hardware providers may support this interface, even if not\r
-+      part of OFA.  This sits over libibverbs and ibal.  This provides a\r
-+      higher level of abstraction, but provides the most portability.\r
-+\r
-+Network Direct (ND)\r
-+Microsoft defined interface for windows\r
-+      Hardware providers may support this interface, even if not\r
-+      part of OFA.  This sits over winverbs and ibal.  This provides\r
-+      a higher level of abstraction, but may provide access to the\r
-+      most hardware on Windows platforms.\r
-+\r
-+IBAL (InfiniBand Access Layer)\r
-+OFA windows interface\r
-+      Older windows interface.  This is currently a peer to winverbs,\r
-+      with a longer term goal of moving it over winverbs.  The\r
-+      interface will be supported going forward.  This provides low\r
-+      level abstraction, but does not expose windows specific features.