On 08/11, Larysa Zaremba wrote: > This series introduces XDP hints via kfuncs [0] to the ice driver. > > Series brings the following existing hints to the ice driver: > - HW timestamp > - RX hash with type > > Series also introduces new hints and adds their implementation > to ice and veth: > - VLAN tag with protocol > - Checksum status > > The data above can now be accessed by XDP and userspace (AF_XDP) programs. > They can also be checked with xdp_metadata test and xdp_hw_metadata program. > > [0] https://patchwork.kernel.org/project/netdevbpf/cover/20230119221536.3349901-1-sdf@xxxxxxxxxx/ > > v4: > https://lore.kernel.org/bpf/20230728173923.1318596-1-larysa.zaremba@xxxxxxxxx/ > v3: > https://lore.kernel.org/bpf/20230719183734.21681-1-larysa.zaremba@xxxxxxxxx/ > v2: > https://lore.kernel.org/bpf/20230703181226.19380-1-larysa.zaremba@xxxxxxxxx/ > v1: > https://lore.kernel.org/all/20230512152607.992209-1-larysa.zaremba@xxxxxxxxx/ > > Changes since v4: > - Drop the concept of partial checksum from the hint design > - Drop the concept of checksum level from the hint design For the non-ice patches: Acked-by: Stanislav Fomichev <sdf@xxxxxxxxxx> (I've added a bunch of acked-by to the previous iterations but I don't see them carried here)