[dpdk-stable] [PATCH 1/2] test/ipsec: fix return values

Akhil Goyal akhil.goyal at nxp.com
Wed Jan 27 21:00:26 CET 2021


> Subject: RE: [PATCH 1/2] test/ipsec: fix return values
> 
> > During SA creation, if the required algorithm is not supported,
> > drivers can return ENOTSUP. But in most of the IPsec test cases,
> > if the SA creation does not success, it just returns
> > TEST_FAILED.
> >
> > This patch fixes this issue by returning the actual return values
> > from the driver to the application, so that it can make decisions
> > whether the test case is passed, failed or unsupported.
> >
> > Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test")
> > Cc: konstantin.ananyev at intel.com
> >
> > Signed-off-by: Gagandeep Singh <g.singh at nxp.com>
> Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
> 
> Cc: stable at dpdk.org

Series Applied to dpdk-next-crypto

Thanks.


More information about the stable mailing list