Re: [dpdk-dev] [PATCH v2 1/3] examples/packet_ordering: free resources on exit

2020-06-23 Thread Pattan, Reshma
> -Original Message- > From: Sarosh Arif > Sent: Wednesday, June 17, 2020 5:01 AM > To: dev@dpdk.org; Richardson, Bruce ; > Mcnamara, John ; Pattan, Reshma > ; Varghese, Vipin > Cc: Sarosh Arif > Subject: [PATCH v2 1/3] examples/packet_ordering: free resources on exit > > Resources s

[dpdk-dev] [PATCH v2 1/3] examples/packet_ordering: free resources on exit

2020-06-16 Thread Sarosh Arif
Resources should be cleared while exiting the application. Bugzilla ID: 437 Signed-off-by: Sarosh Arif --- v2: initialize portid --- examples/packet_ordering/main.c | 57 ++--- 1 file changed, 46 insertions(+), 11 deletions(-) diff --git a/examples/packet_ordering/ma