Hi,
> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Viacheslav Ovsiienko
> Sent: Tuesday, August 6, 2019 6:01 PM
> To: [email protected]
> Cc: Yongseok Koh <[email protected]>; Shahaf Shuler
> <[email protected]>; [email protected]
> Subject: [dpdk-dev] [PATCH] net/mlx5: fix memory event callback list
> 
> The shared Infiniband device context should be included into memory event
> callback list only once on context creation, and removed from the list only
> once on context destroying.
> Multiple insertions of the same object caused the infinite loop on the list
> processing.
> 
> Fixes: ccb3815346e6 ("net/mlx5: update memory event callback for shared
> context")
> Cc: [email protected]
> 
> Signed-off-by: Viacheslav Ovsiienko <[email protected]>
> ---
>  drivers/net/mlx5/mlx5.c | 21 +++++++++++----------
>  1 file changed, 11 insertions(+), 10 deletions(-)
> 

Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh

Reply via email to