From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 ; 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 ; 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 ; 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 To: CC: , , , Volodymyr Fialko 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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(-) -- 2.25.1