From patchwork Mon Nov 22 07:54:04 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: 104550 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 3D59FA0C45; Mon, 22 Nov 2021 08:54:27 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A35404014E; Mon, 22 Nov 2021 08:54:26 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id AF4504003C for ; Mon, 22 Nov 2021 08:54:25 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1AM7Ej7S020464; Sun, 21 Nov 2021 23:54:24 -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=j8OGIEqe8oWLXzO03gCccMIWwalffjm9O+ckn7v2BCE=; b=fsjfz0qdZL004EzDf8mFo3CU4SsjQhlooBw8xmtFTwEH/Oha1S5ewAC6LplcsruIeJ/C i76MHhEv9Fc9rk9j6rG7Ulhra8nHaT3p9Yi5VyMm0yw0IRA0Tn/pRMqJt6x9ZKI34WI2 Ja28qIP+UovGnT/1nW5j37AdbxjouvuFbDNNtRomrn/X31n96hjnypuNFYPXSBO9gsvf EWyHBXBpnZTVmgkfMfvQtynyUN0iX4xkiQf+hACKNu9SFKzu1NJMi97H2TjC00e+aUlc VRB1+wf7Z+yDNy9IxX1SlNqUg5k7B2kQk/mggl1iiYZGJo3atWSSEoVEfHjATOCgLcke qA== Received: from dc6wp-exch01.marvell.com ([4.21.29.232]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cg6n6r3yb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 21 Nov 2021 23:54:24 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) 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:22 -0500 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; Sun, 21 Nov 2021 23:54:20 -0800 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; Sun, 21 Nov 2021 23:54:20 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 411DE3F7041; Sun, 21 Nov 2021 23:54:17 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v7 01/11] doc: add skeleton for eventdevs feature matrices Date: Mon, 22 Nov 2021 13:24:04 +0530 Message-ID: <20211122075414.1834651-1-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115131518.1650809-1-skori@marvell.com> References: <20211115131518.1650809-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: I3RF03M8yjtUa37m6v-O6IT9CkUeG0rb X-Proofpoint-ORIG-GUID: I3RF03M8yjtUa37m6v-O6IT9CkUeG0rb 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 adds skeleton for feature matrices for event dev and Rx/Tx adapters. Along with, .ini files are added for all supported PMDs. 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 .gitignore | 5 ++ doc/guides/conf.py | 25 ++++++++++ doc/guides/eventdevs/features/cn10k.ini | 14 ++++++ doc/guides/eventdevs/features/cn9k.ini | 14 ++++++ doc/guides/eventdevs/features/default.ini | 51 +++++++++++++++++++++ doc/guides/eventdevs/features/dpaa.ini | 14 ++++++ doc/guides/eventdevs/features/dpaa2.ini | 14 ++++++ doc/guides/eventdevs/features/dsw.ini | 14 ++++++ doc/guides/eventdevs/features/octeontx.ini | 14 ++++++ doc/guides/eventdevs/features/octeontx2.ini | 14 ++++++ doc/guides/eventdevs/features/opdl.ini | 14 ++++++ doc/guides/eventdevs/features/sw.ini | 14 ++++++ doc/guides/eventdevs/index.rst | 1 + doc/guides/eventdevs/overview.rst | 40 ++++++++++++++++ 14 files changed, 248 insertions(+) create mode 100644 doc/guides/eventdevs/features/cn10k.ini create mode 100644 doc/guides/eventdevs/features/cn9k.ini create mode 100644 doc/guides/eventdevs/features/default.ini create mode 100644 doc/guides/eventdevs/features/dpaa.ini create mode 100644 doc/guides/eventdevs/features/dpaa2.ini create mode 100644 doc/guides/eventdevs/features/dsw.ini create mode 100644 doc/guides/eventdevs/features/octeontx.ini create mode 100644 doc/guides/eventdevs/features/octeontx2.ini create mode 100644 doc/guides/eventdevs/features/opdl.ini create mode 100644 doc/guides/eventdevs/features/sw.ini create mode 100644 doc/guides/eventdevs/overview.rst diff --git a/.gitignore b/.gitignore index b98a43a601..212c7aa28e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,11 @@ doc/guides/regexdevs/overview_feature_table.txt doc/guides/vdpadevs/overview_feature_table.txt doc/guides/bbdevs/overview_feature_table.txt doc/guides/gpus/overview_feature_table.txt +doc/guides/eventdevs/overview_feature_table.txt +doc/guides/eventdevs/overview_rx_adptr_feature_table.txt +doc/guides/eventdevs/overview_tx_adptr_feature_table.txt +doc/guides/eventdevs/overview_crypto_adptr_feature_table.txt +doc/guides/eventdevs/overview_timer_adptr_feature_table.txt # ignore generated ctags/cscope files cscope.out.po diff --git a/doc/guides/conf.py b/doc/guides/conf.py index e6ce929bc8..1743ce301f 100644 --- a/doc/guides/conf.py +++ b/doc/guides/conf.py @@ -401,6 +401,31 @@ def setup(app): 'Features', 'Features availability in GPU drivers', 'Feature') + table_file = dirname(__file__) + '/eventdevs/overview_feature_table.txt' + generate_overview_table(table_file, 1, + 'Scheduling Features', + 'Features availability in eventdev drivers', + 'Feature') + table_file = dirname(__file__) + '/eventdevs/overview_rx_adptr_feature_table.txt' + generate_overview_table(table_file, 2, + 'Eth Rx adapter Features', + 'Features availability for Ethdev Rx adapters', + 'Feature') + table_file = dirname(__file__) + '/eventdevs/overview_tx_adptr_feature_table.txt' + generate_overview_table(table_file, 3, + 'Eth Tx adapter Features', + 'Features availability for Ethdev Tx adapters', + 'Feature') + table_file = dirname(__file__) + '/eventdevs/overview_crypto_adptr_feature_table.txt' + generate_overview_table(table_file, 4, + 'Crypto adapter Features', + 'Features availability for Crypto adapters', + 'Feature') + table_file = dirname(__file__) + '/eventdevs/overview_timer_adptr_feature_table.txt' + generate_overview_table(table_file, 5, + 'Timer adapter Features', + 'Features availability for Timer adapters', + 'Feature') if LooseVersion(sphinx_version) < LooseVersion('1.3.1'): print('Upgrade sphinx to version >= 1.3.1 for ' diff --git a/doc/guides/eventdevs/features/cn10k.ini b/doc/guides/eventdevs/features/cn10k.ini new file mode 100644 index 0000000000..c7ddde5a65 --- /dev/null +++ b/doc/guides/eventdevs/features/cn10k.ini @@ -0,0 +1,14 @@ +; +; Supported features of the 'cn10k' eventdev driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Scheduling Features] + +[Eth Rx adapter Features] + +[Eth Tx adapter Features] + +[Crypto adapter Features] + +[Timer adapter Features] diff --git a/doc/guides/eventdevs/features/cn9k.ini b/doc/guides/eventdevs/features/cn9k.ini new file mode 100644 index 0000000000..4b87ca93df --- /dev/null +++ b/doc/guides/eventdevs/features/cn9k.ini @@ -0,0 +1,14 @@ +; +; Supported features of the 'cn9k' eventdev driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Scheduling Features] + +[Eth Rx adapter Features] + +[Eth Tx adapter Features] + +[Crypto adapter Features] + +[Timer adapter Features] diff --git a/doc/guides/eventdevs/features/default.ini b/doc/guides/eventdevs/features/default.ini new file mode 100644 index 0000000000..5b16c45193 --- /dev/null +++ b/doc/guides/eventdevs/features/default.ini @@ -0,0 +1,51 @@ +; +; Features of a default eventdev driver. +; +; This file defines the features that are valid for inclusion in +; the other driver files and also the order that they appear in +; the features table in the documentation. +; +[Scheduling Features] +queue_qos = +event_qos = +distributed_sched = +queue_all_types = +burst_mode = +implicit_release_disable = +nonseq_mode = +runtime_port_link = +multiple_queue_port = +carry_flow_id = +maintenance_free = + +; +; Features of a default Ethernet Rx adapter. +; +[Eth Rx adapter Features] +internal_port = +multi_eventq = +override_flow_id = +event_vector = + +; +; Features of a default Ethernet Tx adapter. +; +[Eth Tx adapter Features] +internal_port = +event_vector = + +; +; Features of a default Crypto adapter. +; +[Crypto adapter Features] +internal_port_op_new = +internal_port_op_fwd = +internal_port_qp_ev_bind = +session_private_data = + +; +; Features of a default Timer adapter. +; +[Timer adapter Features] +internal_port = +periodic = diff --git a/doc/guides/eventdevs/features/dpaa.ini b/doc/guides/eventdevs/features/dpaa.ini new file mode 100644 index 0000000000..2a88b81e05 --- /dev/null +++ b/doc/guides/eventdevs/features/dpaa.ini @@ -0,0 +1,14 @@ +; +; Supported features of the 'dpaa' eventdev driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Scheduling Features] + +[Eth Rx adapter Features] + +[Eth Tx adapter Features] + +[Crypto adapter Features] + +[Timer adapter Features] diff --git a/doc/guides/eventdevs/features/dpaa2.ini b/doc/guides/eventdevs/features/dpaa2.ini new file mode 100644 index 0000000000..67988af042 --- /dev/null +++ b/doc/guides/eventdevs/features/dpaa2.ini @@ -0,0 +1,14 @@ +; +; Supported features of the 'dpaa2' eventdev driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Scheduling Features] + +[Eth Rx adapter Features] + +[Eth Tx adapter Features] + +[Crypto adapter Features] + +[Timer adapter Features] diff --git a/doc/guides/eventdevs/features/dsw.ini b/doc/guides/eventdevs/features/dsw.ini new file mode 100644 index 0000000000..7de3f7b91b --- /dev/null +++ b/doc/guides/eventdevs/features/dsw.ini @@ -0,0 +1,14 @@ +; +; Supported features of the 'distributed software' eventdev driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Scheduling Features] + +[Eth Rx adapter Features] + +[Eth Tx adapter Features] + +[Crypto adapter Features] + +[Timer adapter Features] diff --git a/doc/guides/eventdevs/features/octeontx.ini b/doc/guides/eventdevs/features/octeontx.ini new file mode 100644 index 0000000000..ac06d43d03 --- /dev/null +++ b/doc/guides/eventdevs/features/octeontx.ini @@ -0,0 +1,14 @@ +; +; Supported features of the 'octeontx' eventdev driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Scheduling Features] + +[Eth Rx adapter Features] + +[Eth Tx adapter Features] + +[Crypto adapter Features] + +[Timer adapter Features] diff --git a/doc/guides/eventdevs/features/octeontx2.ini b/doc/guides/eventdevs/features/octeontx2.ini new file mode 100644 index 0000000000..3bce593858 --- /dev/null +++ b/doc/guides/eventdevs/features/octeontx2.ini @@ -0,0 +1,14 @@ +; +; Supported features of the 'octeontx2' eventdev driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Scheduling Features] + +[Eth Rx adapter Features] + +[Eth Tx adapter Features] + +[Crypto adapter Features] + +[Timer adapter Features] diff --git a/doc/guides/eventdevs/features/opdl.ini b/doc/guides/eventdevs/features/opdl.ini new file mode 100644 index 0000000000..73922ca79f --- /dev/null +++ b/doc/guides/eventdevs/features/opdl.ini @@ -0,0 +1,14 @@ +; +; Supported features of 'Ordered Packet Distribution Library' eventdev driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Scheduling Features] + +[Eth Rx adapter Features] + +[Eth Tx adapter Features] + +[Crypto adapter Features] + +[Timer adapter Features] diff --git a/doc/guides/eventdevs/features/sw.ini b/doc/guides/eventdevs/features/sw.ini new file mode 100644 index 0000000000..5d787a6220 --- /dev/null +++ b/doc/guides/eventdevs/features/sw.ini @@ -0,0 +1,14 @@ +; +; Supported features of the 'software' eventdev driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Scheduling Features] + +[Eth Rx adapter Features] + +[Eth Tx adapter Features] + +[Crypto adapter Features] + +[Timer adapter Features] diff --git a/doc/guides/eventdevs/index.rst b/doc/guides/eventdevs/index.rst index 2143025390..b11657f7ae 100644 --- a/doc/guides/eventdevs/index.rst +++ b/doc/guides/eventdevs/index.rst @@ -11,6 +11,7 @@ application through the eventdev API. :maxdepth: 2 :numbered: + overview cnxk dlb2 dpaa diff --git a/doc/guides/eventdevs/overview.rst b/doc/guides/eventdevs/overview.rst new file mode 100644 index 0000000000..3c5ee515f8 --- /dev/null +++ b/doc/guides/eventdevs/overview.rst @@ -0,0 +1,40 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(C) 2021 Marvell. + +Event Device Supported Functionality Matrices +============================================= + +Event device supported features +------------------------------- + +.. _table_eventdev_pmd_features: + +.. include:: overview_feature_table.txt + +Ethernet Rx adapter supported features +-------------------------------------- + +.. _table_eventdev_rx_adapter_features: + +.. include:: overview_rx_adptr_feature_table.txt + +Ethernet Tx adapter supported features +-------------------------------------- + +.. _table_eventdev_tx_adapter_features: + +.. include:: overview_tx_adptr_feature_table.txt + +Crypto device adapter supported features +---------------------------------------- + +.. _table_cryptodev_adapter_features: + +.. include:: overview_crypto_adptr_feature_table.txt + +Timer adapter supported features +-------------------------------- + +.. _table_timer_adapter_features: + +.. include:: overview_timer_adptr_feature_table.txt From patchwork Mon Nov 22 07:54:05 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: 104551 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 6A46CA0C45; Mon, 22 Nov 2021 08:54:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9BE41410E8; Mon, 22 Nov 2021 08:54:30 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 491D6410E8 for ; Mon, 22 Nov 2021 08:54:28 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1AM7EipI020449; Sun, 21 Nov 2021 23:54:27 -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=TgD5qEDAxAUGkevJM8AwVOu0AVfFvdiNjGakUz9UUF8=; b=g62BXVV4PK+0/9ZQA4BqgTTN55JCQW0AvUhmgv6l8MezZLeMk2sUmGfqoG5NmbWJOqay HyobKnR15YwVwtHJCO5X1GorIrcS8XRtbXpbjk0eLyxwgNT/53FDwLn4lecCj5NUhHr5 9Ze/1dKnK9T4PyHXhT79kAA4NylexOTLvPE5YImfq/0JxFPZTEH4HBTOc8p6xlegiDqv 04XVtG+yMxLwW2NerDpmNrh8KMZbPywTBLIPwLs8zJqbJK0f+nl4FZRseg8WYWILy9KJ uvoNCgB6Ea6aoGhe2kPMmoJhvgvbwZdcue2fO11XWwdpD+4ufRmwScIWoynajLOsBlYz +Q== Received: from dc6wp-exch01.marvell.com ([4.21.29.232]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cg6n6r3yf-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 21 Nov 2021 23:54:27 -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:25 -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:23 -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:23 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id A49973F7040; Sun, 21 Nov 2021 23:54:20 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v7 02/11] doc: update eventdev feature matrix for octeontx Date: Mon, 22 Nov 2021 13:24:05 +0530 Message-ID: <20211122075414.1834651-2-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: st2GUACM5j1e-VIlpGnFn7VjRdbPNd1K X-Proofpoint-ORIG-GUID: st2GUACM5j1e-VIlpGnFn7VjRdbPNd1K 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 octeontx 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/octeontx.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/guides/eventdevs/features/octeontx.ini b/doc/guides/eventdevs/features/octeontx.ini index ac06d43d03..ec044e6289 100644 --- a/doc/guides/eventdevs/features/octeontx.ini +++ b/doc/guides/eventdevs/features/octeontx.ini @@ -4,11 +4,24 @@ ; 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 [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 From patchwork Mon Nov 22 07:54:06 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: 104552 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 DF504A0C45; Mon, 22 Nov 2021 08:54:37 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE2A140395; Mon, 22 Nov 2021 08:54:37 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id C8CDA4003C 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 1AM642aw030719; 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=45AReELKtkKL2C4qIl4+gxiwpTFZg3nvtyDTN6NYFc4=; b=B3kZvi9JE8VXx0y9sFFj3TTVmLmgWO+Fe1jaKdal6PY5/hfOJjaCDqrYNszHAyCwdgMp cqcbvKdHv3EWHCgUUv0JPOHPc1lnQ6JgC+IsAWlD46f6NL93Ron0Az+28T8ZRssbdgoK W8IsLJqojyey627pyJRHuzm3P1ngkIDMrRCVshyychwJKcq4klT0KRCU6rORYq5rv6Si LkkfwMJKBI4xYEFL8okpn1iMoTlffWhoHKrAXmQGrryxLYWSP+IIQQ3mEJl8gGm9212j qqGxTqM5YBNAmfJoRr8Us696eXKyX5y0DWI9CoqI5cvnty0ZEogp8qBo+OztO/+Mo1O0 YA== Received: from dc6wp-exch01.marvell.com ([4.21.29.232]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3cg5m18a70-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 21 Nov 2021 23:54:35 -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:28 -0500 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; Sun, 21 Nov 2021 23:54:26 -0800 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; Sun, 21 Nov 2021 23:54:26 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 175CB3F7061; Sun, 21 Nov 2021 23:54:23 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v7 03/11] doc: update eventdev feature matrix for octeontx2 Date: Mon, 22 Nov 2021 13:24:06 +0530 Message-ID: <20211122075414.1834651-3-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: E7KiLSzRLXT1sZKhYNkRVNlyD_D8Wad4 X-Proofpoint-ORIG-GUID: E7KiLSzRLXT1sZKhYNkRVNlyD_D8Wad4 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 octeontx2 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/octeontx2.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/guides/eventdevs/features/octeontx2.ini b/doc/guides/eventdevs/features/octeontx2.ini index 3bce593858..05b84beb6e 100644 --- a/doc/guides/eventdevs/features/octeontx2.ini +++ b/doc/guides/eventdevs/features/octeontx2.ini @@ -4,11 +4,27 @@ ; 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 [Eth Tx adapter Features] +internal_port = Y [Crypto adapter Features] +internal_port_op_new = Y +internal_port_op_fwd = Y +internal_port_qp_ev_bind = Y [Timer adapter Features] +internal_port = Y +periodic = Y 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 From patchwork Mon Nov 22 07:54:08 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: 104554 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 5A8F1A0C45; Mon, 22 Nov 2021 08:54:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B5CD44115C; Mon, 22 Nov 2021 08:54:39 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 1B4944114F for ; Mon, 22 Nov 2021 08:54:37 +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 1AM642b0030719; 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=PsxYFovGn4R+eg2gfiggtOwozl8g/aqgkUeKc5FPbd0=; b=jbBrC9HyLcWxcyLQMXbungx5qABEbRzjW3J9ryRvj3CW8hA4ChQNM80cO3jWueuCb4gc kR+3psCc9OmFVZzTIcnvnh8fpaU/dfEEeLiVxk3BIxSnIJfBIUhLyH7lOCJ11729YWwe jxaHuHDvuAqNX0ASxW9CsjZzoa0bveLohlOt9pEm01IMr9vzN6Op5vP2VNy2MH2hRUmb UYQfYoIuD7xZOHhzTGrSlEudvIo3QGf2d38Lf2ElJvNMvd9rXjZG539CwjgawFp/jU+T izBUX/MIgkaVAllxrDpQDQ7ZDgGN0HZA4qrhXw2GK1vr62BM8BHbcIve1oU/bLP5oLi6 vg== Received: from dc6wp-exch01.marvell.com ([4.21.29.232]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3cg5m18a70-3 (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:35 -0500 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; Sun, 21 Nov 2021 23:54:33 -0800 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; Sun, 21 Nov 2021 23:54:33 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id D49F23F7041; Sun, 21 Nov 2021 23:54:30 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v7 05/11] doc: update eventdev feature matrix for cn10k Date: Mon, 22 Nov 2021 13:24:08 +0530 Message-ID: <20211122075414.1834651-5-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: -sP8zG_qRaRoSaRdADOtSi6-7jcGT3sD X-Proofpoint-ORIG-GUID: -sP8zG_qRaRoSaRdADOtSi6-7jcGT3sD 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 cn10k 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/cn10k.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/guides/eventdevs/features/cn10k.ini b/doc/guides/eventdevs/features/cn10k.ini index c7ddde5a65..f57bccbdc6 100644 --- a/doc/guides/eventdevs/features/cn10k.ini +++ b/doc/guides/eventdevs/features/cn10k.ini @@ -4,11 +4,28 @@ ; 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 +event_vector = Y [Eth Tx adapter Features] +internal_port = Y +event_vector = Y [Crypto adapter Features] +internal_port_op_fwd = Y +session_private_data = Y [Timer adapter Features] +internal_port = Y From patchwork Mon Nov 22 07:54:09 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: 104555 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 BE56FA0C45; Mon, 22 Nov 2021 08:54:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3647C41169; Mon, 22 Nov 2021 08:54:43 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 393B141168 for ; Mon, 22 Nov 2021 08:54:41 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1AM7Ej7W020464; Sun, 21 Nov 2021 23:54:40 -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=xiAEEK4nCwc1vLMKAKV4YGXr6ECphpoqDtY740nn+cs=; b=Z0wtqvBWcxjBC68Gl22+iIiDQY+BPkx3oxOjJLXfvgln1qX0CjAGnoAzdTqLHJspGNBq ERJDdgUOu24MQxAJH43w0SmsMZl7ZJ5pI4PpRCvqVmu0NvcWC2nYp8cN/xIMnLbQHICL Sad5oNKJrpI946tXWCgtDIXN/9QcqUG/Csit8+GL20V7c/ZE41P1YSxV1b1MbxAzoX9B foNVk7prJZUqshdZlmv9h3tPtGQB+BT0MUUWkSzaPPZQDF7/0rjpv4/j4EQqaHJSPoso lyHQIHZydICCoCPQlBGriainvhekJJGShagLnQqLKj2T9bZ2x0lwah0f9V28BZpHxt6J 6A== Received: from dc6wp-exch01.marvell.com ([4.21.29.232]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cg6n6r40k-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 21 Nov 2021 23:54:40 -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:38 -0500 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; Sun, 21 Nov 2021 23:54:37 -0800 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; Sun, 21 Nov 2021 23:54:37 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 3E3CB3F7040; Sun, 21 Nov 2021 23:54:34 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v7 06/11] doc: update eventdev feature matrix for dpaa Date: Mon, 22 Nov 2021 13:24:09 +0530 Message-ID: <20211122075414.1834651-6-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: 2-awPsiiofQmK_jAcrxtdg59zVPprMxI X-Proofpoint-ORIG-GUID: 2-awPsiiofQmK_jAcrxtdg59zVPprMxI 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 dpaa 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/dpaa.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/guides/eventdevs/features/dpaa.ini b/doc/guides/eventdevs/features/dpaa.ini index 2a88b81e05..b73bfa02e5 100644 --- a/doc/guides/eventdevs/features/dpaa.ini +++ b/doc/guides/eventdevs/features/dpaa.ini @@ -4,11 +4,24 @@ ; Refer to default.ini for the full list of available PMD features. ; [Scheduling Features] +distributed_sched = Y +burst_mode = Y +nonseq_mode = 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_new = Y +internal_port_qp_ev_bind = Y +session_private_data = Y [Timer adapter Features] From patchwork Mon Nov 22 07:54:10 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: 104556 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 8D05FA0C45; Mon, 22 Nov 2021 08:55:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 536654115F; Mon, 22 Nov 2021 08:54:45 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 1020D4115F for ; Mon, 22 Nov 2021 08:54:43 +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 1AM63qOd030218; Sun, 21 Nov 2021 23:54:43 -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=TRSSx3F0C5o2HRQwB11rvk9cgIkMpfwv/jgDXoZuVO8=; b=XrP0JbQeeMkipvXIc5FUKKLtlSKgEwv76TrbOfiolMA+OAUZW0l96xFyUrX0WYWOpzsM FSTgE51xpw1289swRq1bLkZDwPmTCpQhhovAIiliMLiPHqCU5royUtSiAuP15kJ57+yQ exMHtCWci2/J7EPhcoeHxJv1utUrEW0S7ED+mJxB2TbSFd/oTkqMzhgibNBCzlYuTQwd 1s1GgwxPWIlzOtz+d1bTLorjrMoE0UyxHoKe4p/6wasprJ9egQ0Ml2f3XmrPzINWk2z2 Bd4/6x6kXA7yv2EbKBNnNMUPKJnKkM44S4SDlmzuXOAU+1bsVErpSAZicu9mqPDUz7L8 uA== Received: from dc6wp-exch01.marvell.com ([4.21.29.232]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3cg5m18a7e-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 21 Nov 2021 23:54:43 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) 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:41 -0500 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 21 Nov 2021 23:54:40 -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:40 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 9EB743F7041; Sun, 21 Nov 2021 23:54:37 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v7 07/11] doc: update eventdev feature matrix for dpaa2 Date: Mon, 22 Nov 2021 13:24:10 +0530 Message-ID: <20211122075414.1834651-7-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: W5nVoGX10x36SOhPJ3BfH-jY1MphPpAd X-Proofpoint-ORIG-GUID: W5nVoGX10x36SOhPJ3BfH-jY1MphPpAd 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 dpaa2 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/dpaa2.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/guides/eventdevs/features/dpaa2.ini b/doc/guides/eventdevs/features/dpaa2.ini index 67988af042..c935bd0cfc 100644 --- a/doc/guides/eventdevs/features/dpaa2.ini +++ b/doc/guides/eventdevs/features/dpaa2.ini @@ -4,11 +4,26 @@ ; Refer to default.ini for the full list of available PMD features. ; [Scheduling Features] +distributed_sched = Y +queue_all_types = Y +burst_mode = 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_new = Y +internal_port_qp_ev_bind = Y +session_private_data = Y [Timer adapter Features] From patchwork Mon Nov 22 07:54:11 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: 104557 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 697AFA0C45; Mon, 22 Nov 2021 08:55:09 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F3E44117A; Mon, 22 Nov 2021 08:54:49 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 24A25410E4 for ; Mon, 22 Nov 2021 08:54:47 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1AM7Ef1j020427; Sun, 21 Nov 2021 23:54:47 -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=FIrO/B1RCG/5y4AwDpusSiL7cWiJn3rMZZ5lOwLIO6A=; b=go2lmiDTj//BYpv4Hdv+Fh2ILQnlGLS0g1axVQjTC5/EjJj0H5uZt5tEC9h35TP2Q/gD rRtprXYCPB0TS0zSZ7m/c0RwvfR9TjK1/AP+xzpDlKw9hn6XKTgsnkW22x21NrsTHbQw t0sNWWA/IkfvO5K1CdIhGThKuqQEA54WCs3XMNeDg7Mu1NmGqfGZfjr04EtH1WrRWmG5 jSOV8GDBFlBoUyq+pHSUmoxviLetjPJm7fih68e1PBXxaZGY7N1CgcVmEb1xDQtvc32N sC/y9yTiP3WCZM9/2tsQeqgLSzBcUmMHvYYXUfyrv6PIcXhCWH4N3fC8OQj0BvQmcxOe 7g== Received: from dc6wp-exch01.marvell.com ([4.21.29.232]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cg6n6r416-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 21 Nov 2021 23:54:47 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) 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:45 -0500 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; Sun, 21 Nov 2021 23:54:43 -0800 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; Sun, 21 Nov 2021 23:54:43 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 079843F7061; Sun, 21 Nov 2021 23:54:40 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v7 08/11] doc: update eventdev feature matrix for SW Date: Mon, 22 Nov 2021 13:24:11 +0530 Message-ID: <20211122075414.1834651-8-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: u7vkEWVdHo0bX3vv-Dfq553lmc3cJfJE X-Proofpoint-ORIG-GUID: u7vkEWVdHo0bX3vv-Dfq553lmc3cJfJE 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 sw 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/sw.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/guides/eventdevs/features/sw.ini b/doc/guides/eventdevs/features/sw.ini index 5d787a6220..8c89d3b8d2 100644 --- a/doc/guides/eventdevs/features/sw.ini +++ b/doc/guides/eventdevs/features/sw.ini @@ -4,11 +4,24 @@ ; Refer to default.ini for the full list of available PMD features. ; [Scheduling Features] +queue_qos = Y +event_qos = Y +burst_mode = Y +implicit_release_disable = Y +nonseq_mode = Y +runtime_port_link = Y +multiple_queue_port = Y +carry_flow_id = Y +maintenance_free = Y [Eth Rx adapter Features] +multi_eventq = Y +override_flow_id = Y +event_vector = Y [Eth Tx adapter Features] [Crypto adapter Features] +session_private_data = Y [Timer adapter Features] From patchwork Mon Nov 22 07:54:12 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: 104558 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 CDD29A0C45; Mon, 22 Nov 2021 08:55:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A0AA94115A; Mon, 22 Nov 2021 08:54:54 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id BEE624116A for ; Mon, 22 Nov 2021 08:54:50 +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 1AM63rlF030435; Sun, 21 Nov 2021 23:54:50 -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=gzh2PmS0kEMwiJd8rP+x/H3he2bSjgIpg3lKk8VViIY=; b=lZolqzxFjwixWTVW/RGQngQHUmma/KslTS15C4cZl0gUQHNpqd9XhmP9NAZmFktmhMhE o1u4VPh8MNPOh0uyMgyKgqExqYdcn1ll3jnGpBCcqzq+mhmuuv39fNIz1QgvFkFn7aQ4 3BxKqCgFLNBwF2RkXxkn1wcMD/W/tFaBtrl9LZzso5esW1RcfTcaiFz3YqKWrx9g+KmS Q1qM0vfsJCN+sgT6PFuUTaN07RNsF2/LwY6N5R2A1ZODzq1HA7EXyEfPh5KyNLVr+wJx yHGD8K7JGqhr8C4vlH2PXAhh0niXaMr6HiEuYOmxNp0XdAUUyYkQtDOlB7reU6MIWs0W Zw== Received: from dc6wp-exch01.marvell.com ([4.21.29.232]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3cg5m18a83-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 21 Nov 2021 23:54:50 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) 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:48 -0500 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; Sun, 21 Nov 2021 23:54:47 -0800 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; Sun, 21 Nov 2021 23:54:47 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 657D83F7040; Sun, 21 Nov 2021 23:54:44 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v7 09/11] doc: update eventdev feature matrix for opdl Date: Mon, 22 Nov 2021 13:24:12 +0530 Message-ID: <20211122075414.1834651-9-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: Iubpd2VoT95A6iQEnqNppE0vQF_roLLx X-Proofpoint-ORIG-GUID: Iubpd2VoT95A6iQEnqNppE0vQF_roLLx 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 opdl 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/opdl.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/eventdevs/features/opdl.ini b/doc/guides/eventdevs/features/opdl.ini index 73922ca79f..5cc35d3c77 100644 --- a/doc/guides/eventdevs/features/opdl.ini +++ b/doc/guides/eventdevs/features/opdl.ini @@ -4,11 +4,15 @@ ; Refer to default.ini for the full list of available PMD features. ; [Scheduling Features] +burst_mode = Y +carry_flow_id = Y +maintenance_free = Y [Eth Rx adapter Features] [Eth Tx adapter Features] [Crypto adapter Features] +session_private_data = Y [Timer adapter Features] From patchwork Mon Nov 22 07:54:13 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: 104559 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 02156A0C45; Mon, 22 Nov 2021 08:55:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 999A941184; Mon, 22 Nov 2021 08:54:56 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id DDE5341181 for ; Mon, 22 Nov 2021 08:54:54 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1AM7Ej7X020464; Sun, 21 Nov 2021 23:54:54 -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=ExaRectSVGtj1qN7fmqSTjdhnzDkzRb5Yswq3iiwQZ4=; b=LktP6poVjx83FJI+3B+chI6QVcSk6kf0lRk9cP+1JpV8eBkO98MEOrsU1svNSEPoq8fw b8DT0xKHLktQukSPB5naKIlpIZTo2FHnsowCwdhzK/2EzdrEt9pPeZCIb4sYflZCScya 41IHWjVh+UQGGqypH/DXWewVjbrc3AWcS2OQpVarrf6QWthHUprcUN7vnpVIdgudnJT9 F6TiweMIc27WAc1GRn6wVOeyckYkI2IVsBf4Es7QmzupJeHx7s8Dbi8qipA876/ukQMc 0HONTS2yV4ihDN9DGkHcN0l2lu9BxbOFUDMs1eves+JVpyZB4yhK1yvNOYrYqFZ7y0As zQ== Received: from dc6wp-exch01.marvell.com ([4.21.29.232]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cg6n6r41n-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 21 Nov 2021 23:54:54 -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:52 -0500 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; Sun, 21 Nov 2021 23:54:50 -0800 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; Sun, 21 Nov 2021 23:54:50 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id CE7F83F7041; Sun, 21 Nov 2021 23:54:47 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v7 10/11] doc: update eventdev feature matrix for dsw Date: Mon, 22 Nov 2021 13:24:13 +0530 Message-ID: <20211122075414.1834651-10-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: 4FcjTxxejKrvpBW9NadryWL8akRY9kCK X-Proofpoint-ORIG-GUID: 4FcjTxxejKrvpBW9NadryWL8akRY9kCK 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 dsw 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/dsw.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/eventdevs/features/dsw.ini b/doc/guides/eventdevs/features/dsw.ini index 7de3f7b91b..c8bc6b3f1d 100644 --- a/doc/guides/eventdevs/features/dsw.ini +++ b/doc/guides/eventdevs/features/dsw.ini @@ -4,11 +4,20 @@ ; Refer to default.ini for the full list of available PMD features. ; [Scheduling Features] +distributed_sched = Y +burst_mode = Y +nonseq_mode = Y +multiple_queue_port = Y +carry_flow_id = Y [Eth Rx adapter Features] +multi_eventq = Y +override_flow_id = Y +event_vector = Y [Eth Tx adapter Features] [Crypto adapter Features] +session_private_data = Y [Timer adapter Features] From patchwork Mon Nov 22 07:54:14 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: 104560 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 7E100A0C45; Mon, 22 Nov 2021 08:55:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F2BEF41199; Mon, 22 Nov 2021 08:55:01 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id EF282411B5 for ; Mon, 22 Nov 2021 08:54:57 +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 1AM63qOf030218; Sun, 21 Nov 2021 23:54:57 -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=t8N5Ms3Bxl9PHmVTbvcxaPsPpnSqKk2D1zja9/2Gng8=; b=cSrUqB5UjGINM++1sU118XYDckfZuzCZY1+gZxivqVB9CI7P5z6WR5QV5puexVE9yYQp AhincOQa5DjN1zVpAPkJWR/6nfTCvipUZP1gfAE+L15HIr1SO3AhWBSAr8xQm220M0iH SGdMIw6yYtOsZ4yzJNLhcuzsBEhSsOsBhMLbG0qsRh2xnwB0VwmQ7mLaDzuXTLKKtxBL RTbB6I1CH8PkOT8FDVeX3nv/ZukAoqyw5ZzBEyFNGVahG6MCc1KOzGCkfoLo4M/8PWiT /4JG+UWwN9G/GGIjkOYqamD7S0SZsyzR+axpnOWclCk5jLO85jGNZqBOJMiJ2fje/ZI6 fw== Received: from dc6wp-exch01.marvell.com ([4.21.29.232]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3cg5m18a8r-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 21 Nov 2021 23:54:57 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) 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:55 -0500 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; Sun, 21 Nov 2021 23:54:54 -0800 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; Sun, 21 Nov 2021 23:54:54 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 38E033F7040; Sun, 21 Nov 2021 23:54:50 -0800 (PST) From: To: , , , , , , , , Thomas Monjalon CC: , Sunil Kumar Kori Subject: [PATCH v7 11/11] devtools: check event device doc tables Date: Mon, 22 Nov 2021 13:24:14 +0530 Message-ID: <20211122075414.1834651-11-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: N6L3H8qjuEdwemq16gy_tXNzUWas7PLV X-Proofpoint-ORIG-GUID: N6L3H8qjuEdwemq16gy_tXNzUWas7PLV 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 In this commit, check is added for event device, Rx, Tx, Crypto and Timer adapters tables for all supported drivers. 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 devtools/check-doc-vs-code.sh | 35 ++++++++ devtools/parse-event-support.sh | 149 ++++++++++++++++++++++++++++++++ 2 files changed, 184 insertions(+) create mode 100755 devtools/parse-event-support.sh diff --git a/devtools/check-doc-vs-code.sh b/devtools/check-doc-vs-code.sh index c58c239c87..608d6e0e2e 100755 --- a/devtools/check-doc-vs-code.sh +++ b/devtools/check-doc-vs-code.sh @@ -66,11 +66,35 @@ check_rte_flow() # fi } +all_event_drivers() +{ + find $rootdir/drivers/event -mindepth 1 -maxdepth 1 -type d | + sed 's,.*/,,' | + sort +} + +check_event_dev() # +{ + code=$rootdir/drivers/event/$1 + doc=$rootdir/doc/guides/eventdevs/features/$1.ini + [ -d $code ] || return 0 + [ -f $doc ] || return 0 + report=$($selfdir/parse-event-support.sh $code $doc) + if [ -n "$report" ]; then + error "doc out of sync for $1" + echo "$report" | sed 's,^,\t,' + fi +} + if [ -z "$trusted_commit" ]; then # check all for driver in $(all_net_drivers); do check_rte_flow $driver done + + for driver in $(all_event_drivers); do + check_event_dev $driver + done exit $result fi @@ -81,4 +105,15 @@ if has_code_change 'RTE_FLOW_.*_TYPE_' || check_rte_flow $driver done fi + +if has_code_change 'RTE_EVENT_DEV_CAP_*' || + has_code_change 'RTE_EVENT_ETH_RX_ADAPTER_CAP_*' || + has_code_change 'RTE_EVENT_ETH_TX_ADAPTER_CAP_*' || + has_code_change 'RTE_EVENT_CRYPTO_ADAPTER_CAP_*' || + has_code_change 'RTE_EVENT_TIMER_ADAPTER_CAP_*' || + has_file_change 'doc/guides/eventdevs/features'; then + for driver in $(all_event_drivers); do + check_event_dev $driver + done +fi exit $result diff --git a/devtools/parse-event-support.sh b/devtools/parse-event-support.sh new file mode 100755 index 0000000000..d756977eec --- /dev/null +++ b/devtools/parse-event-support.sh @@ -0,0 +1,149 @@ +#! /bin/sh -e +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(C) 2021 Marvell. + +# Parse event dev support of a driver directory, +# and optionally show difference with a doc file in .ini format. + +dir=$1 # drivers/event/foo +ref=$2 # doc/guides/eventdevs/features/foo.ini + +if [ -z "$dir" ]; then + echo "directory argument is required" >&2 + exit 1 +fi + +# sorting order +export LC_COLLATE=C + +# generate INI section +list() # <pattern> +{ + echo "[$1]" + git grep -who "$2[[:alnum:]_]*" $dir | sort -u | + awk 'sub(/'$2'/, "") {printf "%-20s = Y\n", tolower($0)}' +} + +event_dev_sched_support() +{ + title="Scheduling Features" + pattern=$(echo "RTE_EVENT_DEV_CAP_" | awk '{print toupper($0)}') + list "$title" "$pattern" | grep -vwE 'void|indirect|end' +} + +event_dev_rx_adptr_support() +{ + title="Eth Rx adapter Features" + pattern=$(echo "RTE_EVENT_ETH_RX_ADAPTER_CAP_" | + awk '{print toupper($0)}') + list "$title" "$pattern" | grep -vwE 'void|indirect|end' +} + +event_dev_tx_adptr_support() +{ + title="Eth Tx adapter Features" + pattern=$(echo "RTE_EVENT_ETH_TX_ADAPTER_CAP_" | + awk '{print toupper($0)}') + list "$title" "$pattern" | grep -vwE 'void|indirect|end' +} + +event_dev_crypto_adptr_support() +{ + title="Crypto adapter Features" + pattern=$(echo "RTE_EVENT_CRYPTO_ADAPTER_CAP_" | + awk '{print toupper($0)}') + list "$title" "$pattern" | grep -vwE 'void|indirect|end' +} + +event_dev_timer_adptr_support() +{ + title="Timer adapter Features" + pattern=$(echo "RTE_EVENT_TIMER_ADAPTER_CAP_" | + awk '{print toupper($0)}') + list "$title" "$pattern" | grep -vwE 'void|indirect|end' +} + +if [ -z "$ref" ]; then # generate full tables + event_dev_sched_support + echo + event_dev_rx_adptr_support + echo + event_dev_tx_adptr_support + echo + event_dev_crypto_adptr_support + echo + event_dev_timer_adptr_support + exit 0 +fi + +# compare with reference input +event_dev_sched_compare() +{ + section="Scheduling Features]" + { + event_dev_sched_support + sed -n "/$section/,/]/p" "$ref" | sed '/^$/d' + } | + sed '/]/d' | # ignore section title + sed 's, *=.*,,' | # ignore value (better in doc than generated one) + sort | uniq -u | # show differences + sed "s,^,Scheduling Features ," # prefix with category name +} + +event_dev_rx_adptr_compare() +{ + section="Eth Rx adapter Features]" + { + event_dev_rx_adptr_support + sed -n "/$section/,/]/p" "$ref" | sed '/^$/d' + } | + sed '/]/d' | # ignore section title + sed 's, *=.*,,' | # ignore value (better in doc than generated one) + sort | uniq -u | # show differences + sed "s,^,Eth Rx adapter Features ," # prefix with category name +} + +event_dev_tx_adptr_compare() +{ + section="Eth Tx adapter Features]" + { + event_dev_tx_adptr_support + sed -n "/$section/,/]/p" "$ref" | sed '/^$/d' + } | + sed '/]/d' | # ignore section title + sed 's, *=.*,,' | # ignore value (better in doc than generated one) + sort | uniq -u | # show differences + sed "s,^,Eth Tx adapter Features ," # prefix with category name +} + +event_dev_crypto_adptr_compare() +{ + section="Crypto adapter Features]" + { + event_dev_crypto_adptr_support + sed -n "/$section/,/]/p" "$ref" | sed '/^$/d' + } | + sed '/]/d' | # ignore section title + sed 's, *=.*,,' | # ignore value (better in doc than generated one) + sort | uniq -u | # show differences + sed "s,^,Crypto adapter Features ," # prefix with category name +} + +event_dev_crypto_adptr_compare() +{ + section="Timer adapter Features]" + { + event_dev_timer_adptr_support + sed -n "/$section/,/]/p" "$ref" | sed '/^$/d' + } | + sed '/]/d' | # ignore section title + sed 's, *=.*,,' | # ignore value (better in doc than generated one) + sort | uniq -u | # show differences + sed "s,^,Timer adapter Features ," # prefix with category name +} + +event_dev_sched_compare +event_dev_rx_adptr_compare +event_dev_tx_adptr_compare +event_dev_crypto_adptr_compare +event_dev_crypto_adptr_compare