aboutsummaryrefslogtreecommitdiff
path: root/test/validation/api/ipsec/ipsec_sync.c
AgeCommit message (Collapse)Author
2021-09-29validation: ipsec: check dest queue capabilityAakash Sasidharan
Create destination queue based on the queue type supported. Add separate suites for plain and schedule type queues. Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Reviewed-by: Anoob Joseph <anoobj@marvell.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
2020-11-13validation: ipsec: improve initialization of unit testsLukasz Bartosik
Preiously when IPsec unit tests were initialized ODP queue and ODP pktio were created by default however ODP queue is used by async unit tests and pktio is used by inline unit tests. Sync unit tests use neither ODP queue or ODP pktio. This patch updates IPsec units test initialization so that only required elements are created for a given mode of tests. Also the term function is updated to use the handles available for pktio, queue and pool in the suite_context while destroying the resources. Signed-off-by: Lukasz Bartosik <lbartosik@marvell.com> Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
2019-09-27linux-gen: include config.h header in install directoryMatias Elo
Previously, config.h header was not included in install dir. This caused a compilation failure when an application tried to include ODP helper headers. config.h has been moved to include/odp subdirectory to avoid naming conflicts and unnecessary includes have been removed. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reported-by: Mikko Parpala <mikko.parpala@nokia.com>
2018-02-26update Linaro Copyrights to 2018 yearMaxim Uvarov
Using simple commands: find . -not -path .git -type f -exec \ sed -i -E 's/ (201[0-9]), Linaro/ \1-2018, Linaro/g' {} + find . -not -path .git -type f -exec \ sed -i -E 's/ (201[0-9])(-201[0-9]), Linaro/ \1-2018, Linaro/g' {} + Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>
2017-12-27test: validation: add IPsec API testsuiteDmitry Eremin-Solenikov
Add several basic tests for IPsec API. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>