Re: [dpdk-dev] [PATCH v2] net/octeontx2: avoid per-pkt barrier with multi seg

2020-10-31 Thread Jerin Jacob
On Wed, Oct 28, 2020 at 5:17 PM Nithin Dabilpuram wrote: > > Avoid per-pkt barrier with multi-seg with fast free > and remove mbuf update to NULL. > > Fixes: ce8628c66a22 ("net/octeontx2: fix jumbo frame crash") > Cc: hka...@marvell.com > Cc: sta...@dpdk.org > > Signed-off-by: Nithin Dabilpuram >

[dpdk-dev] [PATCH v2] net/octeontx2: avoid per-pkt barrier with multi seg

2020-10-28 Thread Nithin Dabilpuram
Avoid per-pkt barrier with multi-seg with fast free and remove mbuf update to NULL. Fixes: ce8628c66a22 ("net/octeontx2: fix jumbo frame crash") Cc: hka...@marvell.com Cc: sta...@dpdk.org Signed-off-by: Nithin Dabilpuram Signed-off-by: Jerin Jacob --- v2: - Add fixes tag and also cc stable d