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

2018-10-28 Thread Thomas Monjalon
26/09/2018 15:11, 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 t

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

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

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

2018-09-26 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 Rev