mbox series

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

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

Message

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

--
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   |  6 +++++-
 2 files changed, 18 insertions(+), 3 deletions(-)
  

Comments

Arkadiusz Kusztal March 8, 2021, 1:45 p.m. UTC | #1
> -----Original Message-----
> From: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Sent: Monday, March 8, 2021 1:57 PM
> To: dev@dpdk.org; Doherty, Declan <declan.doherty@intel.com>; Kusztal,
> ArkadiuszX <arkadiuszx.kusztal@intel.com>
> Cc: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Subject: [PATCH v2 0/2] test/crypto: close PMD after tests
> 
> This patch adds closing of the PMD after running the tests.
> 
> --
> 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   |  6 +++++-
>  2 files changed, 18 insertions(+), 3 deletions(-)
> 
> --
> 2.25.1
Series Acked-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>