On 9/29/2023 3:08 AM, Chaoyong He wrote: > From: Chang Miao <chang.m...@corigine.com> > > 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 <chang.m...@corigine.com> > Signed-off-by: Shihong Wang <shihong.w...@corigine.com> > Reviewed-by: Chaoyong He <chaoyong...@corigine.com> >
<...> > @@ -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.