Re: [PATCH v3 3/9] net/nfp: initialize IPsec related content
From: Ferruh Yigit <hidden>
Date: 2023-09-29 10:00:56
On 9/29/2023 3:08 AM, Chaoyong He wrote:
From: Chang Miao <redacted> If enable IPsec capability bit, driver need to Initialize IPsec. Set security context and security offload capabilities in datapath. Define private session and add SA array for each PF to save all SA data in driver. Add internal mbuf dynamic flag and field to save IPsec related data to dynamic mbuf field. Also update the relase note, add the inline IPsec offload section for NFP PMD. Signed-off-by: Chang Miao <redacted> Signed-off-by: Shihong Wang <redacted> Reviewed-by: Chaoyong He <redacted>
<...>
quoted hunk ↗ jump to hunk
@@ -38,6 +38,11 @@ DPDK Release 23.11 which also added support for standard atomics (Ref: https://releases.llvm.org/3.6.0/tools/clang/docs/ReleaseNotes.html) + * **Added inline IPsec offload feature for NFP PMD.** + + Added the inline IPsec offload feature based on the security framework for + NFP PMD. + New Features ------------
Moving release notes update to "New Features" section below while merging.