Releases: intel/rmd
Bugfix: Support RDT allocation on systems with 1 or >2 sockets
RMD 0.3 Release
Changes:
- MBA Support(MBA % & MBA Mbps)
- PQOS Driver Support for Intel RDT
- Plugin Framework(Sample Plugin & Plugin Development guide is added)
v0.2.1: Fedora packaging related changes and fixes
Changes: - VERSION file added to store major and minor version number - build.sh script modified to use VERSION file and only add revision and commit info if build from inside of repository (not from tarball/zip) - glide dependency removed - rpmlint warnings fixed - systemd support added - config files install path changed to /etc/rmd - script added for dependency bundling - travis config update - version set to v0.2.1
Resource Management Daemon (RMD) v0.2
RMD: enhancements and refactoring
This patch refactors the RMD framework to allow its integration with an external control plane or orchestration systems. Also, the framework has been reorganized to support plugins for control and configuration of platform resources thus making it modular and extensible
- project changed to go module (Go >= 1.11 required)
- code restructured for modular architecture
- updated Travis and rpm packaging files
- refactored workload and policy-related modules
- introduced modular interface for resource plugins
- updated unit and functional tests
- implemented PAM library wrapper
- RMD TLS connection forced to use AES-256/SHA-384 cipher suite
- cleaned code and fixed bugs
- .travis.yml file update (required Go version update)
- Dockerfile update
RMD: documentation update
- updated swagger.yaml with REST API description
- updated README
- updated all guides (configuration, developer, user)
- version upgraded and changelog file added
Resource Management Daemon (RMD) v0.1 Release Notes
Features:
The management to the last level cache (LLC) on Intel platforms.
For an overview of RMD v0.1 functionalities, please refer to https://github.com/intel/rmd/blob/v0.1/README.md.
Links:
Github project: https://github.com/intel/rmd
Configuration guide: https://github.com/intel/rmd/blob/v0.1/docs/ConfigurationGuide.md
API Documentation: https://github.com/intel/rmd/blob/v0.1/docs/api/v1/swagger.yaml
Users guide: https://github.com/intel/rmd/blob/v0.1/docs/UserGuide.md
Developers guide: https://github.com/intel/rmd/blob/v0.1/docs/DeveloperQuickStart.md