From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2 net-next] ip xfrm: Add xfrm state crypto offload Date: Mon, 1 May 2017 09:31:21 -0700 Message-ID: <20170501093121.5ace5e54@xeon-e3> References: <20170430141602.30995-1-ilant@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Steffen Klassert , , Boris Pismenny To: Return-path: Received: from mail-pg0-f54.google.com ([74.125.83.54]:34866 "EHLO mail-pg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762566AbdEAQbY (ORCPT ); Mon, 1 May 2017 12:31:24 -0400 Received: by mail-pg0-f54.google.com with SMTP id o3so41786023pgn.2 for ; Mon, 01 May 2017 09:31:24 -0700 (PDT) In-Reply-To: <20170430141602.30995-1-ilant@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, 30 Apr 2017 17:16:02 +0300 wrote: > From: Boris Pismenny > > syntax: > ip xfrm state .... offload dev dir > > 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 > Signed-off-by: Ilan Tayari Applied to net-next