> -----Original Message-----
> From: [email protected] <[email protected]>
> Sent: Wednesday, July 6, 2022 20:49
> To: Matan Azrad <[email protected]>; Ferruh Yigit <[email protected]>
> Cc: [email protected]; Karanjot Singh <[email protected]>; NBU-
> Contact-longli (EXTERNAL) <[email protected]>
> Subject: [Patch v2] net/mlx4: fix verbs fd leak in the secondary process
>
> From: Long Li <[email protected]>
>
> FDs passed from rte_mp_msg are duplicated to the secondary process and need
> to be closed.
>
> Fixes: 0203d33a10 ("net/mlx4: support secondary process")
> Signed-off-by: Long Li <[email protected]>
> ---
> Change in v2: handle error case where mlx4_proc_priv_init() might fail
>
Acked-by: Viacheslav Ovsiienko <[email protected]>