diff options
author | Tariq Toukan <[email protected]> | 2019-07-05 18:30:22 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-07-05 16:29:20 -0700 |
commit | d2ead1f360e8abd9817dea4f7290ffaf00078ac1 (patch) | |
tree | 43c891d5e831935bfbe95d7fbb54f43fef1c2cef /drivers/fpga/fpga-bridge.c | |
parent | 37badd159c52768e31aab2c978b9f837e4dd66bc (diff) |
net/mlx5e: Add kTLS TX HW offload support
Add support for transmit side kernel-TLS acceleration.
Offload the crypto encryption to HW.
Per TLS connection:
- Use a separate TIS to maintain the HW context.
- Use a separate encryption key.
- Maintain static and progress HW contexts by posting the proper
WQEs at creation time, or upon resync.
- Use a special DUMP opcode to replay the previous frags and sync
the HW context.
To make sure the SQ is able to serve an xmit request, increase
SQ stop room to cover:
- static params WQE,
- progress params WQE, and
- resync DUMP per frag.
Currently supporting TLS 1.2, and key size 128bit.
Tested over SimX simulator.
Signed-off-by: Tariq Toukan <[email protected]>
Signed-off-by: Eran Ben Elisha <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions