Re: [PATCH v3] net: xfrm: use core API for updating/providing stats

From: Jakub Kicinski
Date: Sat Nov 14 2020 - 20:13:02 EST


On Fri, 13 Nov 2020 23:59:40 +0200 Lev Stipakov wrote:
> Commit d3fd65484c781 ("net: core: add dev_sw_netstats_tx_add") has added
> function "dev_sw_netstats_tx_add()" to update net device per-cpu TX
> stats.
>
> Use this function instead of own code.
>
> While on it, remove xfrmi_get_stats64() and replace it with
> dev_get_tstats64().
>
> Signed-off-by: Lev Stipakov <lev@xxxxxxxxxxx>
> Reviewed-by: Heiner Kallweit <hkallweit1@xxxxxxxxx>

Since this is a follow up to Heiner's work I'll apply directly as well.

Thanks!