> Subject: [PATCH v1] examples/ipsec-secgw: free the actual mbuf pointer > > In case of crypto event vector, the vector points to crypto op structure in > priv area > and not actual mbuf. > Extract the mbuf pointer and pass these to rte_mbuf_free to free the mbufs. > > Signed-off-by: Vidya Sagar Velumuri <vvelum...@marvell.com>
Acked-by: Anoob Joseph <ano...@marvell.com>