Re: [PATCH net-next] net: virtio: unify code to init stats
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-06-22 00:33:59
Also in:
lkml, virtualization
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-06-22 00:33:59
Also in:
lkml, virtualization
On Thu, 20 Jun 2024 03:44:53 -0400 Michael S. Tsirkin wrote:
Moving initialization of stats structure into __free_old_xmit reduces the code size slightly. It also makes it clearer that this function shouldn't be called multiple times on the same stats struct. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Hm, doesn't apply?