LibtraceTeam / libtrace

C Library for working with network packet traces
GNU Lesser General Public License v3.0
158 stars 50 forks source link

Only link against mlx4/5 ibverbs when required #172

Closed rsanger closed 3 years ago

rsanger commented 3 years ago

Improvement to only link against mlx4, mlx5, and ibverbs when statically linking against DPDK. As these libraries are not needed when linking against a shared library and as it unnecessarily requires the user to install the libibverbs-dev to build libtrace.