Re: [PATCH v3] net/mlx5: fix miniCQEs number calculation

2024-11-13 Thread Raslan Darawsheh
Hi, From: Alexander Kozyrev Sent: Wednesday, November 13, 2024 3:50 PM To: dev@dpdk.org Cc: sta...@dpdk.org; Raslan Darawsheh; Slava Ovsiienko; Matan Azrad; Dariusz Sosnowski; Bing Zhao; Suanming Mou Subject: [PATCH v3] net/mlx5: fix miniCQEs number calculation Use the information from the CQE

[PATCH v3] net/mlx5: fix miniCQEs number calculation

2024-11-13 Thread Alexander Kozyrev
Use the information from the CQE, not from the title packet, for getting the number of miniCQEs in the compressed CQEs array. This way we can avoid segfaults in the rxq_cq_decompress_v() in case of mbuf corruption (due to double mbuf free, for example). Fixes: 6cb559d67b ("net/mlx5: add vectorized