Skip to content

Conversation

@prime-run
Copy link

This commit introduces several performance optimizations: 1) Memory Operations: Reduced redundant skb operations, optimized scatter-gather list building, minimized memory copies. 2) SIMD Acceleration: Added SIMD-accelerated decryption path with proper context handling and fallback. 3) Handshake Processing: Added fast path for packet type checking, optimized load calculation and cookie validation. 4) General Improvements: Added key data prefetching, early counter validation, reduced branching, better cache utilization.

This commit introduces several performance optimizations: 1) Memory Operations: Reduced redundant skb operations, optimized scatter-gather list building, minimized memory copies. 2) SIMD Acceleration: Added SIMD-accelerated decryption path with proper context handling and fallback. 3) Handshake Processing: Added fast path for packet type checking, optimized load calculation and cookie validation. 4) General Improvements: Added key data prefetching, early counter validation, reduced branching, better cache utilization.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant