From bf5805c52b7133ec76edeebac33f3c30b56b169f Mon Sep 17 00:00:00 2001 From: Lucas Christian Date: Thu, 8 Aug 2024 23:36:09 -0700 Subject: T6630: ntp: add hardware timestamp offload --- interface-definitions/service_ntp.xml.in | 60 ++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/service_ntp.xml.in b/interface-definitions/service_ntp.xml.in index eca0ada63..005499abd 100644 --- a/interface-definitions/service_ntp.xml.in +++ b/interface-definitions/service_ntp.xml.in @@ -13,6 +13,66 @@ #include #include #include + + + Configurable offload options + + + + + Enable timestamping of packets in the NIC hardware + + + + + Enable timestamping on all supported interfaces + + + + + + Interface to enable timestamping on + + + + + txt + Interface name + + + #include + + + + + + Selects which inbound packets are timestamped by the NIC + + all ntp none + + + all + All received packets are timestamped + + + ntp + Only NTP packets are timestamped + + + none + No received packets are timestamped + + + (all|ntp|none) + + + + + + + + + Leap second behavior -- cgit v1.2.3