From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v3 1/5] lib/ethdev: support for inline IPsec events Date: Wed, 21 Mar 2018 17:12:36 +0530 Message-ID: References: <1519896103-32479-1-git-send-email-anoob.joseph@caviumnetworks.com> <1521630685-5179-1-git-send-email-anoob.joseph@caviumnetworks.com> <1521630685-5179-2-git-send-email-anoob.joseph@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Jerin Jacob , Narayana Prasad , Nelio Laranjeiro , dev@dpdk.org To: Anoob Joseph , Declan Doherty , Radu Nicolau Return-path: Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on0067.outbound.protection.outlook.com [104.47.2.67]) by dpdk.org (Postfix) with ESMTP id 61D5C2B9C for ; Wed, 21 Mar 2018 12:43:10 +0100 (CET) In-Reply-To: <1521630685-5179-2-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" On 3/21/2018 4:41 PM, Anoob Joseph wrote: > Adding support for IPsec events in rte_eth_event framework. In inline > IPsec offload, the per packet protocol defined variables, like ESN, > would be managed by PMD. In such cases, PMD would need IPsec events > to notify application about various conditions like, ESN overflow. > > Signed-off-by: Anoob Joseph > --- > v3: > * No change > > v2: > * Added time expiry & byte expiry IPsec events in the enum > > lib/librte_ether/rte_ethdev.h | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > Series Acked-by: Akhil Goyal