From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2018 08:44:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,469,1517904000"; d="scan'208";a="34896321" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga008.jf.intel.com with ESMTP; 19 Apr 2018 08:44:30 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX101.ger.corp.intel.com ([169.254.1.176]) with mapi id 14.03.0319.002; Thu, 19 Apr 2018 16:44:29 +0100 From: "De Lara Guarch, Pablo" To: Anoob Joseph , Akhil Goyal , "Doherty, Declan" , "Wu, Jingjing" , "Nicolau, Radu" , Thomas Monjalon , "Lu, Wenzhuo" CC: Jerin Jacob , Narayana Prasad , Nelio Laranjeiro , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 0/5] handle seq no overflow in IPsec offload Thread-Index: AQHT0WAt3+8V3TzS+EKyXKrpdp9KPqQIR2gA 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> In-Reply-To: <1523428846-9774-1-git-send-email-anoob.joseph@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGE3YzEyNzAtZTdiNC00YzE5LWE4YjYtZDA0Yjk5Y2JiZDVlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImU1dnlIWTI5SVFXTzN6ejk0NFpXWWowWTVHUGdEM01HeVQ0Zlk3QkEyODg9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 0/5] handle seq no overflow in IPsec offload X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2018 15:44:33 -0000 > -----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