Re: [dpdk-dev] [PATCH 2/2] examples/l2fwd-crypto: Free resources on exit

2020-11-23 Thread Zhang, Roy Fan
Hi Ibtisam, > -Original Message- > From: dev On Behalf Of Ibtisam Tariq > Sent: Wednesday, July 22, 2020 1:50 PM > To: Doherty, Declan > Cc: dev@dpdk.org; Ibtisam Tariq > Subject: [dpdk-dev] [PATCH 2/2] examples/l2fwd-crypto: Free resources on > exit > > W

Re: [dpdk-dev] [PATCH 2/2] examples/l2fwd-crypto: Free resources on exit

2020-11-22 Thread Thomas Monjalon
30/07/2020 23:15, Thomas Monjalon: > Declan is not reviewing patches anymore. > Adding more maintainers in Cc. > > PS: Maybe we should update the file MAINTAINERS > to avoid patches being stuck. No progress since July. I will apply this series and all others not reviewed patches on the same topi

Re: [dpdk-dev] [PATCH 2/2] examples/l2fwd-crypto: Free resources on exit

2020-07-30 Thread Thomas Monjalon
Declan is not reviewing patches anymore. Adding more maintainers in Cc. PS: Maybe we should update the file MAINTAINERS to avoid patches being stuck. 22/07/2020 14:50, Ibtisam Tariq: > When exiting the application, resources should be cleared. > > Signed-off-by: Ibtisam Tariq > --- > examples

[dpdk-dev] [PATCH 2/2] examples/l2fwd-crypto: Free resources on exit

2020-07-22 Thread Ibtisam Tariq
When exiting the application, resources should be cleared. Signed-off-by: Ibtisam Tariq --- examples/l2fwd-crypto/main.c | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c index 827da9b3e