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 05775A00C3; Fri, 25 Mar 2022 12:16:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A25E240687; Fri, 25 Mar 2022 12:16:23 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 8C8A040140 for ; Fri, 25 Mar 2022 12:16:22 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 22P5Buw4005734 for ; Fri, 25 Mar 2022 04:16:21 -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=c0Vlozl2/1ctMOoeEc879J4Beyzo5cJpmi5g6ZzlYXc=; b=QrgJSGr4BmJlvUsw5NolUHaZKUYFbyaojnS9ACSLmt+0G7LB6ZRwTkvbn1CURb73Jg7M RlDpRgUKbGftGXU/dm2utdqYl06Nnko1EGRC+0BI/lffyo8LGHaDdPpVcKqRskd0Q1Hb pLh9twTsCoSnZd2HU95G8Q3SZN/ZwMkEu7L+pueOndM0iwi4LfEtzRPz0ZaZeWvQKvRN U8vLW1FrmAB3FQXugfc0K+XjDgqiCB6mExnksp091bIKI+83xf+aBaAqiTA2g6WuZXo6 b9kxxScaAlv463rR8x0mB1bJOXZaeRMarWMOGWJwWD1nUYQGUjPmEhkIt2q1aB/dc1/c KQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3eystf4y6x-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 25 Mar 2022 04:16:21 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Fri, 25 Mar 2022 04:16:19 -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; Fri, 25 Mar 2022 04:16:19 -0700 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id 8490D3F704C; Fri, 25 Mar 2022 04:16:18 -0700 (PDT) From: Volodymyr Fialko To: CC: , Volodymyr Fialko Subject: [PATCH 0/2] Session crypto event metadata api Date: Fri, 25 Mar 2022 12:16:13 +0100 Message-ID: <20220325111615.1118946-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-ORIG-GUID: bw0kyEnJiIKwF3UlsNl6JmJ_qBdPzaWj X-Proofpoint-GUID: bw0kyEnJiIKwF3UlsNl6JmJ_qBdPzaWj X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.850,Hydra:6.0.425,FMLib:17.11.64.514 definitions=2022-03-25_02,2022-03-24_01,2022-02-23_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 Implement API to set/get crypto event meta data per security session. Volodymyr Fialko (2): security: introduce per session event metadata crypto/cnxk: support for security session enqueue .../prog_guide/event_crypto_adapter.rst | 4 +- drivers/crypto/cnxk/cnxk_cryptodev_ops.h | 5 +++ lib/security/rte_security.h | 43 +++++++++++++++++++ 3 files changed, 50 insertions(+), 2 deletions(-) -- 2.25.1