Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Thursday, December 10, 2020 5:14 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com>; Matan Azrad <ma...@nvidia.com> > Subject: [PATCH] net/mlx5: fix mbufs double free in vectorized MPRQ > > Wrong index is used to find mbufs belonging to an application in > the rxq_free_elts_sprq() function in the case of vectorized MPRQ. > elts_ci points to the last allocated mbuf in this case, not rq_ci. > Use this field to avoid double free of mbuf and segmentation fault. > > Fixes: 0f20acbf5ed ("net/mlx5: implement vectorized MPRQ burst") > Cc: sta...@dpdk.org > > Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh