numam-dpdk/drivers/common
Raja Zidane 54feeab1c0 common/mlx5: fix DevX queue size overflow
The HW QP/SQ/RQ/CQ queue sizes may be bigger than 64KB.
The width of the variable handled the queue size is 16 bits
which cannot contain the maximum queue size.
Replace the size type to be uint32_t.

Fixes: 9dab4d62b4 ("common/mlx5: share DevX CQ creation")
Fixes: 38f537635c ("common/mlx5: share DevX SQ creation")
Fixes: f9213ab12c ("common/mlx5: share DevX queue pair operations")
Cc: stable@dpdk.org

Signed-off-by: Raja Zidane <rzidane@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
2021-11-08 19:46:28 +01:00
..
cnxk common/cnxk: add DPI DMA support 2021-11-07 23:29:58 +01:00
cpt common/cpt: rework pending queue 2021-09-28 08:43:57 +02:00
dpaax common/dpaax: fix physical address conversion 2021-10-07 14:47:35 +02:00
iavf common/iavf: support IPsec inline crypto 2021-10-29 04:15:31 +02:00
mlx5 common/mlx5: fix DevX queue size overflow 2021-11-08 19:46:28 +01:00
mvep drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
octeontx common/octeontx: enable build only on 64-bit Linux 2021-10-15 19:13:13 +02:00
octeontx2 common/octeontx2: update mailbox version to 0xb 2021-10-29 16:08:17 +02:00
qat common/qat: fix queue pairs number 2021-11-04 19:46:27 +01:00
sfc_efx common/sfc_efx: fix debug compilation control 2021-11-05 22:04:55 +01:00
meson.build drivers: clean up build lists 2021-04-21 12:37:55 +02:00