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

2019-01-17 Thread Iremonger, Bernard
Hi Konstantin, > > > Subject: [PATCH v2] test/ipsec: fix test suite setup function > > > > > > Check for valid crypto_null device before continuing. > > > Use valid_dev instead of valid_devs[]. > > > Call create_crypto_session for one driver only. > > > > > > Fixes: 05fe65eb66b2 ("test/ipsec: in

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

2019-01-17 Thread Iremonger, Bernard
Hi Konstantin, > > Subject: [PATCH v2] test/ipsec: fix test suite setup function > > > > Check for valid crypto_null device before continuing. > > Use valid_dev instead of valid_devs[]. > > Call create_crypto_session for one driver only. > > > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functi

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

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

[dpdk-dev] [PATCH v2] 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[]. Call create_crypto_session for one driver only. Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") Signed-off-by: Bernard Iremonger --- test/test/test_ipsec.c | 91 +---