summaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorMaher Sanalla <msanalla@nvidia.com>2023-06-18 19:23:24 +0300
committerSaeed Mahameed <saeedm@nvidia.com>2023-08-07 10:53:50 -0700
commitc8a0245c3937d302a52c9d6b54de44b302e78265 (patch)
treedfe7046bb4d403682d71dd5f4952d6266e5cec9c /drivers/fpga/fpga-bridge.c
parenta1772de78d7303e33517d1741e0fce1c7247bec4 (diff)
net/mlx5: Use xarray to store and manage completion IRQs
Use xarray to store the completion IRQs instead of a fixed-size allocated array as not all completion IRQs will be requested on driver load, but rather on demand when an EQ is created. The xarray offers more scalability, reduced memory overhead, and provides the ability to dynamically resize the array when needed. Signed-off-by: Maher Sanalla <msanalla@nvidia.com> Reviewed-by: Shay Drory <shayd@nvidia.com> Reviewed-by: Moshe Shemesh <moshe@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions