Re: [dpdk-dev] [PATCH v2 1/2] test/crypto: close PMD after tests

2021-04-09 Thread Dybkowski, AdamX
Kusztal, ArkadiuszX > > Subject: RE: [dpdk-dev] [PATCH v2 1/2] test/crypto: close PMD after tests > > > The pmd is initialized in the setup function. > > This patch adds one extra step inside the teardown function: the call > > to the rte_cryptodev_close apart of the call

Re: [dpdk-dev] [PATCH v2 1/2] test/crypto: close PMD after tests

2021-04-08 Thread Akhil Goyal
e in testsuite_teardown(). -akhil > > > -Original Message- > > From: Akhil Goyal > > Sent: Monday, 5 April, 2021 20:59 > > To: Akhil Goyal ; Dybkowski, AdamX > > ; dev@dpdk.org; Doherty, Declan > > ; Kusztal, ArkadiuszX > > > > Subject:

Re: [dpdk-dev] [PATCH v2 1/2] test/crypto: close PMD after tests

2021-04-06 Thread Dybkowski, AdamX
in my opinion it's much better to do it during the teardown. Adam > -Original Message- > From: Akhil Goyal > Sent: Monday, 5 April, 2021 20:59 > To: Akhil Goyal ; Dybkowski, AdamX > ; dev@dpdk.org; Doherty, Declan > ; Kusztal, ArkadiuszX > > Subject: RE: [dpdk-dev]

Re: [dpdk-dev] [PATCH v2 1/2] test/crypto: close PMD after tests

2021-04-05 Thread Akhil Goyal
Hi Adam/Arek, Could you please reply to the below query. > > This patch adds closing of the PMD after running the tests. > > > > Signed-off-by: Adam Dybkowski > > --- > > app/test/test_cryptodev.c | 6 +- > > 1 file changed, 5 insertions(+), 1 deletion(-) > > > > diff --git a/app/test/test_

Re: [dpdk-dev] [PATCH v2 1/2] test/crypto: close PMD after tests

2021-03-23 Thread Akhil Goyal
> This patch adds closing of the PMD after running the tests. > > Signed-off-by: Adam Dybkowski > --- > app/test/test_cryptodev.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c > index f91debc16..ea965a64a 1006

[dpdk-dev] [PATCH v2 1/2] test/crypto: close PMD after tests

2021-03-08 Thread Adam Dybkowski
This patch adds closing of the PMD after running the tests. Signed-off-by: Adam Dybkowski --- app/test/test_cryptodev.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index f91debc16..ea965a64a 100644 --- a/app/test/