-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jclklib: Fix proxy calls popen() in hot path issue
The issue is the proxy calls popen() to check whether the ptp4l is running or not, which causing high cpu usage. This patch is to remove the popen() checking method and replace by checking there is packet available for the uds socket. Signed-off-by: Lai Peter Jun Ann <[email protected]>
- Loading branch information
1 parent
ec01454
commit 0d46f24
Showing
1 changed file
with
20 additions
and
45 deletions.
There are no files selected for viewing
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