[PATCH] net/mlx5: fix single not inline packet elts storing

2022-08-16 Thread Viacheslav Ovsiienko
The mlx5 PMD can inline packet data into transmitting descriptor (WQE) and free mbuf immediately as data no longer needed, for non-inline packets the mbuf pointer should be stored in elts array for coming freeing on send completion. There was an optimization on storing pointers in batch and there w

[PATCH] net/mlx5: fix single not inline packet elts storing

2022-08-10 Thread Viacheslav Ovsiienko
The mlx5 PMD can inline packet data into transmitting descriptor (WQE) and free mbuf immediately as data no longer needed, for non-inline packets the mbuf pointer should be stored in elts array for coming freeing on send completion. There was an optimization on storing pointers in batch and there w