Re: [dpdk-dev] [PATCH v1] net/mlx5: fix rxq object allocation with MPRQ

2020-11-05 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Ophir Munk > Sent: Wednesday, November 4, 2020 9:55 AM > To: dev@dpdk.org; Raslan Darawsheh ; Matan Azrad > ; Slava Ovsiienko > Cc: Ophir Munk > Subject: [PATCH v1] net/mlx5: fix rxq object allocation with MPRQ > > The space for extra buffer pointers us

[dpdk-dev] [PATCH v1] net/mlx5: fix rxq object allocation with MPRQ

2020-11-03 Thread Ophir Munk
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-of