]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-tls-add-basic-TX-offload'
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Jun 2019 21:13:40 +0000 (14:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Jun 2019 21:13:40 +0000 (14:13 -0700)
commit789ebba5a02c555ad6ab2222d71e39b8a0e32d45
treecdab618f550ef84be2f4b7befcfe0a44db29b6eb
parent42155136bbbdfc959d21553c41af265c2f6aa22a
parent57e6fff6f2e31e281d65b2cc07ab9feeb1b460dc
Merge branch 'nfp-tls-add-basic-TX-offload'

Jakub Kicinski says:

====================
nfp: tls: add basic TX offload

This series adds initial TLS offload support to the nfp driver.
Only TX side is added for now.  We need minor adjustments to
the core tls code:
 - expose the per-skb fallback helper;
 - grow the driver context slightly;
 - add a helper to get to the driver state more easily.
We only support TX offload for now, and only if all packets
keep coming in order.  For retransmissions we use the
aforementioned software fallback, and in case there are
local drops we completely give up on given TCP stream.

This will obviously be improved soon, this patch set is the
minimal, functional yet easily reviewable chunk.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>