* [ANNOUNCE] libibmad 1.3.9 release
@ 2012-05-31 23:59 Ira Weiny
[not found] ` <20120531165945.fecda3c7.weiny2-i2BcT+NCU+M@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Ira Weiny @ 2012-05-31 23:59 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
There is a new release of libibmad.
Tarball available at:[*]
http://sofa.openfabrics.org/downloads/management/libibmad-1.3.9.tar.gz
5bff1406b95d6165ae31acc9f01482e0 libibmad-1.3.9.tar.gz
Dependencies:
1) libibumad >= 1.3.7
2) opensm-libs >= 3.3.10
3) ib_umad kernel module
Release notes for 1.3.8 to 1.3.9 are:
1) bug fixes
2) Add support for Congestion Control MAD's
3) Add SA NodeRecord
4) Add MKey support to ibmad_port object
5) Update counter offsets for PortExtendedSpeedsCounters
6) Additional print functions
classportinfo dump function
additional debugging
These changes increment the soname to 8 but the library is backwards
compatible to soname 5.
Git log
=======
Author: Jim Foraker <foraker1-i2BcT+NCU+M@public.gmane.org>
libibmad/dump.c: clean up boundary conditions in dump routines
libibmad: Add MKey support to SMP requests via smp_mkey_get/set()
Author: Hal Rosenstock <hal-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
libibmad/fields.c: Update counter offsets for PortExtendedSpeedsCounters
libibmad: Add support for SA NodeRecord
libibmad/rpc.c: On receive, add debug info for dumping incoming MAD address
Author: Albert Chu <chu11-i2BcT+NCU+M@public.gmane.org>
libibmad: fix misspelling
libibmad: Add support for congestion control config mads.
Support classportinfo dump function
Add support for congestion control mads
[*] I am not sure why the tarball does not appear on www.openfabrics.org/downloads or downloads.openfabrics.org.
--
Ira Weiny
Member of Technical Staff
Lawrence Livermore National Lab
925-423-8008
weiny2-i2BcT+NCU+M@public.gmane.org
--
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] 2+ messages in thread[parent not found: <20120531165945.fecda3c7.weiny2-i2BcT+NCU+M@public.gmane.org>]
* Re: [ANNOUNCE] libibmad 1.3.9 release [not found] ` <20120531165945.fecda3c7.weiny2-i2BcT+NCU+M@public.gmane.org> @ 2012-06-01 0:25 ` Ira Weiny 0 siblings, 0 replies; 2+ messages in thread From: Ira Weiny @ 2012-06-01 0:25 UTC (permalink / raw) To: Ira Weiny; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Thu, 31 May 2012 16:59:45 -0700 Ira Weiny <weiny2-i2BcT+NCU+M@public.gmane.org> wrote: > There is a new release of libibmad. > > Tarball available at:[*] I have managed to fix this problem. I was confused on the server change. libibmad is now available at: http://downloads.openfabrics.org/management/libibmad-1.3.9.tar.gz or https://www.openfabrics.org/downloads/management/libibmad-1.3.9.tar.gz Sorry, Ira > http://sofa.openfabrics.org/downloads/management/libibmad-1.3.9.tar.gz > > 5bff1406b95d6165ae31acc9f01482e0 libibmad-1.3.9.tar.gz > > Dependencies: > > 1) libibumad >= 1.3.7 > 2) opensm-libs >= 3.3.10 > 3) ib_umad kernel module > > Release notes for 1.3.8 to 1.3.9 are: > > 1) bug fixes > 2) Add support for Congestion Control MAD's > 3) Add SA NodeRecord > 4) Add MKey support to ibmad_port object > 5) Update counter offsets for PortExtendedSpeedsCounters > 6) Additional print functions > classportinfo dump function > additional debugging > > These changes increment the soname to 8 but the library is backwards > compatible to soname 5. > > > Git log > ======= > > Author: Jim Foraker <foraker1-i2BcT+NCU+M@public.gmane.org> > > libibmad/dump.c: clean up boundary conditions in dump routines > libibmad: Add MKey support to SMP requests via smp_mkey_get/set() > > Author: Hal Rosenstock <hal-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org> > > libibmad/fields.c: Update counter offsets for PortExtendedSpeedsCounters > libibmad: Add support for SA NodeRecord > libibmad/rpc.c: On receive, add debug info for dumping incoming MAD address > > Author: Albert Chu <chu11-i2BcT+NCU+M@public.gmane.org> > > libibmad: fix misspelling > libibmad: Add support for congestion control config mads. > Support classportinfo dump function > Add support for congestion control mads > > > [*] I am not sure why the tarball does not appear on www.openfabrics.org/downloads or downloads.openfabrics.org. > > -- > Ira Weiny > Member of Technical Staff > Lawrence Livermore National Lab > 925-423-8008 > weiny2-i2BcT+NCU+M@public.gmane.org -- Ira Weiny Member of Technical Staff Lawrence Livermore National Lab 925-423-8008 weiny2-i2BcT+NCU+M@public.gmane.org -- 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] 2+ messages in thread
end of thread, other threads:[~2012-06-01 0:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31 23:59 [ANNOUNCE] libibmad 1.3.9 release Ira Weiny
[not found] ` <20120531165945.fecda3c7.weiny2-i2BcT+NCU+M@public.gmane.org>
2012-06-01 0:25 ` Ira Weiny
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox