]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
delete
authorSean Hefty <sean.hefty@intel.com>
Thu, 21 Jan 2010 20:27:50 +0000 (12:27 -0800)
committerSean Hefty <sean.hefty@intel.com>
Thu, 21 Jan 2010 20:27:50 +0000 (12:27 -0800)
meta
patches/docs-interfaces-txt-add-docume [deleted file]

diff --git a/meta b/meta
index a7131a032a8198529b52c133f082e3af9dac21c7..ce0a543479fe1e8dc23baf1d5e6973f9ce86d52f 100644 (file)
--- a/meta
+++ b/meta
@@ -1,5 +1,5 @@
 Version: 1
-Previous: 7a7192579633fb5be0c540481382b87ddaa4cb45
+Previous: 8d8bc70364abd82d406c8155037427122dc0e317
 Head: 99d79f7434308c2dc1891970e4da30149643cec5
 Applied:
 Unapplied:
@@ -25,7 +25,6 @@ Unapplied:
   winverbs-nd-winmad-mad-delete-: 98ff0e5123217cc40cee74912c4219afa0ffa289
   libibumad-fix-freeing-wrong-me: fe557bf9459a7d9555468ceaba4300115e067dac
   winverbs-lib-cache-pkey-table: e3694c9bf832ea2293353f87247cfc3b361cdeb1
-  docs-interfaces-txt-add-docume: 5546a06feff21ad1218f9934bb405882b609196b
   winverbs-ep-handle-receiving-r: c3e54aad1af69a41a4bd947eb2b236d235c962c2
   ib-mad-fix-routing-of-vendor-m: 4280e0a72444188eff1d0eef4f571e2ec3d5fa74
   winverbs-branch-test-author-fi-0: 99d79f7434308c2dc1891970e4da30149643cec5
diff --git a/patches/docs-interfaces-txt-add-docume b/patches/docs-interfaces-txt-add-docume
deleted file mode 100644 (file)
index ed71afd..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-Bottom: ed83eaafb30f6350ee91b66e311ccc444ed5a95a
-Top:    183270640bdf174cdc613bec00492bd2ed986685
-Author: port.2.tmp <port.2.tmp@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
-Date:   2010-01-21 06:09:06 +0000
-
-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>
-
-git-svn-id: svn://openib.tc.cornell.edu/gen1@2673 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
-
-
----
-
-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.