odp
odp copied to clipboard
[PATCH v2] api: ipsec: support associating inline SA to a pktio
commit 5f4a585f32481122276036b34a9aac225a74a124 Author: Nithin Dabilpuram [email protected] Date: Tue Sep 21 16:35:50 2021 +0530
api: ipsec: support associating inline SA to a pktio
Not all HW platforms support having a global Inline IPsec SA
which can work synchronuously across all PKTIO's. Hence add
a capability in odp_ipsec_capability_t to mention if a platform
supports global Inline IPsec SA or not.
If a platform doesn't support Global Inline IPsec SA, then PKTIO
handle should be set in odp_ipsec_sa_param_t in order to enable it
for inline processing on that PKTIO.
Signed-off-by: Nithin Dabilpuram <[email protected]>
commit 0bcaf3ccb820e9f13028a36e6149f3602b2bb17e Author: Nithin Dabilpuram [email protected] Date: Tue Sep 21 16:44:50 2021 +0530
linux-gen: ipsec: express support for global inline ipsec SA
Signed-off-by: Nithin Dabilpuram <[email protected]>
commit 82dd75e1fb20f4f10bc6ea35dfc6d47a2704b508 Author: Nithin Dabilpuram [email protected] Date: Tue Sep 21 17:09:54 2021 +0530
validation: ipsec: provide pktio handle to inline SA
Provide PKTIO handle to inline SA's in Inline tests
when platform doesn't support a global inline SA.
Signed-off-by: Nithin Dabilpuram <[email protected]>