Re: [PATCH v2 1/7] vdpa/mlx5: fix interrupt trash that leads to segment fault

2022-04-20 Thread Maxime Coquelin
On 2/24/22 16:50, Xueming Li wrote: Disable interrupt unregister timeout to avoid invalid FD caused interrupt thread segment fault. Fixes: 62c813706e41 ("vdpa/mlx5: map doorbell") Cc: ma...@mellanox.com Cc: sta...@dpdk.org Signed-off-by: Xueming Li --- drivers/vdpa/mlx5/mlx5_vdpa_virtq.c

[PATCH v2 1/7] vdpa/mlx5: fix interrupt trash that leads to segment fault

2022-02-24 Thread Xueming Li
Disable interrupt unregister timeout to avoid invalid FD caused interrupt thread segment fault. Fixes: 62c813706e41 ("vdpa/mlx5: map doorbell") Cc: ma...@mellanox.com Cc: sta...@dpdk.org Signed-off-by: Xueming Li --- drivers/vdpa/mlx5/mlx5_vdpa_virtq.c | 20 1 file changed,