-
Notifications
You must be signed in to change notification settings - Fork 8
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
Makefile: Changes to make jclklib available from libptpmgmt Makefile #67
Open
AzuraTarmiziIntel
wants to merge
93
commits into
main
Choose a base branch
from
dev/noorazur/makefile_change_v1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add upper and lower limits for threshold Fix name (SPC->'.') of client side message queue and add unlinking in finalize to cleanup queue
This document will provide basic architecture and simplified code flow for connect/subscribe/notification messages. This is a live document. Signed-off-by: Noor Azura Ahmad Tarmizi <[email protected]>
Signed-off-by: Noor Azura Ahmad Tarmizi <[email protected]>
Signed-off-by: Noor Azura Ahmad Tarmizi <[email protected]>
Add workflow to build the code using coverity tool and upload the result to https://scan.coverity.com/builds?project=libptpmgmt_iaclocklib. The workflow will run automatically when new changes are pushed to main branch. Signed-off-by: Song Yoong Siang <[email protected]>
Add workflow for security vulnerabilities scan and upload the result to https://securityscorecards.dev/viewer/?uri=github.com/intel-staging/libptpmgmt_iaclocklib The workflow will run automatically when new changes are pushed to main branch. Signed-off-by: Song Yoong Siang <[email protected]>
1. In GitHub action: - set permissions as read - add Harden Runner - use SHA commit id instead of version 2. Add codeql scanning Signed-off-by: StepSecurity Bot <[email protected]>
Replace autobuild command with proper build steps Signed-off-by: Song Yoong Siang <[email protected]>
Try to point to erezgeva container as we dint plan to create our own image. Signed-off-by: Song Yoong Siang <[email protected]>
The connect message now will return the client session ID to the client. It will also have the timeout of 5 sec by default to receive the proxy reply. This could be change in the future. Signed-off-by: Noor Azura Ahmad Tarmizi <[email protected]>
The virus scan will be run for every PR agaist master branch and whenever master branch got changes. Signed-off-by: Song Yoong Siang <[email protected]>
Add two new subscribe events: 1. NOTIFY_PORT_STATE_NP 2. NOTIFY_ALL Signed-off-by: Song Yoong Siang <[email protected]>
Signed-off-by: Lai Peter Jun Ann <[email protected]>
Signed-off-by: Lai Peter Jun Ann <[email protected]>
This document is created for clock manager installation and test guidance reference. Can be used by user and validation alike. This is a work in progress. Signed-off-by: Noor Azura Ahmad Tarmizi <[email protected]>
Execute the script with "sh ./run_ptp4l.sh" and start ptp4l program. Signed-off-by: Lai Peter Jun Ann <[email protected]>
Added subscription message tx and rx pathway between the proxy and client. Signed-off-by: Noor Azura Ahmad Tarmizi <[email protected]>
Signed-off-by: Noor Azura Ahmad Tarmizi <[email protected]>
When Proxy receive subscription message, send the initial state of PTP back to Client. Client will parse the data and print it out. Signed-off-by: Song Yoong Siang <[email protected]>
Signed-off-by: Lai Peter Jun Ann <[email protected]>
…proxy sub msg This is to ensure the whole message with the data : Msgid, msgack, jcl_subscription, ptp_event struct are sent by the proxy and received correctly by the Client. Signed-off-by: Noor Azura Ahmad Tarmizi <[email protected]>
Signed-off-by: Lai Peter Jun Ann <[email protected]>
Proxy will send notification message to client to report the latest data it received from ptp4l. Signed-off-by: Song Yoong Siang <[email protected]>
This commit removes the less -R command from the default target in the Makefile of client, common and proxy. The less -R command was originally used to paginate the output of the make command. However, this caused an issue where the build process would pause until the user manually quit less by pressing "q". This is not a typical or recommended use of less, especially in a Makefile. less is designed for interactive use in a shell to view the contents of a file or the output of a command page by page. In a Makefile, it can cause problems if the Makefile is run in a non-interactive environment where there's no user to scroll through the pages. Signed-off-by: Song Yoong Siang <[email protected]>
Will add back when we figure out why we need it. Signed-off-by: Song Yoong Siang <[email protected]>
Signed-off-by: Lai Peter Jun Ann <[email protected]>
Signed-off-by: Noor Azura Ahmad Tarmizi <[email protected]>
If the value of ascapable is same as previous, end the event handler. This is to avoid unneccesary messages in message queue. Signed-off-by: Song Yoong Siang <[email protected]>
Signed-off-by: Noor Azura Ahmad Tarmizi <[email protected]>
yoongsiang2
force-pushed
the
dev/noorazur/makefile_change_v1
branch
from
May 22, 2024 06:56
4db0888
to
342010a
Compare
yoongsiang2
force-pushed
the
main
branch
3 times, most recently
from
August 13, 2024 02:21
0d46f24
to
c5388be
Compare
yoongsiang2
force-pushed
the
main
branch
3 times, most recently
from
August 26, 2024 06:48
8f74ba2
to
efef9e2
Compare
yoongsiang2
force-pushed
the
main
branch
2 times, most recently
from
August 30, 2024 07:09
c55a424
to
e71ee68
Compare
yoongsiang2
force-pushed
the
main
branch
4 times, most recently
from
September 11, 2024 07:42
d99fc61
to
3f5915c
Compare
yoongsiang2
force-pushed
the
main
branch
4 times, most recently
from
September 19, 2024 02:18
3727930
to
c27072b
Compare
yoongsiang2
force-pushed
the
main
branch
2 times, most recently
from
September 30, 2024 05:53
ac9137d
to
f97db78
Compare
yoongsiang2
force-pushed
the
main
branch
2 times, most recently
from
October 7, 2024 07:57
5b23e36
to
d5e6aaa
Compare
yoongsiang2
force-pushed
the
main
branch
5 times, most recently
from
October 22, 2024 02:11
c39e500
to
59c7506
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.