Re: [PATCH RFC v2 0/5] Support asynchronous crypto for IPsec GSO.

2017-12-20 Thread Steffen Klassert
On Fri, Dec 15, 2017 at 10:13:03AM +0100, Steffen Klassert wrote: > This patchset implements asynchronous crypto handling > in the layer 2 TX path. With this we can allow IPsec > ESP GSO for software crypto. This also merges the IPsec > GSO and non-GSO paths to both use validate_xmit_xfrm(). > > 1

[PATCH RFC v2 0/5] Support asynchronous crypto for IPsec GSO.

2017-12-15 Thread Steffen Klassert
This patchset implements asynchronous crypto handling in the layer 2 TX path. With this we can allow IPsec ESP GSO for software crypto. This also merges the IPsec GSO and non-GSO paths to both use validate_xmit_xfrm(). 1) Separate ESP handling from segmentation for GRO packets. This unifies the