RE: [PATCH 2/3] examples/ipsec-secgw: check capabilities before session create

2023-02-21 Thread Ji, Kai
@amd.com; > rnagadhee...@marvell.com; ma...@nvidia.com; Akhil Goyal > > Subject: [PATCH 2/3] examples/ipsec-secgw: check capabilities before > session create > > Currently, sessions are created without checking the device > capabilities, which may result in failure at a lat

[PATCH 2/3] examples/ipsec-secgw: check capabilities before session create

2023-02-16 Thread Akhil Goyal
Currently, sessions are created without checking the device capabilities, which may result in failure at a later stage. Device capabilities are now checked before creating the security/crypto session. Signed-off-by: Akhil Goyal --- examples/ipsec-secgw/ipsec.c | 208