From: Martin KaFai Lau Date: Thu, 23 May 2024 21:13:57 +0000 (-0700) Subject: Merge branch 'Replace mono_delivery_time with tstamp_type' X-Git-Tag: v6.11-rc1~163^2~304^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecec1887e24f11a3fcc391aa0f33fe0802be0804;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'Replace mono_delivery_time with tstamp_type' Abhishek Chauhan says: ==================== Patch 1 :- This patch takes care of only renaming the mono delivery timestamp to tstamp_type with no change in functionality of existing available code in kernel also Starts assigning tstamp_type with either mono or real and introduces a new enum in the skbuff.h, again no change in functionality of the existing available code in kernel , just making the code scalable. Patch 2 :- Additional bit was added to support tai timestamp type to avoid tstamp drops in the forwarding path when testing TC-ETF. Patch is also updating bpf filter.c Some updates to bpf header files with introduction to BPF_SKB_CLOCK_TAI and documentation updates stating deprecation of BPF_SKB_TSTAMP_UNSPEC and BPF_SKB_TSTAMP_DELIVERY_MONO Patch 3:- Handles forwarding of UDP packets with TAI clock id tstamp_type type with supported changes for tc_redirect/tc_redirect_dtime to handle forwarding of UDP packets with TAI tstamp_type ==================== Signed-off-by: Martin KaFai Lau --- ecec1887e24f11a3fcc391aa0f33fe0802be0804