[PATCH v3] net/mlx5: handle MPRQ incompatibility with external buffers

Raslan Darawsheh rasland at nvidia.com
Tue Apr 12 10:08:01 CEST 2022


Hi,

> -----Original Message-----
> From: Alexander Kozyrev <akozyrev at nvidia.com>
> Sent: Saturday, March 12, 2022 1:08 AM
> To: dev at dpdk.org
> Cc: Raslan Darawsheh <rasland at nvidia.com>; Slava Ovsiienko
> <viacheslavo at nvidia.com>; Matan Azrad <matan at nvidia.com>
> Subject: [PATCH v3] net/mlx5: handle MPRQ incompatibility with external
> buffers
> 
> Multi-Packet Rx queue uses PMD-managed buffers to store packets.
> These buffers are externally attached to user mbufs.
> This conflicts with the feature that allows using user-managed externally
> attached buffers in an application.
> Fall back to SPRQ in case external buffers mempool is configured.
> Add the corresponding limitation to MLX5 documentation that MPRQ and
> external data buffers cannot be used together.
> 
> Signed-off-by: Alexander Kozyrev <akozyrev at nvidia.com>
> ---
> v3: fixed coverity issue with NULL pointer derefence
> v2: fixed typo in warning message
> 

Patch rebased and applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh


More information about the dev mailing list