Re: [dpdk-dev] [PATCH v3] test/ipsec: fix test suite setup function

2019-01-17 Thread Thomas Monjalon
> > Check for valid crypto_null device before continuing. > > Use valid_dev instead of valid_devs[]. > > Replace valid_dev_count with valid_dev_found > > Call create_crypto_session for one driver only. > > Refactor code so that driver capabilities can be checked in > > the testsuite_setup function.

Re: [dpdk-dev] [PATCH v3] test/ipsec: fix test suite setup function

2019-01-17 Thread Ananyev, Konstantin
> -Original Message- > From: Iremonger, Bernard > Sent: Thursday, January 17, 2019 4:04 PM > To: dev@dpdk.org; Ananyev, Konstantin > Cc: Iremonger, Bernard > Subject: [PATCH v3] test/ipsec: fix test suite setup function > > Check for valid crypto_null device before continuing. > Use v

[dpdk-dev] [PATCH v3] test/ipsec: fix test suite setup function

2019-01-17 Thread Bernard Iremonger
Check for valid crypto_null device before continuing. Use valid_dev instead of valid_devs[]. Replace valid_dev_count with valid_dev_found Call create_crypto_session for one driver only. Refactor code so that driver capabilities can be checked in the testsuite_setup function. Fixes: 05fe65eb66b2 ("