From: Tatyana E. Nikolova Date: Mon, 13 Jul 2015 20:19:28 +0000 (-0700) Subject: libnes: Adding release notes for OFED-3.18/libnes X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=da4b3ceb525fc411da8ed51d9bc61618eed915a2;p=~tnikolova%2Fdocs%2F.git libnes: Adding release notes for OFED-3.18/libnes Signed-off-by: Tatyana Nikolova --- diff --git a/release_notes/libnes_release_notes.txt b/release_notes/libnes_release_notes.txt new file mode 100644 index 0000000..0f3f625 --- /dev/null +++ b/release_notes/libnes_release_notes.txt @@ -0,0 +1,35 @@ + Release Notes for libnes + Distributed with OFED-3.18 + July 2015 + +DESCRIPTION + +libnes is a user space library, distributed with OFED which provides support +for the Intel RDMA driver nes, using the libibverbs interface. + +CHANGES + + - libnes packages version 1.1.4 and higher come with updated NES_ABI version, + which supports the nes drivers based on kernel linux-3.12 and higher. + (Older/lower libnes versions support earlier released nes drivers) + + - The summary of libnes changes could be seen at: + http://git.openfabrics.org/?p=~tnikolova/libnes/.git;a=summary + +INSTALL + +After installing an OFED package which includes libnes, +the library (libnes-rdmav2.so) will be installed at /usr/lib64. + +BUILDING NOTES + +To build libnes manually: + +cd libnes-x.x.x +./configure --prefix /usr +make +make install + +ADDITIONAL INFORMATION + +See nes_release_notes.txt