mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-17 21:34:29 +01:00
The enablement of ptp_kvm for arm is under review, see [1]. So we have to apply private patch to enable it in 5.4 kernel. ptp_kvm can offer the capability of time sync in kata even there is no network available and higher precision than time sync service depend on network. note: If you want to use this feature on your arm machine, the host kernel also need apply this patch. we recommend that your host kernel version is the 5.4, then you can apply this patch smoothly. [1] https://patchwork.kernel.org/cover/11372743/ Fixes: #997 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>