Bug 1152

Summary: net/mlx5 - direct ibverbs dependency when compiling with -Dibverbs_link=dlopen
Product: DPDK Reporter: Max Khizhinsky (khizmax)
Component: ethdevAssignee: dev
Status: UNCONFIRMED ---    
Severity: normal CC: thomas
Priority: Normal    
Version: 21.11   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Max Khizhinsky 2022-12-16 16:28:22 CET
This commit http://git.dpdk.org/dpdk/commit/?id=2235fcda125763fa1a5b3c341b2799de9e44d479
break `dlopen` interacting mode with mlx OFED. 

It introduces direct dependency from mlx ibverbs libs escaping glue level.
For many applications, direct linkage with mlx libs is forbidden.
Comment 1 Thomas Monjalon 2022-12-19 11:26:08 CET
Thanks for reporting, I'll investigate.