[dpdk-dev] [PATCH v3 0/3] Bug fixes in event crypto adapter test

Ankur Dwivedi adwivedi at marvell.com
Wed Oct 7 07:26:26 CEST 2020


This patch series resolves bugs in the event crypto adapter test
application.

v3:
* In the "test/event_crypto_adapter: fix function arguments" patch,
  fixed arguments of rte_event_crypto_adapter_caps_get().
* In the "test/event_crypto_adapter: free resources during exit" patch,
  the following changes were done:
  - Added rte_event_crypto_adapter_stop() in crypto_adapter_teardown().
  - Checking the return value of rte_event_crypto_adapter_free().
  - Moved crypto_adapter_setup_done flag to the end.

v2:
* In the "test/event_crypto_adapter: return error with unsupported mode"
  patch the following changes were done:
  - Skip mismatch of mode and capability for software eventdev.
  - In test_crypto_adapter_conf_op_new_mode() and
    test_crypto_adapter_conf_op_forward_mode(),the local variable
    for holding return of test_crypto_adapter_conf() is removed.
  - Minor change in commit message.

Ankur Dwivedi (3):
  test/event_crypto_adapter: return error with unsupported mode
  test/event_crypto_adapter: fix function arguments
  test/event_crypto_adapter: free resources during exit

 app/test/test_event_crypto_adapter.c | 75 ++++++++++++++++++++--------
 1 file changed, 55 insertions(+), 20 deletions(-)

-- 
2.28.0



More information about the dev mailing list