Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added correct list of required packages(Depends) for perftest.deb
Perftest requires the rdma-core and libibumad packages for proper operation, but they are missing from the dependency list. As a result, perftest can be installed successfully, and its tools can be used, but some will not work without the libibumad package. This patch adds the missing dependencies to the perftest package.
- Loading branch information
4b2b48a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can install perftest without libibumad package and it will be installed successfully. Some of the test tools require libibumad, which is not set as dependency.
Here is the result of trying to use ib_send_lat without libibumad.
So it must be in the list of required packages to avoid such errors.