Re: [PATCH] net/mlx5: fix inline data size adjustment for Verbs API

2025-07-06 Thread Raslan Darawsheh
Hi, On 02/07/2025 12:34 PM, Shani Peretz wrote: This fix ensures that when using Verbs for queue creation, the maximum inline data size is adjusted to prevent rejection in mlx5_calc_send_wqe() from the rdma_core library. The adjustment is achieved by reducing the Ethernet minimal inline size an

[PATCH] net/mlx5: fix inline data size adjustment for Verbs API

2025-07-02 Thread Shani Peretz
This fix ensures that when using Verbs for queue creation, the maximum inline data size is adjusted to prevent rejection in mlx5_calc_send_wqe() from the rdma_core library. The adjustment is achieved by reducing the Ethernet minimal inline size and adding the data minimal inline size, there for dec