More

PC conflicts

Jakob Keller

Jesse Brandeburg

Johannes Berg

Neal Cardwell

Submitted

[PDF] Submission 21 Jul 2024 6:22:41pm EDT · 261784a71bbc6430c950fbf5501ed9cd66fed75ffac1215d75c6c689cb1a87ff261784a7

PSP is a security protocol developed by Google for encrypting data in transit. It shares many concepts with IPSEC such as​ a security association (SA) to identify data traffic, an SA is always unidirectional, etc. It incorporates lessons from experience with currently deployed L2, L3 and L4 crypto protocols. For example, PSP encapsulates in UDP to avoid network issues with less common IP protocols.

PSP is purposely built to scale. It does not store an explicit SA in the ingress direction, but generates the ingress key on NIC from a device master key, combined with the SA SPI embedded in the packet.​ The full PSP Crypto Protocol Specification can be found at https://github.com/google/psp/doc

Software encryption is expensive. Modern NICs can ideally offload this operation.

This session combines two topics.

Part 1. PSP protocol introduction: by Google Part 2. PSP NIC hardware offload: by Intel

Part two covers

1. Prerequisites 2. IDPF device interfaces for generic crypto offload: IPSEC, DTLS and PSP 1. Virtchannel based control API 2. Dedicated config queue for high-rate SA programming 3. Keys in descriptor SA programming 3. Data plane: connection establishment and line rate encryption 4. Control plane: key management, key rotation, etc.

The device implementation is based on the draft device API available at https://github.com/kuba-moo/linux/tree/psp

A. Jain, A. Acharya, W. de Bruijn, P. Burra, D. Chatterjee [details]

Anjali Singhai Jain (Intel) <anjali.singhai@intel.com>

Arun Acharya (Intel) <arun.kumar.acharya@intel.com>

Willem de Bruijn (Google) <willemb@google.com>

Phani R Burra (Intel) <phani.r.burra@intel.com>

Deb Chatterjee (Intel) <deb.chatterjee@intel.com>

Submission Type
Talk
Submission Label
Nuts and Bolts
Estimated Length Of Time For Presentation (in minutes)
30
Attendance
Physically

To edit this submission, sign in using your email and password.