RE: [PATCH 3/3] examples/ipsec-secgw: refactor inline capability check

2023-02-21 Thread Ji, Kai
@amd.com; > rnagadhee...@marvell.com; ma...@nvidia.com; Akhil Goyal > > Subject: [PATCH 3/3] examples/ipsec-secgw: refactor inline capability > check > > In cases of inline IPsec, the supported ol_flags are retrieved from > security capability of device. > Now that capability

[PATCH 3/3] examples/ipsec-secgw: refactor inline capability check

2023-02-16 Thread Akhil Goyal
In cases of inline IPsec, the supported ol_flags are retrieved from security capability of device. Now that capability checks are added before creating the session, ol_flags can be retrieved from the same function call. Signed-off-by: Akhil Goyal --- examples/ipsec-secgw/ipsec.c | 65 ++-