-
Notifications
You must be signed in to change notification settings - Fork 55
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
ptp: add phc2sys synchronization. #372
Commits on Dec 9, 2022
-
rx/video: fix St22_rx.pcap_dump fail randomly (OpenVisualCloud#104)
pcapng may has value when pcapng_max_pkts is not updated. Signed-off-by: Du, Frank <frank.du@intel.com> (cherry picked from commit a0aa151)
Configuration menu - View commit details
-
Copy full SHA for 7b38317 - Browse repository at this point
Copy the full SHA 7b38317View commit details
Commits on Dec 15, 2022
-
plugins/ffmpeg: correct license notice (OpenVisualCloud#109)
Signed-off-by: Frank Du <frank.du@intel.com> (cherry picked from commit 6743f16)
Configuration menu - View commit details
-
Copy full SHA for 7e7f545 - Browse repository at this point
Copy the full SHA 7e7f545View commit details
Commits on Dec 19, 2022
-
kw: fix klocwork issues (OpenVisualCloud#113)
Signed-off-by: Ric Li <ming3.li@intel.com> (cherry picked from commit b32690a)
Configuration menu - View commit details
-
Copy full SHA for 0b15631 - Browse repository at this point
Copy the full SHA 0b15631View commit details
Commits on Dec 22, 2022
-
ffmpeg: Add the steps to connect kahawai with openh264 encoder (OpenV…
…isualCloud#123) * plugin/ffmpeg: add the steps to connect kahawai with openh264 encoder Signed-off-by: Jing Sun <jing.a.sun@intel.com> (cherry picked from commit e4750e9)
Configuration menu - View commit details
-
Copy full SHA for 2e056b7 - Browse repository at this point
Copy the full SHA 2e056b7View commit details
Commits on Jan 12, 2023
-
ptp: use coefficient to correct phc timestamp (OpenVisualCloud#107)
Signed-off-by: Ric Li <ming3.li@intel.com> (cherry picked from commit 01a85c1)
Configuration menu - View commit details
-
Copy full SHA for 4813c01 - Browse repository at this point
Copy the full SHA 4813c01View commit details -
ptp: use average coefficient (OpenVisualCloud#111)
Signed-off-by: Ric Li <ming3.li@intel.com> (cherry picked from commit 3e8d9dd)
Configuration menu - View commit details
-
Copy full SHA for c3808a7 - Browse repository at this point
Copy the full SHA c3808a7View commit details -
ptp: print mean path delay (OpenVisualCloud#117)
Signed-off-by: Ric Li <ming3.li@intel.com> (cherry picked from commit d01a600)
Configuration menu - View commit details
-
Copy full SHA for 5b4dd98 - Browse repository at this point
Copy the full SHA 5b4dd98View commit details -
ptp: use pi controller to fine tune the coefficient (OpenVisualCloud#124
) Signed-off-by: Ric Li <ming3.li@intel.com> (cherry picked from commit 8bdf8a0)
Configuration menu - View commit details
-
Copy full SHA for 030fa22 - Browse repository at this point
Copy the full SHA 030fa22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd5715 - Browse repository at this point
Copy the full SHA 6cd5715View commit details
Commits on Jan 16, 2023
-
lib/dev: add lock for vf command (OpenVisualCloud#144)
Always get below log if app are running from multi thread with vf. _atomic_set_cmd(): There is incomplete cmd 112 iavf_fdir_add(): fail to execute command OP_ADD_FDIR_FILTER iavf_flow_create(): Failed to create flow Signed-off-by: Frank Du <frank.du@intel.com> (cherry picked from commit 26c103a)
Configuration menu - View commit details
-
Copy full SHA for e2f6d18 - Browse repository at this point
Copy the full SHA e2f6d18View commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 56f34b6 - Browse repository at this point
Copy the full SHA 56f34b6View commit details -
dpdk: add patch for igc driver optimization.
1. Optimize LaunchTime Tx feature based on section 3.3.2.9.3.4 of doc#682924 rev-1.4.2 requirement. 2. Configurate Qbv scheduler to isolate the video traffic and others traffic. The cycle time of the scheduler is the frame cycle time of 50fps. According SMPTE 2110-21 standard, the video packets transmission will end at the 784us from the end of cycle. The queue 0 is for video packets transmission. The other queues is for others traffic. So, the queue 0 is opened during the whole cycle, and the other queues is opened at the 784us from the end of cycle. 3. Optimize time sync precision by adding clock freqency adjustment. 4. Fix remote ptp4l NOT receiving DELAY_REQ message while send PTP message over UDP.
Configuration menu - View commit details
-
Copy full SHA for d3fa493 - Browse repository at this point
Copy the full SHA d3fa493View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1eb64b5 - Browse repository at this point
Copy the full SHA 1eb64b5View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0134037 - Browse repository at this point
Copy the full SHA 0134037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b764e9 - Browse repository at this point
Copy the full SHA 1b764e9View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be75925 - Browse repository at this point
Copy the full SHA be75925View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9381010 - Browse repository at this point
Copy the full SHA 9381010View commit details -
dev: TSN pacing never be selected by automation pacing mode.
To enable TSN pacing, "--pacing_way tsn" command line argurment is required.
Configuration menu - View commit details
-
Copy full SHA for bd28cb1 - Browse repository at this point
Copy the full SHA bd28cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dac5db - Browse repository at this point
Copy the full SHA 1dac5dbView commit details
Commits on Jul 20, 2023
-
ptp: fix ptp over UDP not working on igc.
Fix ptp not working on igc when master starts ptp4l with argument "-4" to broadcast ptp message over UDP.
Configuration menu - View commit details
-
Copy full SHA for 65c66f3 - Browse repository at this point
Copy the full SHA 65c66f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37828a2 - Browse repository at this point
Copy the full SHA 37828a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 720ce15 - Browse repository at this point
Copy the full SHA 720ce15View commit details
Commits on Jul 21, 2023
-
ptp: turn reading tx timestamp err message to dbg message.
Because the first few reading tx timestamp attempts always failed, we have set total 50 attempts to tolerate the fails. So, it is unnecessary to print error messages of the first few attempts. Error message is required only when the number of attempts is larger than 50
Configuration menu - View commit details
-
Copy full SHA for 6910430 - Browse repository at this point
Copy the full SHA 6910430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79ce27f - Browse repository at this point
Copy the full SHA 79ce27fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 416ccd0 - Browse repository at this point
Copy the full SHA 416ccd0View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff016fa - Browse repository at this point
Copy the full SHA ff016faView commit details -
ptp: add phc2sys synchronization.
Synchronize phc to system clock.
Configuration menu - View commit details
-
Copy full SHA for bdc0f85 - Browse repository at this point
Copy the full SHA bdc0f85View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c6f380a - Browse repository at this point
Copy the full SHA c6f380aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b6711 - Browse repository at this point
Copy the full SHA 37b6711View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8563bf - Browse repository at this point
Copy the full SHA a8563bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a390a11 - Browse repository at this point
Copy the full SHA a390a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3feed22 - Browse repository at this point
Copy the full SHA 3feed22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0544d - Browse repository at this point
Copy the full SHA 6a0544dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 172611d - Browse repository at this point
Copy the full SHA 172611dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ff3a6 - Browse repository at this point
Copy the full SHA 90ff3a6View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a49950 - Browse repository at this point
Copy the full SHA 7a49950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2341500 - Browse repository at this point
Copy the full SHA 2341500View commit details -
ptp: add a command line arguement to enable phc2sys.
The phc2sys isn't enabled by default. To enable phc2sys, add command line arguement "--phc2sys".
Configuration menu - View commit details
-
Copy full SHA for 04de6c7 - Browse repository at this point
Copy the full SHA 04de6c7View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e3623a7 - Browse repository at this point
Copy the full SHA e3623a7View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2238d4 - Browse repository at this point
Copy the full SHA c2238d4View commit details -
ptp: set sync flag after phc2sys delta less than 300ns.
Be considered as synchronized while the max delta is continuously below 300ns.
Configuration menu - View commit details
-
Copy full SHA for 1580acd - Browse repository at this point
Copy the full SHA 1580acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b3afd - Browse repository at this point
Copy the full SHA 97b3afdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6eb641 - Browse repository at this point
Copy the full SHA b6eb641View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c4ea9 - Browse repository at this point
Copy the full SHA c4c4ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0edb5 - Browse repository at this point
Copy the full SHA 0e0edb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 204f9f0 - Browse repository at this point
Copy the full SHA 204f9f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b4270 - Browse repository at this point
Copy the full SHA 48b4270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d91961 - Browse repository at this point
Copy the full SHA 6d91961View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d0583 - Browse repository at this point
Copy the full SHA 00d0583View commit details