[dpdk-dev] [PATCH 3/4] crypto/mlx5: fix the queue size configuration

Tal Shnaiderman talshn at nvidia.com
Thu Nov 4 19:59:58 CET 2021


> Subject: [dpdk-dev] [PATCH 3/4] crypto/mlx5: fix the queue size
> configuration
> 
> External email: Use caution opening links or attachments
> 
> 
> The DevX interface for QP creation expects the number of WQEBBs.
> Wrongly, the number of descriptors was provided to the QP creation.
> In addition, the QP size must be a power of 2 what was not guaranteed.
> Provide the number of WQEBBs to the QP creation API.
> Round up the SQ size to a power of 2.
> Rename (sq/rq)_size to num_of_(send/receive)_wqes.
> 
> Fixes: 6152534e211e ("crypto/mlx5: support queue pairs operations")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Raja Zidane <rzidane at nvidia.com>
> Acked-by: Matan Azrad <matan at nvidia.com>

Acked-by: Tal Shnaiderman <talshn at nvidia.com>


More information about the dev mailing list