net: geneve: Leverage core stats allocator
authorBreno Leitao <leitao@debian.org>
Tue, 5 Mar 2024 17:29:09 +0000 (09:29 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 7 Mar 2024 04:38:35 +0000 (20:38 -0800)
commitf5f07d06007bf62eb7d5b46d261864306ec08e2e
tree46442294f8f172f483be713d24e45631a7698123
parent81154bb83c4436073b294acddfbcd0c7b821cb59
net: geneve: 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 geneve driver and leverage the network
core allocation instead.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240305172911.502058-1-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/geneve.c