On Tue, Nov 14, 2023 at 01:42:12AM +0100, Daniel Borkmann wrote: > This fixes bpf_redirect_peer stats accounting for veth and netkit, > and adds tstats in the first place for the latter. Utilise indirect > call wrapper for bpf_redirect_peer, and improve test coverage of the > latter also for netkit devices. Details in the patches, thanks! > > The series was targeted at bpf originally, and is done here as well, > so it can trigger BPF CI. Jakub, if you think directly going via net > is better since the majority of the diff touches net anyway, that is > fine, too. > > Thanks! > > v2 -> v3: > - Add kdoc for pcpu_stat_type (Simon) > - Reject invalid type value in netdev_do_alloc_pcpu_stats (Simon) Thanks Daniel, this is not a full review, but do confirm the changes above. > - Add Reviewed-by tags from list ...