diff options
author | 2013-09-06 11:50:46 +0300 | |
---|---|---|
committer | 2013-11-08 14:43:05 -0800 | |
commit | 6ebacdfc07ca61ba258693c9b4c88f1ffbe8ccd7 (patch) | |
tree | 41dd5f8e054c318bdd689f828c532db653230315 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 3.12-rc7 (diff) | |
download | linux-dev-6ebacdfc07ca61ba258693c9b4c88f1ffbe8ccd7.tar.xz linux-dev-6ebacdfc07ca61ba258693c9b4c88f1ffbe8ccd7.zip |
RDMA/ocrdma: Silence an integer underflow warning
We recently added a cap on "max_wqe_allocated" in 43a6b4025c
('RDMA/ocrdma: Create IRD queue fix').
My static checker complains that the cap has a problem because it
casts large values to negative. "attrs->cap.max_send_wr" is a u32.
It comes from the user, but it's capped in ocrdma_check_qp_params() so
it can't wrap here.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions