[PATCH] regex/mlx5: utilize all available QPs
Thomas Monjalon
thomas at monjalon.net
Fri Mar 10 19:02:50 CET 2023
21/02/2023 08:47, Gerry Gribbon:
> Fix overflow of free QP mask.
> Regex used 64 QPs and used a bitmask to select a free QP for use.
> The bitmask in use was only 32 bits so did not allow half of the QPs
> to be utilised.
> Upgraded to 64 bit mask and using ffsll now instead of ffs.
>
> Fixes: 270032608503 ("regex/mlx5: refactor HW queue objects")
> Cc: stable at dpdk.org
>
> Signed-off-by: Gerry Gribbon <ggribbon at nvidia.com>
Applied, thanks.
More information about the dev
mailing list