public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] libibverbs 1.1.8 is released
@ 2014-05-05 19:19 Roland Dreier
       [not found] ` <1399317576-19155-1-git-send-email-roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Roland Dreier @ 2014-05-05 19:19 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

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.8, is available from

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

with sha1sum

    df1afc6f368f4ad4c7a74d270591fc79db875b2b  libibverbs-1.1.8.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.8).

The main new features in this release are: generic infrastructure for
"verbs extensions", support for XRC, and support for flow steering.

The git shortlog since libibverbs 1.1.7 is:

Jay Sternberg (1):
      Add XRC sample application

Jeff Squyres (1):
      Use IBV_SEND_INLINE in example pingpong programs

Matan Barak (1):
      Add general definitions to support uverbs extensions

Or Gerlitz (1):
      Add receive flow steering support

Roland Dreier (2):
      Update maintainer now that I'm a DD
      Roll libibverbs 1.1.8 release

Sean Hefty (5):
      Introduce XRC domains (XRCDs)
      Add support for XRC SRQs
      Add support for XRC QPs
      Add ibv_open_qp() for XRC receive QPs
      XRC man pages

Upinder Malhi \(umalhi\) (1):
      Add support for usNIC nodes and transports

Yishai Hadas (2):
      Infrastructure to support verbs extensions
      Fix XRC sample application (ibv_xsrq_pingpong) issues
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] libibverbs 1.1.8 is released
       [not found] ` <1399317576-19155-1-git-send-email-roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
@ 2014-05-06 16:36   ` Or Gerlitz
  2014-05-07  8:48   ` Or Gerlitz
  1 sibling, 0 replies; 4+ messages in thread
From: Or Gerlitz @ 2014-05-06 16:36 UTC (permalink / raw)
  To: Roland Dreier; +Cc: linux-rdma, Doug Ledford, Amir Vadai, Yishai Hadas

On Mon, May 5, 2014 at 10:19 PM, Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
> 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.8, is available from


Hi Roland, as you've mentioned to us before, this release will be
accompanied by a release of libmlx4 too, right? so when?
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] libibverbs 1.1.8 is released
       [not found] ` <1399317576-19155-1-git-send-email-roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  2014-05-06 16:36   ` Or Gerlitz
@ 2014-05-07  8:48   ` Or Gerlitz
       [not found]     ` <5369F360.5070606-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Or Gerlitz @ 2014-05-07  8:48 UTC (permalink / raw)
  To: Roland Dreier; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Matan Barak

On 05/05/2014 22:19, Roland Dreier wrote:
> Matan Barak (1):
>        Add general definitions to support uverbs extensions
>
> Or Gerlitz (1):
>        Add receive flow steering support

Roland, due to a mistake I made in the rebased flow-steering patch I 
handed you -- I was nominated as the author instead of Matan, our 
flow-steering maintainer.. can you please git reword this commit in your 
libibverbs clone, I don't think there will be any issue to use the 
already released 1.1.8

Or.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] libibverbs 1.1.8 is released
       [not found]     ` <5369F360.5070606-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
@ 2014-05-08  0:07       ` Roland Dreier
  0 siblings, 0 replies; 4+ messages in thread
From: Roland Dreier @ 2014-05-08  0:07 UTC (permalink / raw)
  To: Or Gerlitz
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Matan Barak

On Wed, May 7, 2014 at 1:48 AM, Or Gerlitz <ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> wrote:
> Roland, due to a mistake I made in the rebased flow-steering patch I handed
> you -- I was nominated as the author instead of Matan, our flow-steering
> maintainer.. can you please git reword this commit in your libibverbs clone,
> I don't think there will be any issue to use the already released 1.1.8

Sorry, I already pushed out a signed tag for the release to my git
tree, so I can't rewrite history.

 - R.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-08  0:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-05 19:19 [ANNOUNCE] libibverbs 1.1.8 is released Roland Dreier
     [not found] ` <1399317576-19155-1-git-send-email-roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-05-06 16:36   ` Or Gerlitz
2014-05-07  8:48   ` Or Gerlitz
     [not found]     ` <5369F360.5070606-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2014-05-08  0:07       ` Roland Dreier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox