8000 Releases · RapidIO/riosocket · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: RapidIO/riosocket

Release v1.3.0

30 Mar 21:56
Compare
Choose a tag to compare

This updates release address several issues identified during driver testing in multi-node configurations using MPI
benchmark software.
The major issue affecting data transfer performance was packet reordering caused by not synchronized use of two
independent hardware channels: DMA and MBOX messaging.
Code in this release should be used together with the updated kernel-rapidio driver package release v1.2.0.

Fixed compiler warning

12 Oct 14:34
Compare
Choose a tag to compare

Fixes code format warning produced by GCC6.2.x when building for Fedora 24.

Updates from IDT

06 Sep 21:38
Compare
Choose a tag to compare

This release contains several updates form IDT:

  • bug fix in DMA transfer parameters setup
  • add support for multiple mport devices
  • add support for inbound RapidIO address remapping
  • replace direct use of physical address of reserved memory with mapping functions
  • add mapping of reserved buffer into kernel space for PowerPC

Tested on x86_64 and POWER8 machines.

0