Re: [PATCH RFC v2 ipsec-next 0/6] IPsec GRO layer decapsulation

2017-02-15 Thread Steffen Klassert
On Mon, Feb 13, 2017 at 10:57:55AM +0100, Steffen Klassert wrote: > This patchset adds a software GRO codepath for IPsec ESP. > The ESP gro_receive callback functions decapsulate the > ESP packets at the GRO layer and reinject them back with > gro_cells_receive(). This saves a complete round

[PATCH RFC v2 ipsec-next 0/6] IPsec GRO layer decapsulation

2017-02-13 Thread Steffen Klassert
This patchset adds a software GRO codepath for IPsec ESP. The ESP gro_receive callback functions decapsulate the ESP packets at the GRO layer and reinject them back with gro_cells_receive(). This saves a complete round through the stack for IPsec ESP packets. We also need this for ESP HW offload,