Home
last modified time | relevance | path

Searched hist:"6 f355bbb" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/
H A Dbareudp.c6f355bbb Thu Feb 29 17:04:23 GMT 2024 Breno Leitao <leitao@debian.org> net: bareudp: Do not allocate stats in the driver

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 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 bareudp driver and leverage the network
core allocation.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>