Releases: lsun100/rshim-user-space
Releases · lsun100/rshim-user-space
rshim-2.3.2
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
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
Changelog (2.2.4 compared to 2.2.3):
- Fix RPM dependency on Oracle Linux 8.6
rshim-2.2.3
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
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
rshim-2.0
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]>