[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8d437b3b-b410-5572-0570-e0baa962f344@blackwall.org>
Date: Mon, 13 Nov 2023 10:51:07 +0200
From: Nikolay Aleksandrov <razor@...ckwall.org>
To: Daniel Borkmann <daniel@...earbox.net>, martin.lau@...nel.org
Cc: kuba@...nel.org, sdf@...gle.com, netdev@...r.kernel.org,
bpf@...r.kernel.org, David Ahern <dsahern@...nel.org>
Subject: Re: [PATCH bpf v2 1/8] net, vrf: Move dstats structure to core
On 11/12/23 22:30, Daniel Borkmann wrote:
> Just move struct pcpu_dstats out of the vrf into the core, and streamline
> the field names slightly, so they better align with the {t,l}stats ones.
>
> No functional change otherwise. A conversion of the u64s to u64_stats_t
> could be done at a separate point in future. This move is needed as we are
> moving the {t,l,d}stats allocation/freeing to the core.
>
> Signed-off-by: Daniel Borkmann <daniel@...earbox.net>
> Cc: Jakub Kicinski <kuba@...nel.org>
> Cc: David Ahern <dsahern@...nel.org>
> ---
> drivers/net/vrf.c | 24 +++++++-----------------
> include/linux/netdevice.h | 10 ++++++++++
> 2 files changed, 17 insertions(+), 17 deletions(-)
>
Reviewed-by: Nikolay Aleksandrov <razor@...ckwall.org>
Powered by blists - more mailing lists