aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
diff options
context:
space:
mode:
authorBreno Leitao <[email protected]>2024-03-11 11:24:30 +0000
committerJakub Kicinski <[email protected]>2024-03-11 23:01:06 +0000
commite28c5efc31397af17bc5a7d55b963f59bcde0166 (patch)
tree425c65799ccc27356c3c41dade5502f510886b17 /drivers/net/ethernet/intel/ice/ice_main.c
parentdevlink: Add comments to use netlink gen tool (diff)
downloadkernel-e28c5efc31397af17bc5a7d55b963f59bcde0166.tar.gz
kernel-e28c5efc31397af17bc5a7d55b963f59bcde0166.zip
vxlan: Do not alloc tstats manually
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 vxlan driver and leverage the network core allocation instead. Signed-off-by: Breno Leitao <[email protected]> Reviewed-by: Subbaraya Sundeep <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions