From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH v4 0/5] handle seq no overflow in IPsec offload Date: Thu, 19 Apr 2018 15:44:28 +0000 Message-ID: References: <1521630685-5179-1-git-send-email-anoob.joseph@caviumnetworks.com> <1523428846-9774-1-git-send-email-anoob.joseph@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: Jerin Jacob , Narayana Prasad , Nelio Laranjeiro , "dev@dpdk.org" To: Anoob Joseph , Akhil Goyal , "Doherty, Declan" , "Wu, Jingjing" , "Nicolau, Radu" , Thomas Monjalon , "Lu, Wenzhuo" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4C9457CC5 for ; Thu, 19 Apr 2018 17:44:32 +0200 (CEST) In-Reply-To: <1523428846-9774-1-git-send-email-anoob.joseph@caviumnetworks.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Anoob Joseph > Sent: Wednesday, April 11, 2018 7:41 AM > To: Akhil Goyal ; Doherty, Declan > ; Wu, Jingjing ; Nicolau= , > Radu ; Thomas Monjalon ; > Lu, Wenzhuo > Cc: Anoob Joseph ; Jerin Jacob > ; Narayana Prasad > ; Nelio Laranjeiro > ; dev@dpdk.org > Subject: [dpdk-dev] [PATCH v4 0/5] handle seq no overflow in IPsec offloa= d >=20 > This series enables application to set the sequence number soft limit for= IPsec > offload. In inline IPsec offload, as the sequence number (maintained by > PMD/device) reaches the specified soft limit, the PMD would raise an > "IPSEC_EVENT". This event would have some metadata, which would be used b= y > the application to identify the SA on which the sequence number overflow = is > about to happen. >=20 > Anoob Joseph (5): > lib/ethdev: support for inline IPsec events > lib/security: add ESN soft limit in conf > lib/security: extend userdata for IPsec events > examples/ipsec-secgw: handle ESN soft limit event > app/testpmd: support for IPsec event >=20 > app/test-pmd/parameters.c | 2 ++ > app/test-pmd/testpmd.c | 2 ++ > examples/ipsec-secgw/ipsec-secgw.c | 59 > +++++++++++++++++++++++++++++++ > examples/ipsec-secgw/ipsec.c | 10 ++++-- > examples/ipsec-secgw/ipsec.h | 2 ++ > lib/librte_ether/rte_ethdev.h | 41 +++++++++++++++++++++ > lib/librte_security/rte_security.h | 16 +++++---- > lib/librte_security/rte_security_driver.h | 6 ++-- > 8 files changed, 126 insertions(+), 12 deletions(-) >=20 > -- > 2.7.4 Series applied to dpdk-next-crypto. Thanks, Pablo