Re: [dpdk-dev] [PATCH] net/mlx5: fix memory event callback list

2019-08-06 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Viacheslav Ovsiienko > Sent: Tuesday, August 6, 2019 6:01 PM > To: dev@dpdk.org > Cc: Yongseok Koh ; Shahaf Shuler > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix memory event callback list > > T

[dpdk-dev] [PATCH] net/mlx5: fix memory event callback list

2019-08-06 Thread Viacheslav Ovsiienko
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: