All of lore.kernel.org
 help / color / mirror / Atom feed
* libibverbs-1.2.0-rc1 release
@ 2015-09-23 17:02 Doug Ledford
       [not found] ` <5602DB41.5070700-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Doug Ledford @ 2015-09-23 17:02 UTC (permalink / raw)
  To: linux-rdma; +Cc: Yishai Hadas

[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]

I have done a pre-release of the upcoming libibverbs-1.2.0 release.  The
code has been pushed to the official git repo and also an -rc1 tarball
uploaded to the https://ww.openfabrics.org/downloads/verbs download
area.  From the tag message:

tag libibverbs-1.2.0-rc1
Tagger: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Date:   Wed Sep 23 12:47:04 2015 -0400

Ininitial roundup of 1.2.0 release items

- Add support for RoCE
- Add support for On Demand Paging
- No longer assume that no driver for a verbs device should be considered
  an error condition (usnic devices in particular are moving to libfabric
  drivers only, so we will emit a useless warning/error in the presence
  of usnic enabled machines)
- Harden some of the argument processing in example programs
- Add support for s390x
- Fix the broken create/destroy flow API
- First release under new management (hence the decision to update to
  version 1.2.0 instead of 1.1.9)

In particular, as this release fixes the create/destroy flow API, there
is a need for an updated libmlx4 sources in order to compile against the
fixed API (binary compatibility was maintained, but source compatibility
was not, so you will need the new libmlx4 to compile against the new
libibverbs).  Yishai, please post an updated libmlx4 head of repo and
preferably also a source tarball for libmlx4 when it's ready.
Preferably it would include an embedded check for the proper flow API in
your configure scripts.

-- 
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
              GPG KeyID: 0E572FDD



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 884 bytes --]

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

* Re: libibverbs-1.2.0-rc1 release
       [not found] ` <5602DB41.5070700-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2015-09-24 14:27   ` Yishai Hadas
  2015-09-24 15:12   ` Doug Ledford
  2015-10-11  9:51   ` Or Gerlitz
  2 siblings, 0 replies; 5+ messages in thread
From: Yishai Hadas @ 2015-09-24 14:27 UTC (permalink / raw)
  To: Doug Ledford, linux-rdma; +Cc: Yishai Hadas

On 9/23/2015 8:02 PM, Doug Ledford wrote:
> I have done a pre-release of the upcoming libibverbs-1.2.0 release.  The
> code has been pushed to the official git repo and also an -rc1 tarball
> uploaded to the https://ww.openfabrics.org/downloads/verbs download
> area.  From the tag message:
>
> tag libibverbs-1.2.0-rc1
> Tagger: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> Date:   Wed Sep 23 12:47:04 2015 -0400
>
> Ininitial roundup of 1.2.0 release items
>
> - Add support for RoCE
> - Add support for On Demand Paging
> - No longer assume that no driver for a verbs device should be considered
>    an error condition (usnic devices in particular are moving to libfabric
>    drivers only, so we will emit a useless warning/error in the presence
>    of usnic enabled machines)
> - Harden some of the argument processing in example programs
> - Add support for s390x
> - Fix the broken create/destroy flow API
> - First release under new management (hence the decision to update to
>    version 1.2.0 instead of 1.1.9)
>

An updated libmlx4 head was posted, changes match to above libibverbs 
items, specifically:
- Add RoCE IP based addressing support for UD QPs
- Add support for s390x
- Add support for TX/RX checksum offload
- Fixed the create/destroy flow API to match libibverbs
- Version was updated to match libibverbs - 1.2.0-rc1

The official git repo was updated on:
git://openfabrics.org/~yishaih/libmlx4.git






--
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] 5+ messages in thread

* Re: libibverbs-1.2.0-rc1 release
       [not found] ` <5602DB41.5070700-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  2015-09-24 14:27   ` Yishai Hadas
@ 2015-09-24 15:12   ` Doug Ledford
  2015-10-11  9:51   ` Or Gerlitz
  2 siblings, 0 replies; 5+ messages in thread
From: Doug Ledford @ 2015-09-24 15:12 UTC (permalink / raw)
  To: linux-rdma

Thanks!

Sent from my iPhone

> On Sep 23, 2015, at 1:03 PM, Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
> 
> I have done a pre-release of the upcoming libibverbs-1.2.0 release.  The
> code has been pushed to the official git repo and also an -rc1 tarball
> uploaded to the https://ww.openfabrics.org/downloads/verbs download
> area.  From the tag message:
> 
> tag libibverbs-1.2.0-rc1
> Tagger: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> Date:   Wed Sep 23 12:47:04 2015 -0400
> 
> Ininitial roundup of 1.2.0 release items
> 
> - Add support for RoCE
> - Add support for On Demand Paging
> - No longer assume that no driver for a verbs device should be considered
>  an error condition (usnic devices in particular are moving to libfabric
>  drivers only, so we will emit a useless warning/error in the presence
>  of usnic enabled machines)
> - Harden some of the argument processing in example programs
> - Add support for s390x
> - Fix the broken create/destroy flow API
> - First release under new management (hence the decision to update to
>  version 1.2.0 instead of 1.1.9)
> 
> In particular, as this release fixes the create/destroy flow API, there
> is a need for an updated libmlx4 sources in order to compile against the
> fixed API (binary compatibility was maintained, but source compatibility
> was not, so you will need the new libmlx4 to compile against the new
> libibverbs).  Yishai, please post an updated libmlx4 head of repo and
> preferably also a source tarball for libmlx4 when it's ready.
> Preferably it would include an embedded check for the proper flow API in
> your configure scripts.
> 
> -- 
> Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>              GPG KeyID: 0E572FDD
> 
> 
--
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] 5+ messages in thread

* Re: libibverbs-1.2.0-rc1 release
       [not found] ` <5602DB41.5070700-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  2015-09-24 14:27   ` Yishai Hadas
  2015-09-24 15:12   ` Doug Ledford
@ 2015-10-11  9:51   ` Or Gerlitz
       [not found]     ` <CAJ3xEMjZaG-1oej4nBG4QhEV-TdGtMp0ZiT2m_2A1_ii2wRZpg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2 siblings, 1 reply; 5+ messages in thread
From: Or Gerlitz @ 2015-10-11  9:51 UTC (permalink / raw)
  To: Doug Ledford, Yishai Hadas
  Cc: linux-rdma, Moshe Lazer, talal-VPRAkNaXOzVWk0Htik3J/w

On Wed, Sep 23, 2015 at 8:02 PM, Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
> I have done a pre-release of the upcoming libibverbs-1.2.0 release.  The
> code has been pushed to the official git repo and also an -rc1 tarball
> uploaded to the https://ww.openfabrics.org/downloads/verbs download
> area.  From the tag message:

Doug, so when is this release expected to happen? the last release
took place in 2014.

Yishai, are you expecting anything to be added to libmlx4 for your
upcoming release?
if not, I guess you can sign it already against 1.2.0-rc1, right?

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] 5+ messages in thread

* Re: libibverbs-1.2.0-rc1 release
       [not found]     ` <CAJ3xEMjZaG-1oej4nBG4QhEV-TdGtMp0ZiT2m_2A1_ii2wRZpg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-10-11 14:00       ` Yishai Hadas
  0 siblings, 0 replies; 5+ messages in thread
From: Yishai Hadas @ 2015-10-11 14:00 UTC (permalink / raw)
  To: Or Gerlitz, Doug Ledford
  Cc: Yishai Hadas, linux-rdma, Moshe Lazer,
	talal-VPRAkNaXOzVWk0Htik3J/w, alaa-VPRAkNaXOzVWk0Htik3J/w

On 10/11/2015 12:51 PM, Or Gerlitz wrote:
> On Wed, Sep 23, 2015 at 8:02 PM, Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
>> I have done a pre-release of the upcoming libibverbs-1.2.0 release.  The
>> code has been pushed to the official git repo and also an -rc1 tarball
>> uploaded to the https://ww.openfabrics.org/downloads/verbs download
>> area.  From the tag message:
>
> Doug, so when is this release expected to happen? the last release
> took place in 2014.

Doug, please be aware that currently there is a problem to build an rpm 
from the libibverbs git repository.

Major version number can't have hyphen "-". (e.g. "-rc1").
Also, version should be updated in libibverbs.spec.in.
You can use latest commits to libmlx4 as some reference for correct 
usage. (i.e. http://git.openfabrics.org/?p=~yishaih/libmlx4.git;a=summary).


> Yishai, are you expecting anything to be added to libmlx4 for your
> upcoming release?
No, the official libmlx4 git-repository is-up-to-date with the candidate 
stuff.

> if not, I guess you can sign it already against 1.2.0-rc1, right?
When there will be a formal release of libibverbs after fixing above 
issue, I'll build a matching libmlx4 tar ball.

--
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] 5+ messages in thread

end of thread, other threads:[~2015-10-11 14:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-23 17:02 libibverbs-1.2.0-rc1 release Doug Ledford
     [not found] ` <5602DB41.5070700-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-09-24 14:27   ` Yishai Hadas
2015-09-24 15:12   ` Doug Ledford
2015-10-11  9:51   ` Or Gerlitz
     [not found]     ` <CAJ3xEMjZaG-1oej4nBG4QhEV-TdGtMp0ZiT2m_2A1_ii2wRZpg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-11 14:00       ` Yishai Hadas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.