Mailinglist Archive: opensuse-commit (817 mails)
| < Previous | Next > |
commit infiniband-diags for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 15 Dec 2008 12:44:56 +0100
- Message-id: <20081215114456.B5C8E67815D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package infiniband-diags for openSUSE:Factory
checked in at Mon Dec 15 12:44:56 CET 2008.
--------
--- infiniband-diags/infiniband-diags.changes 2008-11-13 12:51:04.000000000
+0100
+++ /mounts/work_src_done/STABLE/infiniband-diags/infiniband-diags.changes
2008-12-11 07:31:59.062889000 +0100
@@ -1,0 +2,45 @@
+Thu Dec 11 07:24:28 CET 2008 - jjolly@xxxxxxx
+
+- Updated to v1.4.4_20081207 from OFED 1.4 GA
+ - infiniband-diags/grouping: add 10G IP router devid
+ - infiniband-diags/ibstat.c: Use UMAD_MAX_DEVICES define
+ - infiniband-diags/ibstat.c: remove casting
+ - Fix max parameter passed to umad_get_cas_names
+ - infiniband-diags/saquery.8: Update saquery man page
+ - infiniband-diags/saquery: Support MFTRecord
+ - infiniband-diags/saquery: add LFT Record handling
+ - infiniband-diags/perfquery: fix constant size warning
+ - infiniband-diags/perfquery: if -a is specified loop through
+ ports if required and aggregate output
+ - perfquery code cleanup
+ - infiniband-diags/perfquery: if --loop_ports is specified always
+ loop through all ports if desired
+ - infinibanf-diags/perfquery: remove single port CA AllPortSelect
+ workaround
+ - infiniband-diags/perfquery: error out if AllPortSelect is not
+ supported
+ - tweak notes about port 255 in perfquery manpage
+ - infiniband-diags/ibclearerrors: specify -a in call to perfquery
+ - infiniband-diags/perfquery: support ehanced port 0 with
+ --loop-ports
+ - infiniband-diags/ibsysstat.c: Fix a couple of latent bugs
+ - add --loop_ports option to perfquery
+ - add more detail to error message on perfquery workaround
+ - use 0xff vs. 255 consistently in perfquery
+ - add clarification in perfquery manpage
+ - infiniband-diags: eliminate compiler warnings
+ - infiniband-diags/ibtracert: fix port by direct path resolving
+ - man/ibtracert: remove non-existing -e option
+ - infiniband-diags/ibclearcounters: remove unrelated -N option
+ - man/ibnetdiscover: cleanup non-existing options
+ - ibnetdiscover.c: continue processing other ports even if
+ smpquery fails on one port
+ - Fix some missing node name map substitutions
+ - infiniband-diags/src/ibaddr.c: remove unused variables
+ - infiniband-diags/src/ibaddr.c: convert GID prints to use
+ inet_ntop
+ - infiniband-diags/saquery: remove unused variable
+ - infiniband-diags/src/saquery.c: convert GID prints to use
+ inet_ntop
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
infiniband-diags-1.4.1.tar.bz2
New:
----
infiniband-diags-1.4.4_20081207.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ infiniband-diags.spec ++++++
--- /var/tmp/diff_new_pack.V10333/_old 2008-12-15 12:44:47.000000000 +0100
+++ /var/tmp/diff_new_pack.V10333/_new 2008-12-15 12:44:48.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package infiniband-diags (Version 1.4.1)
+# spec file for package infiniband-diags (Version 1.4.4_20081207)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -20,8 +20,8 @@
Name: infiniband-diags
Summary: OpenIB InfiniBand Diagnostic Tools
-Version: 1.4.1
-Release: 5
+Version: 1.4.4_20081207
+Release: 1
License: BSD 3-Clause; GPL v2 or later
Group: Productivity/Networking/Diagnostic
Source0: %{name}-%{version}.tar.bz2
@@ -65,6 +65,48 @@
%{perl_vendorarch}/IBswcountlimits.pm
%changelog
+* Thu Dec 11 2008 jjolly@xxxxxxx
+- Updated to v1.4.4_20081207 from OFED 1.4 GA
+ - infiniband-diags/grouping: add 10G IP router devid
+ - infiniband-diags/ibstat.c: Use UMAD_MAX_DEVICES define
+ - infiniband-diags/ibstat.c: remove casting
+ - Fix max parameter passed to umad_get_cas_names
+ - infiniband-diags/saquery.8: Update saquery man page
+ - infiniband-diags/saquery: Support MFTRecord
+ - infiniband-diags/saquery: add LFT Record handling
+ - infiniband-diags/perfquery: fix constant size warning
+ - infiniband-diags/perfquery: if -a is specified loop through
+ ports if required and aggregate output
+ - perfquery code cleanup
+ - infiniband-diags/perfquery: if --loop_ports is specified always
+ loop through all ports if desired
+ - infinibanf-diags/perfquery: remove single port CA AllPortSelect
+ workaround
+ - infiniband-diags/perfquery: error out if AllPortSelect is not
+ supported
+ - tweak notes about port 255 in perfquery manpage
+ - infiniband-diags/ibclearerrors: specify -a in call to perfquery
+ - infiniband-diags/perfquery: support ehanced port 0 with
+ --loop-ports
+ - infiniband-diags/ibsysstat.c: Fix a couple of latent bugs
+ - add --loop_ports option to perfquery
+ - add more detail to error message on perfquery workaround
+ - use 0xff vs. 255 consistently in perfquery
+ - add clarification in perfquery manpage
+ - infiniband-diags: eliminate compiler warnings
+ - infiniband-diags/ibtracert: fix port by direct path resolving
+ - man/ibtracert: remove non-existing -e option
+ - infiniband-diags/ibclearcounters: remove unrelated -N option
+ - man/ibnetdiscover: cleanup non-existing options
+ - ibnetdiscover.c: continue processing other ports even if
+ smpquery fails on one port
+ - Fix some missing node name map substitutions
+ - infiniband-diags/src/ibaddr.c: remove unused variables
+ - infiniband-diags/src/ibaddr.c: convert GID prints to use
+ inet_ntop
+ - infiniband-diags/saquery: remove unused variable
+ - infiniband-diags/src/saquery.c: convert GID prints to use
+ inet_ntop
* Thu Nov 13 2008 ro@xxxxxxx
- excludearch s390 s390x
* Mon Oct 27 2008 jjolly@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |