[ofa-general] [ANNOUNCE] libibverbs-1.1.2 is released

Roland Dreier rdreier at cisco.com
Fri Apr 18 16:04:50 PDT 2008


libibverbs is a library that allows programs to use RDMA "verbs" for
direct access to RDMA (currently InfiniBand and iWARP) hardware from
userspace.

The new stable release, 1.1.2, is available from

    http://www.openfabrics.org//downloads/verbs/libibverbs-1.1.2.tar.gz

with sha1sum

    7d35b9a0ee45b2ec2e9da5c50565197155a94b5c  libibverbs-1.1.2.tar.gz

I also pushed the latest tree and tag out to kernel.org:

    git://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git

(the name of the tag is libibverbs-1.1.2).

This release has various small fixes, including a lot of improvements
to the Valgrind annotations, and also adds ibv_xxx_str() functions for
printing enum values.

The git shortlog since libibverbs 1.1.1 is:

Dotan Barak (5):
      Initialize reserved attributes in modify QP command
      Fix several valgrind false positives
      Fix some issues in the examples
      Fixes for man pages
      Add command line parameter to set SL for pingpong examples

Ira Weiny (1):
      Add functions to convert enum values to strings

Or Gerlitz (1):
      Document IBV_SEND_INLINE buffer ownership

Roland Dreier (16):
      Remove deprecated ${Source-Version} from debian/control
      Add <stdint.h> to <infiniband/arch.h>
      Clean up NVALGRIND comment in config.h.in
      Fix Valgrind annotations so they can actually be built
      Fix too-big madvise() call in ibv_madvise_range()
      Fix spec file License: tag
      Always return valid bad_wr on error from ibv_post_{send,recv,srq_recv}
      Update Debian policy version to 3.7.3
      Use real Homepage: tag instead of pseudo-header inside description
      Convert hyphen to minus sign in ibv_query_pkey man page
      Put correct version information in Debian shlibs
      Add debian/watch file
      Fix download directory in RPM spec file
      Update various text to talk about general RDMA, not just InfiniBand
      Correct typo ibv_mult_to_rate -> mult_to_ibv_rate in man page
      Add RPM dependency on base package to -devel package
      Roll libibverbs 1.1.2 release

Troy Benjegerdes (1):
      Fix valgrind false positive in ibv_create_comp_channel()

swelch at systemfabricworks.com (1):
      Set ibv_device->node_type when allocating device



More information about the general mailing list