Re: [PATCH] net: add net device refcount tracker to pneigh_queue

From: Eric Dumazet
Date: Fri Aug 04 2023 - 08:02:14 EST


On Fri, Aug 4, 2023 at 10:58 AM <yang.yang29@xxxxxxxxxx> wrote:
>
> From: xu xin <xu.xin16@xxxxxxxxxx>
>
> Add a static net device refcount tracker to neighbour.c to track
> dev's refcnt when pneigh enqueuing and dequeuing.
>
> Signed-off-by: xu xin <xu.xin16@xxxxxxxxxx>
> Reviewed-by: Yang Yang <yang.yang.29@xxxxxxxxxx>
> Cc: Kuang Mingfu <kuang.mingfu@xxxxxxxxxx>
> ---


Can you explain how this patch was tested ?

Thanks.