Re: [PATCH v2] net/mlx5: replenish MPRQ buffers for miniCQEs

2024-07-22 Thread Raslan Darawsheh
Hi, From: Alexander Kozyrev Sent: Wednesday, November 1, 2023 4:57 PM To: dev@dpdk.org Cc: Suanming Mou; Slava Ovsiienko; Raslan Darawsheh Subject: [PATCH v2] net/mlx5: replenish MPRQ buffers for miniCQEs Keep unzipping if the next CQE is the miniCQE array in rxq_cq_decompress_v() routine only

RE: [PATCH v2] net/mlx5: replenish MPRQ buffers for miniCQEs

2024-07-22 Thread Dariusz Sosnowski
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, November 1, 2023 15:57 > To: dev@dpdk.org > Cc: Suanming Mou ; Slava Ovsiienko > ; Raslan Darawsheh > Subject: [PATCH v2] net/mlx5: replenish MPRQ buffers for miniCQEs > > Keep unzip

[PATCH v2] net/mlx5: replenish MPRQ buffers for miniCQEs

2023-11-01 Thread Alexander Kozyrev
Keep unzipping if the next CQE is the miniCQE array in rxq_cq_decompress_v() routine only for non-MPRQ scenario, MPRQ requires buffer replenishment between the miniCQEs. Restore the check for the initial compressed CQE for SPRQ and check that the current CQE is not compressed before copying it as