mbox series

[v3,0/2] test/crypto: close PMD after tests

Message ID 20210409121301.57789-1-adamx.dybkowski@intel.com (mailing list archive)
Headers
Series test/crypto: close PMD after tests |

Message

Dybkowski, AdamX April 9, 2021, 12:12 p.m. UTC
  This patch adds closing of the PMD after running the tests.

--
v3:
* move the call from ut_teardown to testsuite_teardown
v2:
* display error message on close error


Adam Dybkowski (2):
  test/crypto: close PMD after tests
  app/crypto-perf: close PMD after benchmark run

 app/test-crypto-perf/main.c | 15 +++++++++++++--
 app/test/test_cryptodev.c   |  5 +++++
 2 files changed, 18 insertions(+), 2 deletions(-)
  

Comments

Akhil Goyal April 13, 2021, 1:33 p.m. UTC | #1
> This patch adds closing of the PMD after running the tests.
> 
> --
> v3:
> * move the call from ut_teardown to testsuite_teardown
Series Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto

Thanks.