Thread (15 messages) flat view 15 messages, 3 authors, 2021-07-22

Re: [dpdk-dev] [PATCH 2/4] compress/mlx5: fix constant size in QP creation

From: Matan Azrad <hidden>
Date: 2021-06-07 07:28:55


From: Michael Baum:
The mlx5_compress_qp_setup function makes shifting to the numeric
constant 1, then sends it as a parameter to rte_calloc function.

The rte_calloc function expects to get size_t (64 bits, unsigned) and instead
gets a 32-bit variable, because the numeric constant size is a 32-bit.
In case the shift is greater than 32 the variable will lose its value even though
the function can get 64-bit argument.

Change the size of the numeric constant 1 to 64-bit.

Fixes: 8619fcd5161b ("compress/mlx5: support queue pair operations")
Cc: stable@dpdk.org

Signed-off-by: Michael Baum <redacted>
Acked-by: Matan Azrad <redacted>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help