-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client: add sporadic app feature #5385
Merged
Merged
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 290145d - Browse repository at this point
Copy the full SHA 290145dView commit details
Commits on Sep 27, 2023
-
Intermediate checkin. Simple test cases now work.
- call sporadic init and poll functions - add sporadic_debug log flag - finish sporadic test app (samples/sporadic/sporadic.cpp) - sporadic jobs are always run (like NCI) - projects can now have a mix of regular, non CPU intensive, and sporadic apps. This mix can change over time. Because of this, there is longer a project-wide NCI flag. Projects have to tag individual apps as NCI. I don't think this affects any current projects. - fix potential timing problem in client/app comm by introducing 2.5 sec 'ignore_until' period - API: fix bug in parsing hearbeats - Add member functions of RESULT, ACTIVE_TASK etc. so you can get APP attributes like cpu_intensive, sporadic etc. without traversing pointers - --app_test feature: put init_data.xml in slots/app_test, otherwise app will run in standalone mode
Configuration menu - View commit details
-
Copy full SHA for dfb4a16 - Browse repository at this point
Copy the full SHA dfb4a16View commit details
Commits on Oct 2, 2023
-
Intermediate checkin. Sporadic app feature is complete (I think)
but not tested. - Add code to SPORADIC_RESOURCES to check and reserve coprocs - Subtract sporadic resources before scheduling regular jobs - Move SPORADIC_RESOURCES to coproc_sched.h, making it visible to other code - Change 'have_sporadic' to 'have_sporadic_app'; we use the word 'sporadic' for network connections too
Configuration menu - View commit details
-
Copy full SHA for d0b9d74 - Browse repository at this point
Copy the full SHA d0b9d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41e439a - Browse repository at this point
Copy the full SHA 41e439aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0536717 - Browse repository at this point
Copy the full SHA 0536717View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5226bc - Browse repository at this point
Copy the full SHA c5226bcView commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b7eee0c - Browse repository at this point
Copy the full SHA b7eee0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20fe4ab - Browse repository at this point
Copy the full SHA 20fe4abView commit details
Commits on Oct 4, 2023
-
Charlie Fenton committed
Oct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for ad0d421 - Browse repository at this point
Copy the full SHA ad0d421View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 227d0cb - Browse repository at this point
Copy the full SHA 227d0cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97addef - Browse repository at this point
Copy the full SHA 97addefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7674a44 - Browse repository at this point
Copy the full SHA 7674a44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a954d8 - Browse repository at this point
Copy the full SHA 0a954d8View commit details -
Add sporadic sample application to the MSVC solution
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f68798b - Browse repository at this point
Copy the full SHA f68798bView commit details
Commits on Oct 6, 2023
-
Add sporadic sample app to the linux and android CI pipelines
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9f80b5c - Browse repository at this point
Copy the full SHA 9f80b5cView commit details -
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 52daa40 - Browse repository at this point
Copy the full SHA 52daa40View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.