From patchwork Mon Aug 8 08:06:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anoob Joseph X-Patchwork-Id: 114707 X-Patchwork-Delegate: gakhil@marvell.com 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 F1DEAA034C; Mon, 8 Aug 2022 10:08:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3F99F42C60; Mon, 8 Aug 2022 10:06:54 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id CA02042C98 for ; Mon, 8 Aug 2022 10:06:52 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 277N0NGX005827 for ; Mon, 8 Aug 2022 01:06:52 -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=4XaXNmXDy6LZe8U10TIjmztsFqO/SLT0I/gX7GfL2DQ=; b=UIVcYpOeB+bqQlOHc8oW0APMBNpj2kX29sVlxHNBxCCCTslU2/j85iyOdPRY0f2sWrso o4w+G8kGU3yv2lv4AxgAFdQ8loDYV5uU91DWP0fA9iRwhJg179wnnqZjvee8QRIj/ElE DLkpF0v8kovi3qa5cuKq1eo3gyEbmT6bRIKkH8stXq17ygGEB5+IxvhsGM4mWcEvrA4D KEowJ3eArNstObXOIojtn9+7F2fvVcngsP1pwvlCFvOmDXBIM6jzcybXyIkZbfpTSK71 /lcpE5SW8QudNdps9HKdd8r/bm+9t/bVipih7NYuTGw/Zd5OqKXavE932yNUW0y+xWXI KQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3hsqtmmxfu-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Mon, 08 Aug 2022 01:06:52 -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; Mon, 8 Aug 2022 01:06:50 -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; Mon, 8 Aug 2022 01:06:50 -0700 Received: from BG-LT92004.corp.innovium.com (unknown [10.28.160.62]) by maili.marvell.com (Postfix) with ESMTP id 09D753F705F; Mon, 8 Aug 2022 01:06:47 -0700 (PDT) From: Anoob Joseph To: Akhil Goyal , Jerin Jacob CC: Vamsi Attunuru , Archana Muniganti , Tejasree Kondoj , Subject: [PATCH 17/18] crypto/cnxk: update flow label copy capability Date: Mon, 8 Aug 2022 13:36:05 +0530 Message-ID: <20220808080606.220-18-anoobj@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220808080606.220-1-anoobj@marvell.com> References: <20220808080606.220-1-anoobj@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: nwxNgxeF-QeDsrBsJGrL1XcECB73mXd9 X-Proofpoint-ORIG-GUID: nwxNgxeF-QeDsrBsJGrL1XcECB73mXd9 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-08_05,2022-08-05_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 From: Vamsi Attunuru Update flow label copy capability in IPsec options. Signed-off-by: Vamsi Attunuru --- drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c b/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c index fdc646a6fc..ffb0c289a0 100644 --- a/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c +++ b/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c @@ -1294,6 +1294,7 @@ cn10k_sec_caps_update(struct rte_security_capability *sec_cap) sec_cap->ipsec.options.l4_csum_enable = 1; sec_cap->ipsec.options.stats = 1; sec_cap->ipsec.options.esn = 1; + sec_cap->ipsec.options.copy_flabel = 1; sec_cap->ipsec.replay_win_sz_max = ROC_AR_WIN_SIZE_MAX; }