On Wed, 3 Jun 2026 14:29:32 +0800 [email protected] wrote: > From: Jie Liu <[email protected]> > > This patch adds support for IPsec inline protocol offload for both > inbound and outbound traffic. > > - Implement rte_security_ops: session_create, session_destroy. > - Add hardware SA table management. > - Update Rx/Tx data path to handle security offload flags. > > The hardware offloads the ESP encapsulation/decapsulation and > cryptographic processing. > > Signed-off-by: Jie Liu <[email protected]>
Git complains about blank line: Applying: net/sxe2: support IPsec inline protocol offload /home/shemminger/DPDK/main/.git/worktrees/sxe2/rebase-apply/patch:236: new blank line at EOF. + warning: 1 line adds whitespace errors.

