From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D11CE1B254 for ; Mon, 6 Nov 2017 12:13:03 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6052420A64; Mon, 6 Nov 2017 06:13:03 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 06 Nov 2017 06:13:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=o34rYlRKji4eW8Z2cC2FpJqKdG s8a9MHFAV06tjiqBE=; b=sDDZETtEfHgfxigE+2h6Wve8b65mh17EefMViAJFZj lE4mr3CfCt+9qCG+a6C06eIFjFepCET9QY1SWyphDh8SIVjJiGtBcn4GwG+g+yUB WeMO9gT/4DxhdyIf7NpTnAAOOhwYpVpombn9cZIBxWwVaOlb8ZtSEvMx1I3EUmCK Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=o34rYl RKji4eW8Z2cC2FpJqKdGs8a9MHFAV06tjiqBE=; b=XaKTl5enx242QtLZMNe/a5 vhjYVlliG5WtTmjF2qUGXdCndg0ml1yOzWmoFkPSqYnV+nlvcRhaMeEy8pnBALog Tmd2SzoGk6eI0GWt5oGQPdGachgApIdm7f/DVJKmalyfHWUc9uqIhwP6tJ75iklf J+eblbHYNGPAkCpGTWYzM1O7WTID6F5IsD83EbI4raJq2XE6Jukd0DoFa1mWhuMg /rKmI6cWA059pAfEvCDJQZ96CFZXdp13azqUQns7IBBcR9OYfKKIbP5QPDlc5cvV 3gR3yPTzUse6R9AwqnD8oHeSxmho4I+kqs+tbo9FHTSmz7xB80FWfGIwl+ItEXfA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1F20B246D5; Mon, 6 Nov 2017 06:13:03 -0500 (EST) From: Thomas Monjalon To: "Avi Cohen (A)" Cc: users@dpdk.org, olgas@mellanox.com Date: Mon, 06 Nov 2017 12:13:02 +0100 Message-ID: <7246948.uKqDaxhOvY@xps> In-Reply-To: References: <4048707.fcLJULAWd5@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-users] IPsec offload X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 11:13:04 -0000 06/11/2017 11:25, Avi Cohen (A): > Thank you Thomas > Is this was tested on a specific HW e.g. Mellanox Innova / other ? Mellanox hardware will probably be supported in 18.02. There are some experimental support for NXP DPAA2 and Intel ixgbe in DPDK 17.11. > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > > > Hi, > > > > 05/11/2017 09:32, Avi Cohen (A): > > > Does the DPDK support HW IPsec offload ? > > > can DPDK configure the NIC/Network adapter to ipsec a specific flow ? > > > > Yes, an experimental IPsec offload support is added in DPDK 17.11. > > It is called rte_security: > > http://dpdk.org/doc/guides/prog_guide/rte_security.html > > > > The hardware support will probably be improved in DPDK 18.02.