Skip to content

Releases: lsun100/rshim-user-space

rshim-2.3.2

14 Mar 19:18

Choose a tag to compare

Changelog (2.3.2 compared to 2.3.1):

  • bfb-install: Support trimmed NIC_FW
  • bfdump support
  • Use BREADCRUMB.BIT32 to indicate NIC mode
  • Added bfb-tool script

rshim-2.3.1

14 Mar 19:16

Choose a tag to compare

Changelog (2.3.1 compared to 2.2.4):

  • Enhance command line for register read/write
  • Support PCIe device name runtime update
  • bfb-install: Enhancement for runtime upgrade
  • bfb-install: don't exit script when rshim install fails
  • Add fwpkg_unpack tool
  • Added mlx-mkbfb

rshim-2.2.4

19 Feb 15:31

Choose a tag to compare

Changelog (2.2.4 compared to 2.2.3):

  • Fix RPM dependency on Oracle Linux 8.6

rshim-2.2.3

19 Feb 15:32

Choose a tag to compare

Changelog (2.2.3 compared to 2.2.2):

  • bfb-install: Handle PF1 bind/unbind in NIC mode
  • Fix RPM installation dependency on Oracle Linux

rshim-100.1.1

07 Jan 16:24

Choose a tag to compare

Changelog (2.2.2 compared to 2.2.1):

  • Add GitHub pipeline to create deb/rpm packages
  • Fix SELinux policy in enforcing mode

rshim-2.1

13 Mar 20:01
rshim-2.1

Choose a tag to compare

rshim-2.1 Pre-release
Pre-release
test

rshim-2.0

13 Mar 17:18

Choose a tag to compare

rshim-2.0 Pre-release
Pre-release
Split fuse code into rshim_fuse.c

This commit splits the fuse/cuse code into rshim_fuse.c. So fuse
is just one way to implement the boot/console/networking services.
Other user interfaces, like networking or CLI, could be added
when needed.

This commit also unifies the build process for Linux and FreeBSD,
and adds '--enable-fuse' in the configure options.

Signed-off-by: Liming Sun <[email protected]>