Re: [PATCH v3 0/9] add the support of ipsec offload

2023-09-29 Thread Ferruh Yigit
On 9/29/2023 3:08 AM, Chaoyong He wrote: > This patch series add the support of ipsec offload feature, includes: > * Implement the communication channel between PMD and firmware through > mailbox. > * Implement the ipsec offload related APIs based the security framework. > * Implement the ipsec p

[PATCH v3 0/9] add the support of ipsec offload

2023-09-28 Thread Chaoyong He
This patch series add the support of ipsec offload feature, includes: * Implement the communication channel between PMD and firmware through mailbox. * Implement the ipsec offload related APIs based the security framework. * Implement the ipsec packets process logics in the data path. --- v3: *