From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: IPSec support in DPDK Date: Thu, 9 Jan 2014 16:24:09 +0100 Message-ID: <201401091624.09360.thomas.monjalon@6wind.com> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Vivek Soni Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hello, 14/12/2013 18:49, Vivek Soni: > I am looking at the options available to support IPSec functionality in my > DPDK based application. > I found from the data sheet that Intel 82599 NIC supports IPSec offload. > Is it possible for a dpdk application to utilize hardware ipsec offload > function present in the NIC ? No, IPsec offloading with 82599 is not supported. As far as I know, IPsec stacks on DPDK are using either Cave Creek, Nitrox or pure software (AVX/AES-NI) but not 82599's engines. -- Thomas