Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Saturday, March 12, 2022 1:08 AM > To: dev@dpdk.org > Cc: Raslan Darawsheh <rasl...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; Matan Azrad <ma...@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 <akozy...@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