Hi, > -----Original Message----- > From: Alexander Kozyrev <[email protected]> > Sent: Saturday, March 12, 2022 1:08 AM > To: [email protected] > Cc: Raslan Darawsheh <[email protected]>; Slava Ovsiienko > <[email protected]>; Matan Azrad <[email protected]> > 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 <[email protected]> > --- > 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

