Hi, > -----Original Message----- > From: Ophir Munk <[email protected]> > Sent: Wednesday, November 4, 2020 9:55 AM > To: [email protected]; Raslan Darawsheh <[email protected]>; Matan Azrad > <[email protected]>; Slava Ovsiienko <[email protected]> > Cc: Ophir Munk <[email protected]> > Subject: [PATCH v1] net/mlx5: fix rxq object allocation with MPRQ > > The space for extra buffer pointers used by MPRQ routines was not > allocated in Rx queue object creation structure causing memory > corruption. > The fix allocates the extra memory for the pointers in case MPRQ is > engaged. > > Fixes: f6dcff4788a1 ("net/mlx5: configure Rx queue for buffer split") > > Signed-off-by: Ophir Munk <[email protected]> > Acked-by: Viacheslav Ovsiienko <[email protected]> > Acked-by: Matan Azrad <[email protected]> > --- > drivers/net/mlx5/mlx5_rxq.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > Patch applied to next-net-mlx,
Kindest regards, Raslan Darawsheh

