Commit a60a851
authored
Update userspace-resource-manager version from 0.1 to 0.2 (#1678)
CHANGES for 0.2:
* Added Classifier support to listen to and respond to incoming process
events, in the 0.1 release classifier was disabled by default as the
module was in active development, this release enables it.
* Added support for custom AppConfigs to support use case specific
per-app configurations.
* Extended support for multiple Plugins, to influence config selection,
and addition of custom resource Appliers and Teardown Callbacks.
* Enhanced config parsing code to support common, target specific as
well as custom configs.
* Bug fixes for memory leaks and memory increase patterns seen in 0.1
* Renaming and Addition of new Interfaces, like
URM_REGISTER_POST_PROCESS_CB, GET_TARGET_INFO which can be used by
plugin code to register with URM, and fetch target information
respectively.
* Additional test cases for classifier, improved framework for running
tests and generating results (test report)1 file changed
Lines changed: 6 additions & 4 deletions
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
34 | | - | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
37 | 39 | | |
0 commit comments