Re: [dpdk-dev] [PATCH] test: restructure and cleanup ring PMD test

2018-09-26 Thread Pattan, Reshma
> -Original Message- > From: Parthasarathy, JananeeX M > Sent: Thursday, September 20, 2018 2:24 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Chaitanya Babu, TalluriX > > Subject: [PATCH] test: restructure and cleanup ring PMD test > > From: Chaitanya Babu Talluri > > Divided main te

Re: [dpdk-dev] [PATCH] test: restructure and cleanup ring PMD test

2018-09-20 Thread Parthasarathy, JananeeX M
[dpdk-dev] [PATCH] test: restructure and cleanup ring PMD test > >From: Chaitanya Babu Talluri > >Divided main test to smaller logical tests. >Registered with UT framework. >Added cleanup of the resources else ring creation fails during consecutive test >runs. >Freed the alloc

[dpdk-dev] [PATCH] test: restructure and cleanup ring PMD test

2018-09-20 Thread Jananee Parthasarathy
From: Chaitanya Babu Talluri Divided main test to smaller logical tests. Registered with UT framework. Added cleanup of the resources else ring creation fails during consecutive test runs. Freed the allocated mempool, rings and uninitalized the drivers. Signed-off-by: Chaitanya Babu Talluri ---