Re: [PATCH iproute2 net-next] ip xfrm: Add xfrm state crypto offload
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2017-05-01 16:31:24
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2017-05-01 16:31:24
On Sun, 30 Apr 2017 17:16:02 +0300 [off-list ref] wrote:
From: Boris Pismenny <redacted> syntax: ip xfrm state .... offload dev <if-name> dir <in or out> Example to add inbound offload: ip xfrm state .... offload dev mlx0 dir in Example to add outbound offload: ip xfrm state .... offload dev mlx0 dir out Signed-off-by: Boris Pismenny <redacted> Signed-off-by: Ilan Tayari <redacted>
Applied to net-next