[0/6] examples/ipsec-secgw: add lookaside event mode
Message ID | 20220804103626.102688-1-vfialko@marvell.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3EB7AA00C4; Thu, 4 Aug 2022 12:36:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D2B1B4282B; Thu, 4 Aug 2022 12:36:39 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 1ADDA4281B for <dev@dpdk.org>; Thu, 4 Aug 2022 12:36:37 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 27477IW7012777 for <dev@dpdk.org>; Thu, 4 Aug 2022 03:36:37 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=NayD57wuIJrq3RUQCQTIXGd2nGRLOSXYxqxKXLNa49s=; b=L/v8HelIp1b0ZbcO+Y01bnuOvr3lKIX2Wm5gGncS0toBOd5TGFUSDnLUqHjCGdP2tXlS VixrfdLHNHcmyxSSF1AMhbu/Smys/6cBA0hBjL67X1nLEJ/XZqZWiWpAHpOZfLKx1R/l zUy41nzZam4XXlxifiBD/rJsM0YrXv43ldnceTOHYqfKekA/czlkOZJOVsPv3LXzQc0n wBPWcZ0MXa8wCySwhs8hyueUmL6q+BQ7wmGGL5lheocE8tOmbYpZZ5RAou4Cz+iSD4bZ c94tPw68/8EpkTLvu5aD/N8hmnJwKiswuLQa6fihQKZ3iB4diDbjQaHkwF9+NrRP7LyI jQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3hqp04n5yd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for <dev@dpdk.org>; Thu, 04 Aug 2022 03:36:36 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 4 Aug 2022 03:36:35 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 4 Aug 2022 03:36:35 -0700 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id C1AA23F7057; Thu, 4 Aug 2022 03:36:33 -0700 (PDT) From: Volodymyr Fialko <vfialko@marvell.com> To: <dev@dpdk.org> CC: <jerinj@marvell.com>, <gakhil@marvell.com>, <anoobj@marvell.com>, Volodymyr Fialko <vfialko@marvell.com> Subject: [PATCH 0/6] examples/ipsec-secgw: add lookaside event mode Date: Thu, 4 Aug 2022 12:36:20 +0200 Message-ID: <20220804103626.102688-1-vfialko@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: 2p3tcSqT2Hj5JGBTi3sAvwa_8y6LSZBg X-Proofpoint-ORIG-GUID: 2p3tcSqT2Hj5JGBTi3sAvwa_8y6LSZBg X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-08-04_03,2022-08-04_01,2022-06-22_01 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org |
Message
Volodymyr Fialko
Aug. 4, 2022, 10:36 a.m. UTC
Add support for lookaside event mode for ipsec-secgw example application. Depends-on: Series-24201 Volodymyr Fialko (6): examples/ipsec-secgw: add event crypto adapter init examples/ipsec-secgw: add queue for event crypto adapter examples/ipsec-secgw: add lookaside event mode examples/ipsec-secgw: add stats for event mode examples/ipsec-secgw: add event vector support for lookaside examples/ipsec-secgw: reduce number of QP for event lookaside doc/guides/sample_app_ug/ipsec_secgw.rst | 7 +- examples/ipsec-secgw/event_helper.c | 267 +++++++++++-- examples/ipsec-secgw/event_helper.h | 4 + examples/ipsec-secgw/ipsec-secgw.c | 108 +++--- examples/ipsec-secgw/ipsec-secgw.h | 1 + examples/ipsec-secgw/ipsec.c | 35 +- examples/ipsec-secgw/ipsec.h | 8 +- examples/ipsec-secgw/ipsec_worker.c | 461 ++++++++++++++++++++--- examples/ipsec-secgw/sa.c | 23 +- 9 files changed, 783 insertions(+), 131 deletions(-)