Re: [PATCH net 2/3] vxlan: vnifilter: account VNI node and per-CPU stats to memcg

From: Jakub Kicinski

Date: Mon Sep 14 2026 - 20:32:48 EST


On Wed, 9 Sep 2026 12:26:44 +0300 Ali Firas wrote:
> - vninode->stats = netdev_alloc_pcpu_stats(struct vxlan_vni_stats_pcpu);
> + vninode->stats = __netdev_alloc_pcpu_stats(struct vxlan_vni_stats_pcpu,
> + GFP_KERNEL_ACCOUNT);

You can make netdev_alloc_pcpu_stats() use _ACCOUNT, I reckon.
Again, no Fixes tag needed here, this is really not a serious issue.