From patchwork Tue Sep 19 13:54:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Akhil Goyal X-Patchwork-Id: 153 Return-Path: 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 5153042606; Tue, 19 Sep 2023 15:54:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3DA7A40A77; Tue, 19 Sep 2023 15:54:21 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 37A024028B for ; Tue, 19 Sep 2023 15:54:20 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 38JDZv1v011934 for ; Tue, 19 Sep 2023 06:54:19 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=KdZh0Aah9InDotpO7gFjbLd+zzlAaKn+Oor67ajbJtY=; b=imd4h8m0Y5Ekm28YFTxUV7Lf6eDDEIGaqyxMSrV5YTUCryQPgBu01baSKV5dvoZs82zs 3xBmk46VXmqA8f7qi4N7bcdQe0wF0fi4RDXktbE+DFXAhNb01u3Fy1O5vhnbqmK4Tn1C p69qnLpnE8BsoPXb+4luzttG84YdjkTonhFN9VMWGcW1fl3X1z6uxFBPegJOX3wXFj2/ cQnGb06Zyz/PekMTkf13atNG8Y/11LDnWCHA2mFPXydTgqXRUXxMpKBUkbLU7J7XtIYf jA8oOhpzKVTPtfsOJSgKYQFbAQ9nNFrOBkFeIWYxKH6Tc6Z7kbcYNlUspmUn42LzD5B+ ZA== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3t7cnq022y-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Tue, 19 Sep 2023 06:54:19 -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.48; Tue, 19 Sep 2023 06:54:17 -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.48 via Frontend Transport; Tue, 19 Sep 2023 06:54:17 -0700 Received: from localhost.localdomain (unknown [10.28.36.102]) by maili.marvell.com (Postfix) with ESMTP id E525D3F709E; Tue, 19 Sep 2023 06:54:14 -0700 (PDT) From: Akhil Goyal To: CC: , , , Akhil Goyal Subject: [PATCH v2 0/3] MACsec capability verification Date: Tue, 19 Sep 2023 19:24:06 +0530 Message-ID: <20230919135409.2544309-1-gakhil@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230731034447.929506-1-gakhil@marvell.com> References: <20230731034447.929506-1-gakhil@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: HJEcI08SMr1ElSvhgnQISucNLTzgqsj4 X-Proofpoint-GUID: HJEcI08SMr1ElSvhgnQISucNLTzgqsj4 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.980,Hydra:6.0.601,FMLib:17.11.176.26 definitions=2023-09-19_06,2023-09-19_01,2023-05-22_02 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 Changes in v2: Fixed clang build issue in 3/3 patch. Ankur Dwivedi (3): security: add MACsec algo in capability index net/cnxk: add MACsec capability test/security: add capability verification for MACsec app/test/test_security_inline_macsec.c | 373 ++++++++++++++++++++----- drivers/common/cnxk/roc_features.h | 6 + drivers/common/cnxk/roc_mcs.h | 3 + drivers/net/cnxk/cn10k_ethdev_sec.c | 120 +++++++- lib/security/rte_security.c | 4 + lib/security/rte_security.h | 3 + 6 files changed, 428 insertions(+), 81 deletions(-)