From patchwork Mon Nov 22 07:54:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sunil Kumar Kori X-Patchwork-Id: 104553 X-Patchwork-Delegate: jerinj@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 EDE15A0C45; Mon, 22 Nov 2021 08:54:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D23CE41154; Mon, 22 Nov 2021 08:54:38 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id EEB35410F7 for ; Mon, 22 Nov 2021 08:54:36 +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 1AM642ax030719; Sun, 21 Nov 2021 23:54:36 -0800 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=vSw1W3Ubt0mdZoxx+kelm0dlBbLamPWmKBNARemItbA=; b=R0l7RKYsBBSJYSEAMvwObdVlT9xlr1BT1Sj08lWBnEwIpV6RxI6b1VoTXs1XWZCzSGSq bpjTciqCbPrvM+BYX9TK2hie1DVI+ZDaFCl/iXXaOQT7lkAFSvbZbGQl0sIEalC2U3dc rnF5QujYGX0v6ca98ct9uA3RzHh2GKRqkKNguY5JvQIZaPz/enFGGpMydfQKbII88Vb0 Ydn96tZum2a5qnlXfalzfuFY9xfrUJMqUhp6Zb9uMPjIzr9at52QaxZrP0OJnahqIalI hbaqEXf3SYJOS3N1Unem/zCa9DAJJcWNgBM8gCWPCvfyZl+RzF0nCr0Xkv51Mzg0fr8l 4w== Received: from dc6wp-exch01.marvell.com ([4.21.29.232]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3cg5m18a70-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 21 Nov 2021 23:54:36 -0800 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC6WP-EXCH01.marvell.com (10.76.176.21) with Microsoft SMTP Server (TLS) id 15.0.1497.23; Mon, 22 Nov 2021 02:54:31 -0500 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Sun, 21 Nov 2021 23:54:30 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.18 via Frontend Transport; Sun, 21 Nov 2021 23:54:30 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 756D33F7040; Sun, 21 Nov 2021 23:54:27 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v7 04/11] doc: update eventdev feature matrix for cn9k Date: Mon, 22 Nov 2021 13:24:07 +0530 Message-ID: <20211122075414.1834651-4-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211122075414.1834651-1-skori@marvell.com> References: <20211115131518.1650809-1-skori@marvell.com> <20211122075414.1834651-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: ESo9vxm1eK-_nz1s8tC5gmrEUw4JqQmD X-Proofpoint-ORIG-GUID: ESo9vxm1eK-_nz1s8tC5gmrEUw4JqQmD X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-11-22_03,2021-11-22_01,2020-04-07_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: Sunil Kumar Kori Patch updates eventdev and adapters feature matrices for cn9k platform. Signed-off-by: Sunil Kumar Kori --- v7: - Rebased to 21.11 rc3 - Fix Tx adapter capabilities for SW driver v6: - Rebased to 21.11 rc2 - Added feature matrices for all supported drivers - Added doc vs code check script v5: - Rebased to 21.11 - Added feature matrix for cnxk. v4: - Rebased to 20.02 v3: - Removed .txt files to generate tables. - Use conf.py script to generate tables. - Add .ini file for all supported PMDs. v2: - Review comments incorporated doc/guides/eventdevs/features/cn9k.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/guides/eventdevs/features/cn9k.ini b/doc/guides/eventdevs/features/cn9k.ini index 4b87ca93df..7a3ab4c533 100644 --- a/doc/guides/eventdevs/features/cn9k.ini +++ b/doc/guides/eventdevs/features/cn9k.ini @@ -4,11 +4,26 @@ ; Refer to default.ini for the full list of available PMD features. ; [Scheduling Features] +queue_qos = Y +distributed_sched = Y +queue_all_types = Y +nonseq_mode = Y +runtime_port_link = Y +multiple_queue_port = Y +carry_flow_id = Y +maintenance_free = Y [Eth Rx adapter Features] +internal_port = Y +multi_eventq = Y +override_flow_id = Y [Eth Tx adapter Features] +internal_port = Y [Crypto adapter Features] +internal_port_op_fwd = Y +session_private_data = Y [Timer adapter Features] +internal_port = Y