| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libpqos4 | Distribution: SUSE Linux Enterprise 15 |
| Version: 4.4.1 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.1.8 | Build date: Thu May 9 10:52:10 2024 |
| Group: System/Libraries | Build host: h01-ch2d |
| Size: 147104 | Source RPM: intel-cmt-cat-4.4.1-150600.1.8.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/01org/intel-cmt-cat | |
| Summary: Runtime Platform Quality of Service library | |
PQoS library provides API to detect and configure Intel RDT including: Cache Monitoring Technology (CMT), Memory Bandwidth Monitoring (MBM), Cache Allocation Technology (CAT), Code and Data Prioritization (CDP) Technology.
BSD-3-Clause
* Tue May 30 2023 jengelh@inai.de
- Trim R/TM signs as per
https://en.opensuse.org/openSUSE:Package_description_guidelines
* Fri Dec 23 2022 dmueller@suse.com
- update to 4.4.1:
* 1. General:
- Bug fixes
- update to 4.4.0:
* 1. Library:
- Added LLC references monitoring event
- Added uncore monitoring support
* 2. PQoS
- Added LLC references monitoring event
- Added uncore monitoring support
- Removed cpu topology limits
* 3. App QoS
- Added L2 CAT support
* 4. General:
- Added scan-build static analysis
- Bug fixes
- update to 4.3.0:
* 1. Library:
- Added Elkhart Lake and Tiger Lake support
- Improved CPU topology detection for OS interface
- Automatic interface detection
* 2. PQoS
- Improved library interface selection
* 3. rdtset
- Improved library interface selection
* 4. membw
- Added membw to the package
* 5. General:
- Bug fixes
- update to 4.2.0:
* 1. App QoS:
- Added mTLS support
- Extended capability information
* Support for running AppQoS in docker container
* 2. General:
- update to 4.1.0:
* 1. AppQoS:
- Added OS interface support
- Added MBA CTRL support
* 2. PQoS:
- Added option to display PQoS tool version
* 3. General:
- Bug fixes
* Sun Aug 16 2020 dmueller@suse.com
- update to 4.0.0:
- Use perf for IPC and cache misses monitoring with MSR interface
- Detection of MBA2.0 and MBA3.0
- 32b MBM counters support
- AMD support
- Added ansible scripts
- Added option to display MBT column in monitoring output
- Added option to disable IPC monitoring
- Added option to disable cache misses monitoring
- Added support for Power Profiles
- Bug fixes
* Wed Aug 21 2019 christian.voegl@suse.com
- Updated to version 3.1
From Mainline Changelog:
1. Library:
- Added Python wrapper for the library
2. PQoS Utility:
- Output LLC occupancy in percent
3. rdtset Utility:
- Added support for multiple instances
4. AppQoS:
- Added new sample application
5. examples:
- Added examples for python library
6. tests:
- Added basic functional tests
7. General
- Bug fixes
* Thu Mar 28 2019 jengelh@inai.de
- Use noun phrase in summary.
* Thu Mar 28 2019 christian.voegl@suse.com
- Updated git url to new location
- Updated to version 3.0.1:
From mainline Changelog:
3.0.1:
1. General
- Bug fixes
3.0.0:
1. Library
- Added support for Resctrl MBA software controller
- Improved detection of OS (Resctrl) capabilities
2. PQoS Utility
- Added support for Resctrl MBA software controller
- Updated feature enumeration to show capabilities for selected
interface only
3. rdtset Utility
- Added support for Resctrl MBA software controller
4. membw
- Added support for extra memory operations
- Improved accuracy
5.General
- Bug fixes
2.1.0:
1.Library
- Reversed RMID allocation
2.rdtset Utility
- Added support for MSR based MBA software controller
3.Examples
- Added MBA example application
- Added L2CAT example application
4.membw
- Added tool for generation of memory bandwidth
5.General
- Bug fixes
* Fri Sep 14 2018 trenn@suse.de
- libpqos-devel must obsolete libpqos1-devel since last change
* Tue Sep 11 2018 trenn@suse.de
- Rename libpqos2-devel to libpqos-devel.
Library devel package must not include library version in name
* Tue Sep 04 2018 trenn@suse.de
- Update to version 2.0.0
Bump up libpqos1 package version to libpqos2
- Remove ldconfig patch and use NOLDCONFIG Makefile variable
D fix-ldconfig-call.patch
- Do not use env in shebang to avoid osc errors:
A fix-bad-env-shebang.patch
From mainline Changelog:
1. Library
- Added support for resctrl monitoring via OS interface
- Added support for PID group monitoring
- Added support for L2 CDP
- New API added for adding/removing pids to mon groups
2. PQoS Utility
- Added support for PID group monitoring
- Added support for L2 CDP
- Print core values in PID monitoring output
3. rdtset Utility
- Added support for L2 CDP
* Thu Mar 01 2018 trenn@suse.de
- Update to version 1.1.0 (fate#322856):
1. Library
- Added support for MBA configuration via OS interface
2. PQoS Utility
- Added better feature enumeration functionality
- Added top-pids monitoring functionality
- Change group declaration in spec file from
Development/Tools
to
Development/Tools/Other
to avoid invalid group build service warning.
- Adding _service file for easier version upgrades
Replacing the libversion variable in spec file with the real
version, so that automated version upgrades via service feature
works.
* Fri Aug 04 2017 trenn@suse.de
- Update to version 1.1.0 (fate#322856):
1. Library
- Added PID support for L2CAT, L3CAT and CDP
- Added global RDT interface enforcement.
2. PQoS Utility
- Added PID support for L2CAT, L3CAT and CDP
3. rdtset Utility
- Added PID support for L2CAT, L3CAT and CDP
- Updated to work with multiple PID's
D fix-dynlib-generation.patch
D fixsymlink.patch
* Thu Jul 13 2017 bwiedemann@suse.com
- Update to version 1.0.1:
snmp
- Added OS interface support to Net-SNMP sub-agent
General
- Build improvements (boo#1041090)
- Bug fixes
Library
- Removed NO_PID_API compile time option
- Added OS interface to support L3/L2 CAT & CDP
- Updated support for CMT per PID
PQoS Utility
- Added pqos-os & pqos-msr wrapper scripts
- Added option to select OS or MSR interface
rdtset Utility
- Added option to select OS or MSR interface
Examples
- Support for new OS/MSR interface added to CMT/MBM examples
- Add fixsymlink.patch to create proper man page symlinks
- Rebase fix-dynlib-generation.patch
* Tue Mar 07 2017 fschnizlein@suse.de
- Fixes bsc#990230 (if submitted and accepted in factory)
- Renamed intel-cmt-cat-devel to libqpos0-devel
- Removed obsolete patches due Makefile restructuring
D intel-cmt-cat-DESTDIR.patch
D intel-cmt-cat-Makefile.patch
D intel-cmt-cat-dynlib.patch
- Added patches to build library correctly
A fix-dynlib-generation.patch
A fix-ldconfig-call.patch
- Added _service file
- Update to version 0.1.5-1:
* Added MBA get to library.
* MBA added to pqos tool show configuration option
* Added mba -e option to pqos
* MBA added to allocation reset function
* Updated changelog, pqos help menu and man page with L2 CAT per cluster and MBA changes.
* Added 11 LLC ways configuration files for pqos
* Added profile with 11 cache ways
* Corrected detection of MBM capabilities
* Updated pqos utility error message for when no allocation resource ID is specified.
* Modified pqos_pid_start API to only set single bit in event mask when starting remote memory B/W monitoring using perf. Moved remote memory monitor dependences to RMEM section.
* Thu Dec 01 2016 trenn@suse.de
- Initial package
- split off -devel and lib package.
- Patches added:
* Makefile_include.patch
* Makefile_ldconfig.patch
/usr/lib64/libpqos.so.4 /usr/lib64/libpqos.so.4.4.1
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 20:37:07 2026