On Mon, 2025-07-21 at 12:52 +0200, Jakub Sitnicki wrote: > Add tests what exercise writes to skb metadata in two ways: > 1. indirectly, using bpf_dynptr_write helper, > 2. directly, using a read-write dynptr slice. > > Signed-off-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]