Merge branch 'Add BPF-helper for accessing CLOCK_TAI'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 9 Aug 2022 16:47:14 +0000 (09:47 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 9 Aug 2022 16:47:14 +0000 (09:47 -0700)
commit11b9148590146ff8a4e90c7f0186efe06009ec1b
tree50f2f527d2b291be74a67b6f1ae6c03166838e37
parentb2d8ef19c6e7ed71ba5092feb0710063a751834f
parent64e15820b987cc8e5864a8b907dfc17861e6ab5a
Merge branch 'Add BPF-helper for accessing CLOCK_TAI'

Kurt Kanzenbach says:

====================

Hi,

add a BPF-helper for accessing CLOCK_TAI. Use cases for such a BPF helper
include functionalities such as Tx launch time (e.g. ETF and TAPRIO Qdiscs),
timestamping and policing.

Patch #1 - Introduce BPF helper
Patch #2 - Add test case (skb based)

Changes since v1:

 * Update changelog (Alexei Starovoitov)
 * Add test case (Alexei Starovoitov, Andrii Nakryiko)
 * Add missing function prototype (netdev ci)

Previous versions:

 * v1: https://lore.kernel.org/r/20220606103734.92423-1-kurt@linutronix.de/

Jesper Dangaard Brouer (1):
  bpf: Add BPF-helper for accessing CLOCK_TAI
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>