From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 73E26A2E1B for ; Thu, 5 Sep 2019 15:02:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 582681EFEA; Thu, 5 Sep 2019 15:02:31 +0200 (CEST) Received: from inva021.nxp.com (inva021.nxp.com [92.121.34.21]) by dpdk.org (Postfix) with ESMTP id 133801EFE2 for ; Thu, 5 Sep 2019 15:02:30 +0200 (CEST) Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id A93572008F0; Thu, 5 Sep 2019 15:02:29 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 72DED20009C; Thu, 5 Sep 2019 15:02:27 +0200 (CEST) Received: from GDB1.ap.freescale.net (GDB1.ap.freescale.net [10.232.132.179]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 39EA2402CF; Thu, 5 Sep 2019 21:02:24 +0800 (SGT) From: Akhil Goyal To: dev@dpdk.org Cc: hemant.agrawal@nxp.com, konstantin.ananyev@intel.com, Akhil Goyal Date: Thu, 5 Sep 2019 18:18:04 +0530 Message-Id: <20190905124807.22158-1-akhil.goyal@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190805082205.10794-1-akhil.goyal@nxp.com> References: <20190805082205.10794-1-akhil.goyal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v3 0/3] support IPv6 tunnel for lookaside crypto 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" changes in v3: fix ipheader initialization scope changes in v2: used RTE_IPV6_HDR_* macros instead of localized driver specific macros. Akhil Goyal (3): crypto/dpaa_sec: support IPv6 tunnel for protocol offload crypto/dpaa2_sec: support IPv6 tunnel for protocol offload examples/ipsec-secgw: support IPv6 tunnel for lookaside proto drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 69 ++++++++++++++------ drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h | 2 + drivers/crypto/dpaa_sec/dpaa_sec.c | 71 +++++++++++++++------ drivers/crypto/dpaa_sec/dpaa_sec.h | 7 +- examples/ipsec-secgw/ipsec.c | 14 +++- 5 files changed, 124 insertions(+), 39 deletions(-) -- 2.17.1