File libusnic_verbs-rdmav2.changes of Package libusnic_verbs-rdmav2
-------------------------------------------------------------------
Fri Sep 18 14:50:41 CEST 2015 - pth@suse.de
- Add a requires for rdma (bsc#943853).
-------------------------------------------------------------------
Tue Aug 19 13:57:15 CEST 2014 - pth@suse.de
- Update to latest version 1.1.0.237:
* Added vendor field in usNIC RPM metadata
* Added capability reporting function.
* The alloc_context routine will now return a structure specifying the
capabilities of the device and driver. This is important so that Intel MPI
can detect whether the driver supports CQ sharing.
* move usnic_ib_abi.h from libusnic_verbs to common directory so other
libraries may access it
-------------------------------------------------------------------
Wed Jul 16 17:59:51 CEST 2014 - pth@suse.de
- Latest code drop from Cisco now has correct license in
pingpong/usnic_verbs_util.[ch].
-------------------------------------------------------------------
Fri Jul 11 11:55:01 CEST 2014 - pth@suse.de
- Update to latest code drop from Cisco (bnc861155) :
* Print local and remote addresses as IP instead of GIDs.
In addition, removed gid index in option as it is not needed, fixed a
compiling warning, and changed the latency measurement to time used for half
round trip.
* Added a new vnic API to seperate devcmd initialization from
vnic_dev_register
Also added a fallback arugment for function vnic_dev_cmd_init(), which would
fallback to the original devcmd if devcmd2 resource is not present and
fallback is required.
* ibv_devinfo command is not currently showing usnic firmware version
-------------------------------------------------------------------
Tue Jun 3 11:24:34 CEST 2014 - pth@suse.de
- Update to OFED 3.12 final.
-------------------------------------------------------------------
Tue May 13 17:02:52 CEST 2014 - pth@suse.de
- Update to the latest code drop 1.1.0.192 from Cisco (bnc#861155):
* Change error return code to positive for certain functions.
* Remove the limit for 4k MTU in usnic_udp_pingpong
* Removed lingering TMP_VNIC_CMD_DIR variable
* Fixed ibv_devinfo command to show the usnic firmware version
* Added the ability to report packet and byte statistics from libusnic_verbs
If USNIC_QP_STATS is defined in the environment, the ibv_destroy_qp()
call will print per-QP stastics to stdout. Packet count is number of
IP packets sent, and byte count is number of bytes send, counting IP
headers (but not ether headers)
* Change create_ah implemenation to use ioctl instead of libnl to query arp
entry.
* Fix container_of re-definition warnings
* Bump libusnic_verbs version number for changing transport format to
ip/udp.
-------------------------------------------------------------------
Wed Mar 26 12:08:58 CET 2014 - pth@suse.de
- Update to the latest code drop 1.1.0.166 from Cisco (bnc#861155):
* Fix a bug causing create_qp() failure when multiple contexts are
created for a single device.
* Added pthread_mutex_init call for usnic_context.vf_lst_lock.
-------------------------------------------------------------------
Thu Mar 20 12:21:40 CET 2014 - pth@suse.de
- Updating to 1.0.2.162, the final code drop from Cisco (bnc#861155)
- usnic-autotools.patch dropped as changes are upstream.
- usnic-prototype.patch dropped as it's not needed anymore.
- Put the pingpong test tool into its own package.
-------------------------------------------------------------------
Mon Feb 10 20:11:27 CET 2014 - pth@suse.de
- Fix license specification.
-------------------------------------------------------------------
Fri Jan 31 11:56:15 CET 2014 - pth@suse.de
- Include LIBNL_CFLAGS only when libnl is used.
-------------------------------------------------------------------
Thu Jan 30 15:34:32 CET 2014 - pth@suse.de
- Initial SUSE package.
- Switch on automake warnings and fix most of the warnings
it now issues: usnic-autotools.patch
- Fix incomplete prototypes in src/usnic_transport_udp.c:
usnic-prototype.patch.
- Code needs at least libnl 1.1 so add a BuildRequires
for libnl3-devel
-------------------------------------------------------------------
Tue Apr 09 00:00:00 CET 2013 - jsquyres@cisco.com
- First release