Re: [PATCH] ipv6: Remove extra counter pull before gc

From: Eric Dumazet
Date: Mon Jan 16 2023 - 11:26:09 EST


On Mon, Jan 16, 2023 at 3:55 PM Tanmay Bhushan <007047221b@xxxxxxxxx> wrote:
>
> Per cpu entries are no longer used in consideration
> for doing gc or not. Remove the extra per cpu entries
> pull to directly check for time and perform gc.
>
> Signed-off-by: Tanmay Bhushan <007047221b@xxxxxxxxx>
> ---
> net/ipv6/route.c | 4 ----
> 1 file changed, 4 deletions(-)
>

OK, please next time specify which tree your patch is targeting (this
is for net-next tree here)

Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>

Thanks.