RE: [PATCH] examples/ipsec-secgw: use bulk free

2024-01-09 Thread Akhil Goyal
> Subject: [PATCH] examples/ipsec-secgw: use bulk free > > Use rte_pktmbuf_free_bulk() API instead of looping through the packets > and freeing individually. > > Signed-off-by: Anoob Joseph > Suggested-by: Stephen Hemminger Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

RE: [PATCH] examples/ipsec-secgw: use bulk free

2024-01-02 Thread Konstantin Ananyev
> Use rte_pktmbuf_free_bulk() API instead of looping through the packets > and freeing individually. > > Signed-off-by: Anoob Joseph > Suggested-by: Stephen Hemminger > --- > examples/ipsec-secgw/ipsec-secgw.h | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/examp

[PATCH] examples/ipsec-secgw: use bulk free

2023-12-20 Thread Anoob Joseph
Use rte_pktmbuf_free_bulk() API instead of looping through the packets and freeing individually. Signed-off-by: Anoob Joseph Suggested-by: Stephen Hemminger --- examples/ipsec-secgw/ipsec-secgw.h | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/ipsec-secgw/ipsec-