On Wed, 23 Jul 2025 19:36:47 +0200 Jakub Sitnicki wrote: > Now that we can create a dynptr to skb metadata, make reads to the metadata > area possible with bpf_dynptr_read() or through a bpf_dynptr_slice(), and > make writes to the metadata area possible with bpf_dynptr_write() or > through a bpf_dynptr_slice_rdwr(). What are the expectations around the writes? Presumably we could have two programs writing into the same metadata if the SKB is a clone, no?