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

2019-01-17 Thread Iremonger, Bernard
Hi Konstantin, > > > > > I think you need to check driver capabilities, instead of > > > > > relying on driver > > > name. > > > > > > > > I don't think it is necessary to check the driver capabilities. > > > > > > I still think that the valid way to check supported algorithms is to > > > check

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

2019-01-17 Thread Ananyev, Konstantin
Hi Bernard, > > > > > Subject: [PATCH] test/ipsec: fix test suite setup function > > > > > > > > > > Check for valid crypto_null devices before continuing. > > > > > > > > > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > > > > > Signed-off-by: Bernard Iremonger > > > > > --- >

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

2019-01-17 Thread Iremonger, Bernard
Hi Konstantin, > > > > Subject: [PATCH] test/ipsec: fix test suite setup function > > > > > > > > Check for valid crypto_null devices before continuing. > > > > > > > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > > > > Signed-off-by: Bernard Iremonger > > > > --- > > > > te

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

2019-01-15 Thread Ananyev, Konstantin
> -Original Message- > From: Iremonger, Bernard > Sent: Tuesday, January 15, 2019 12:34 PM > To: Ananyev, Konstantin ; dev@dpdk.org > Cc: Iremonger, Bernard > Subject: RE: [PATCH] test/ipsec: fix test suite setup function > > Hi Konstantin > > > > > > Subject: [PATCH] test/ipsec: fi

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

2019-01-15 Thread Iremonger, Bernard
Hi Konstantin > > Subject: [PATCH] test/ipsec: fix test suite setup function > > > > Check for valid crypto_null devices before continuing. > > > > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") > > Signed-off-by: Bernard Iremonger > > --- > > test/test/test_ipsec.c | 17 +++

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

2019-01-15 Thread Ananyev, Konstantin
> -Original Message- > From: Iremonger, Bernard > Sent: Tuesday, January 15, 2019 11:20 AM > To: dev@dpdk.org; Ananyev, Konstantin > Cc: Iremonger, Bernard > Subject: [PATCH] test/ipsec: fix test suite setup function > > Check for valid crypto_null devices before continuing. > > Fixe

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

2019-01-15 Thread Bernard Iremonger
Check for valid crypto_null devices before continuing. Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test") Signed-off-by: Bernard Iremonger --- test/test/test_ipsec.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/test/test/test_ipsec.c b/test/te