Hi, > -----Original Message----- > From: Slava Ovsiienko <[email protected]> > Sent: Wednesday, August 17, 2022 10:04 AM > To: [email protected] > Cc: Matan Azrad <[email protected]>; Raslan Darawsheh > <[email protected]>; [email protected] > Subject: [PATCH v2] net/mlx5: fix single not inline packet elts storing > > 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 was missed storing mbuf for single > packet if non-inline was explicitly requested by flag. > > Fixes: cacb44a09962 ("net/mlx5: add no-inline Tx flag") > Cc: [email protected] > > Signed-off-by: Viacheslav Ovsiienko <[email protected]> > --- > v2: "Fixes tag" added > Patch applied to next-net-mlx,
Kindest regards, Raslan Darawsheh

