summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_main.c
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2024-02-28 21:03:17 +0300
committerDavid S. Miller <davem@davemloft.net>2024-03-04 12:57:18 +0300
commit6752fb18dc5763e9d6efe5aebf03e4fc69e6086b (patch)
treeaa3198ff02692ccde89b7b2d330c5452bd3dcbb4 /drivers/net/ethernet/google/gve/gve_main.c
parentd1c29cfd47168df8974a418f1a78ba7b6a0ea2bf (diff)
downloadlinux-6752fb18dc5763e9d6efe5aebf03e4fc69e6086b.tar.xz
net: ip6_tunnel: Leverage core stats allocator
With commit 34d21de99cea9 ("net: Move {l,t,d}stats allocation to core and convert veth & vrf"), stats allocation could be done on net core instead of in this driver. With this new approach, the driver doesn't have to bother with error handling (allocation failure checking, making sure free happens in the right spot, etc). This is core responsibility now. Remove the allocation in the ip6_tunnel driver and leverage the network core allocation instead. Signed-off-by: Breno Leitao <leitao@debian.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/google/gve/gve_main.c')
0 files changed, 0 insertions, 0 deletions