From patchwork Mon Nov 15 13:15: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: 104318 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 227D8A0032; Mon, 15 Nov 2021 14:15:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9B0F640E01; Mon, 15 Nov 2021 14:15:28 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 0610440141 for ; Mon, 15 Nov 2021 14:15:26 +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 1AF8o0jq018154; Mon, 15 Nov 2021 05:15:26 -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=u/gz3gBHkTtz9JLKRqlOjlR50inz0HP2mlBOKPjvF9c=; b=B+4Ua8mYwvukwXwxeTCdV83/1RaTtyy/1F2jLoAYRK3HHihwcypZdx4kQ9c11RIadML3 QnBkobTlnHaOHZ8Z46GfzeOf37hunmwrljIqayy/qFWyifcmjdTbDGvozRamxjEskBIB tJxzay6OoKAZwuRyVqyvlRpMsq7r7KoQs3FaSAWr7bGrwN+XQFSvoB4ezArmdWnuqXFj 4qJabwAvA+HuW+B7z57FKAC2Ox0VyjNx4gKUmkHjmm7CxmIvVYPVoeUM9QfXpyiJOJ/H Y63I61r6LecZM3CeyMNTwfT4yvrpUUlcHT9ZHT98HmDO99DmKYXheEB/RHP/6IUlV1TG 8g== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cb9yqb06f-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 05:15:25 -0800 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.18; Mon, 15 Nov 2021 05:15:24 -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.18 via Frontend Transport; Mon, 15 Nov 2021 05:15:24 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 885453F7067; Mon, 15 Nov 2021 05:15:21 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v6 01/11] doc: add skeleton for eventdevs feature matrices Date: Mon, 15 Nov 2021 18:45:08 +0530 Message-ID: <20211115131518.1650809-1-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211022074843.907766-1-skori@marvell.com> References: <20211022074843.907766-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: EvfB460ue1iUum2a0nX3Yn-kv0VYGGHv X-Proofpoint-GUID: EvfB460ue1iUum2a0nX3Yn-kv0VYGGHv 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-15_10,2021-11-15_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 --- 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 15 13:15: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: 104319 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 9AC8CA0032; Mon, 15 Nov 2021 14:15:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 853B941143; Mon, 15 Nov 2021 14:15:32 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 2333A41142 for ; Mon, 15 Nov 2021 14:15:29 +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 1AF8ZdRp018148; Mon, 15 Nov 2021 05:15:29 -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=oaOL4y27RcT4p2rvA0/OK+MlxGUxL4LzdjYgxh/gFFI=; b=G3m8gUXuFcw0cpZiq2ISLV9rJ1JBPpOl/IhAPWl5iAysWwJhHsyuqz3H6AqkAqF6F2na aMyodD7iCv65mzTbFaqTFppQZWqZ1ts+ugD0Vyi/V8eQpJxcIAKutaSYIbTOJfnkyOMM 5/HDUq/rmn4G863KWpQWB6YNz9MARBR3Q7AdfpQ8z6Im411XY1Wwzfp+Y4YGjaOXP1vh FjwPFtk0xsYOdjy3Zdf/1yV3FMy53kDi2F3dGtyectu83YWbcnKoR2k0t4GWNDO+ZK/o /n+6KyNYUq6+urgKFg5Le4KzCPW5fnwaYZ4c4S1jpdNY5ClbIHLD+DqHUHqIbZF7jFgi 0g== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cb9yqb06p-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 05:15:29 -0800 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.18; Mon, 15 Nov 2021 05:15:27 -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; Mon, 15 Nov 2021 05:15:27 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id E609F3F7086; Mon, 15 Nov 2021 05:15:24 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v6 02/11] doc: update eventdev feature matrix for octeontx Date: Mon, 15 Nov 2021 18:45:09 +0530 Message-ID: <20211115131518.1650809-2-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115131518.1650809-1-skori@marvell.com> References: <20211022074843.907766-1-skori@marvell.com> <20211115131518.1650809-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: yBiinLRz_yym8CZacAeQS5dNjcl2ySPV X-Proofpoint-GUID: yBiinLRz_yym8CZacAeQS5dNjcl2ySPV 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-15_10,2021-11-15_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 --- 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 15 13:15: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: 104320 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 E3841A0032; Mon, 15 Nov 2021 14:15:40 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 85F9A4114E; Mon, 15 Nov 2021 14:15:35 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 7CDCB4114B for ; Mon, 15 Nov 2021 14:15:33 +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 1AF8xbLV000778; Mon, 15 Nov 2021 05:15:32 -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=obrgFGaiPY9wLQdgVhAZa15OOtg8Gq8/m8BkQ1i32HU=; b=c22VInpnTuuhEfTU41HdxxbsknOsQVndkMctqmQwq12QkqyZDJvVnfEGCsB9I7j6vwQc n0j7e2K9Rq/88ie1FK/rLr4FAOQRqO2mpdmrb6wcR8WOcjf0Tta+xokkc2wWjYciO1pU wrPOmEQYNP8r0QnxImLphl0/5FL6hzdXcpIWsYwNVUl8RMwdrg//3/Op6qJX+klb5klX oUvYXvIa5fpVTwZM/h5CfKaNSXPT6gUsUQCx+Ed6Kxcm9aCZBdCtIZ2zCH4o3Lu24Vdm L+ImyyEzVjbUuE/zwvovgQz+qS8TXLbulNvtJ3cuWOa6nGQbhAbDRad6buPyhjZrnPen Ig== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cb9yqb06x-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 05:15:32 -0800 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.18; Mon, 15 Nov 2021 05:15: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; Mon, 15 Nov 2021 05:15:30 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 4E8693F7066; Mon, 15 Nov 2021 05:15:28 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v6 03/11] doc: update eventdev feature matrix for octeontx2 Date: Mon, 15 Nov 2021 18:45:10 +0530 Message-ID: <20211115131518.1650809-3-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115131518.1650809-1-skori@marvell.com> References: <20211022074843.907766-1-skori@marvell.com> <20211115131518.1650809-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: AbjiDiA9rSv2b5giV6OK6-cIN9aT_ivM X-Proofpoint-GUID: AbjiDiA9rSv2b5giV6OK6-cIN9aT_ivM 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-15_10,2021-11-15_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 --- 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 15 13:15: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: 104321 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 1D54FA0032; Mon, 15 Nov 2021 14:15:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8485741153; Mon, 15 Nov 2021 14:15:38 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id E418441152 for ; Mon, 15 Nov 2021 14:15:36 +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 1AF8X1Gb018168; Mon, 15 Nov 2021 05:15: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=IQ1sk8DmJkWYULKqMEt1+bLbZeh6f+ifKdC9/M3Li5M=; b=Rfhe8EuzkTEHhE1uhcw94TTGS22ofcOYHnxvK0pKGmOjvfcJNi+GSxyELaqViNXS3MBd 0fPip8QBwxWWNYc0h0u0x28g0PyzOwDclfSuBTbWEh6pDhtzPbeQgaBkN8oTAsjpWSEM gNlpF9FSnP/z9i42Xs6Ga3YYr6CgjTTq1vcnSjiwJ4VkuOK7KCzfjM6vRB2rMiHXwn0T UbkGy2fFNFwtwd8mZ1bfV3P6YmDRcvuqMFM0dJupB8zfxYdYL0WvSNXOgzqQtF9WEGz4 fFmFdcRO++Nz5FXzb6otgYpvRL8phBEEoaMGp6clXnlkiui3QWlzmS7/dJael0WD3doO 7A== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cb9yqb074-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 05:15:36 -0800 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.18; Mon, 15 Nov 2021 05:15:34 -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; Mon, 15 Nov 2021 05:15:34 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id ACA5C3F7067; Mon, 15 Nov 2021 05:15:31 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v6 04/11] doc: update eventdev feature matrix for cn9k Date: Mon, 15 Nov 2021 18:45:11 +0530 Message-ID: <20211115131518.1650809-4-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115131518.1650809-1-skori@marvell.com> References: <20211022074843.907766-1-skori@marvell.com> <20211115131518.1650809-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: IDeM7Xki9Quws8ENh_PFA2M_RL0ImW6l X-Proofpoint-GUID: IDeM7Xki9Quws8ENh_PFA2M_RL0ImW6l 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-15_10,2021-11-15_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 --- 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 15 13:15: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: 104322 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 18A1BA0032; Mon, 15 Nov 2021 14:15:53 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 66CC841159; Mon, 15 Nov 2021 14:15:42 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 8C43E41158 for ; Mon, 15 Nov 2021 14:15:40 +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 1AFB9fDf014880; Mon, 15 Nov 2021 05:15: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=zBlsyZgpA9kVmkhFYR1fYnsZsITUPRzjNxPmt44DX9I=; b=iJ8eCkbDXRMj6YFbcGw7cp21XYjL1IRqOl1j18puCFlLHKe3vQ1jf8f3a36PzAdO5jw+ Csf2jz6/N+vRntkkjPW/tpoYMckrwpXK1Emit+aS0zs7JRzu3RR6vtk9BUGCLAEUyUx8 U9iRlcXnnzMEI+d+idD11iCRl+FUiKIsxjKl2KcL/YCT6d75fh37GdeJkDBxJfblkI9h rbQGp7Sggc50/6H3X72XwKGUFzibmU3GYkiDFL6kzKCIsPMVYPB2D1/lvTOMXZZZYReQ ZStgO43KG+lTE3sGuqSH1OA7GlNa/qD9r6c0N0CYPUGEz+1lnjMKqpCnL2yZiSY3YnFN /w== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3cbea8j8u6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 05:15:39 -0800 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; Mon, 15 Nov 2021 05:15:37 -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; Mon, 15 Nov 2021 05:15:37 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 16CCA3F7075; Mon, 15 Nov 2021 05:15:34 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v6 05/11] doc: update eventdev feature matrix for cn10k Date: Mon, 15 Nov 2021 18:45:12 +0530 Message-ID: <20211115131518.1650809-5-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115131518.1650809-1-skori@marvell.com> References: <20211022074843.907766-1-skori@marvell.com> <20211115131518.1650809-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: E2as9a_00xbfAbVudn6dBoSOWHq5p4xl X-Proofpoint-ORIG-GUID: E2as9a_00xbfAbVudn6dBoSOWHq5p4xl 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-15_10,2021-11-15_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 --- 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 15 13:15: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: 104323 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 20D38A0032; Mon, 15 Nov 2021 14:16:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A860141168; Mon, 15 Nov 2021 14:15: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 E991341165 for ; Mon, 15 Nov 2021 14:15: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 1AFB9fDg014880; Mon, 15 Nov 2021 05:15: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=mJZd6jOpDtvy8szQ+WDMpDxPUfeNsiNdmLvSmUXtA38=; b=D6sU0DEz9x5jpyAsNzoVRNrXGz+ilVD6mopCSfAB2aWyCMW9cvTMisIRi6nfl1yMq09b xiSSTVEmmHPViGcTYTU9IlHTqYkXLOHSXb5ugnmzHlgUeJ41RFw/YV3tW61XuJKVkouI afCJJkEb3gXsNnPseep+ibJQferGoHuAjd/1r0e8ubniMSJ45MtBAPXddsg4ifqPx7Bn 7lM6BsijuWrGvI+uFG/YitjmrTKWQVbcahBUZy2FrzNbO2ViXniwr+9vzVgOYaIZR4Zf IH5ICg0W+a5Ab09dr5DC1fT/jUw6m/Le+NMoeIh4dzFixNpYVNQfrhMK5LMGjnuW7ydX ZA== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3cbea8j8uq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 05:15:43 -0800 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; Mon, 15 Nov 2021 05:15:41 -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; Mon, 15 Nov 2021 05:15:41 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 755263F7066; Mon, 15 Nov 2021 05:15:38 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v6 06/11] doc: update eventdev feature matrix for dpaa Date: Mon, 15 Nov 2021 18:45:13 +0530 Message-ID: <20211115131518.1650809-6-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115131518.1650809-1-skori@marvell.com> References: <20211022074843.907766-1-skori@marvell.com> <20211115131518.1650809-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: _bzjoQZd6xTCj1a7Qin0SYijvDfovP7H X-Proofpoint-ORIG-GUID: _bzjoQZd6xTCj1a7Qin0SYijvDfovP7H 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-15_10,2021-11-15_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 --- 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 15 13:15: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: 104324 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 C3F35A0032; Mon, 15 Nov 2021 14:16:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A2EDB4116E; Mon, 15 Nov 2021 14:15:48 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 66B8A41165 for ; Mon, 15 Nov 2021 14:15:47 +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 1AFAoESA014960; Mon, 15 Nov 2021 05:15:46 -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=I87XBdciGA+KUsgahVvZtrAGlM9Hu2eggu3urwT7HG8=; b=YKHJag6BAqy8v5aHRGKv1khz/gfnATdiLj3+YQZnNl/q6oxBmBcn9/Cfll/CLQ6zgfto pN5tcNDSftJx9q7O6HJ2Oaopy44GsR4NmgjI8w8TXMhY5fgZaSKBfcxqg413lwLVrBs8 P1oB9/CHa/M3eYFJQW6uYCwpLR5XnH8k6oiiaW8BH0yrHBKz/FQZKZaib1BY1TZK36nc jObsVkwB992AhUN4U2+2Lvt1m/Ou5i3xFNw0wnRXbOUNszJAUXs/ynOnw2tW3xn76HI9 rHgRx4BrfjeV7o12IAtmjqXQTyysu732sHRLyE2msIGCWio82WvHSzi53i1tammRPiqr zg== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3cbea8j8v1-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 05:15:46 -0800 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; Mon, 15 Nov 2021 05:15:44 -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; Mon, 15 Nov 2021 05:15:44 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id D1A413F7067; Mon, 15 Nov 2021 05:15:41 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v6 07/11] doc: update eventdev feature matrix for dpaa2 Date: Mon, 15 Nov 2021 18:45:14 +0530 Message-ID: <20211115131518.1650809-7-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115131518.1650809-1-skori@marvell.com> References: <20211022074843.907766-1-skori@marvell.com> <20211115131518.1650809-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: 6nSInbzPfCgLCul-iV2XvcKrj-CuwOAa X-Proofpoint-ORIG-GUID: 6nSInbzPfCgLCul-iV2XvcKrj-CuwOAa 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-15_10,2021-11-15_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 --- 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 15 13:15:15 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: 104325 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 660F0A0032; Mon, 15 Nov 2021 14:16:13 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B0C6A41163; Mon, 15 Nov 2021 14:15:51 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 9147E4115F for ; Mon, 15 Nov 2021 14:15: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 1AFB9fDj014880; Mon, 15 Nov 2021 05:15: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=ln/1mHLO7gljjxQvq1Lqxy7bglEVnKZDH1ftX8L0+Yc=; b=VvT1L7Nc7aMcsD0x6vZ0ejNSfzHOIw0PllLbEOSUlj4rFxdMx9Y8AUbdNT98MCnHzUTx q1WKW2A2wHNqiUpT5PEpmCaEz23hPy65bdVk5mzf3qSFDkGmPwoBW/CmIgcMrPL38Ywx vpWK97LKUJ3OV9WpZfKJYXns8USpIZhDyH/JMZ5AN1KPlsNoShZmYwznQz5LX7rIHkLF wge0iGdBP3hPaRQB5a1KYFUcFPcNAgbUT0m2wEJ2Xe41bDM3nQlqh+yFvFaiPnxO2xWm tq1vntkDyRZnECnuUG/Af44sIibx3WEt6JmPOAVZHxnb6kfT2uJRK0fmVSHrU4vf6+dS xA== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3cbea8j8vf-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 05:15:49 -0800 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; Mon, 15 Nov 2021 05:15:47 -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; Mon, 15 Nov 2021 05:15:47 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 3A1CB3F7066; Mon, 15 Nov 2021 05:15:45 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v6 08/11] doc: update eventdev feature matrix for SW Date: Mon, 15 Nov 2021 18:45:15 +0530 Message-ID: <20211115131518.1650809-8-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115131518.1650809-1-skori@marvell.com> References: <20211022074843.907766-1-skori@marvell.com> <20211115131518.1650809-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: OvUXZaSChAcEKrglxx5FHelI4SeaSw6x X-Proofpoint-ORIG-GUID: OvUXZaSChAcEKrglxx5FHelI4SeaSw6x 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-15_10,2021-11-15_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 --- 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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/guides/eventdevs/features/sw.ini b/doc/guides/eventdevs/features/sw.ini index 5d787a6220..fe83088300 100644 --- a/doc/guides/eventdevs/features/sw.ini +++ b/doc/guides/eventdevs/features/sw.ini @@ -4,11 +4,26 @@ ; 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] +internal_port = Y +event_vector = Y [Crypto adapter Features] +session_private_data = Y [Timer adapter Features] From patchwork Mon Nov 15 13:15:16 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: 104326 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 C2417A0032; Mon, 15 Nov 2021 14:16:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C11F541178; Mon, 15 Nov 2021 14:15:55 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id E0FF94115A for ; Mon, 15 Nov 2021 14:15:53 +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 1AF8X1Ge018168; Mon, 15 Nov 2021 05:15:53 -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=2GarFfkuKujcu5sIsli4uEvWAIcb7HWm+oiARKTjT3E=; b=KgF7bqjAXQtiI0iVO/xkVdEy0vRZf3mB+mQBolsTQrvS9hPKb9R0PkeO8EvpcDKpLaEF 7s33WJSPNIl0da+6bjUJVDOmOy+KJe4WyVeQU7LsBeC7z5coYpPssddGcFQcfQopJTf7 RgeUaxAQtKFdn47OFHFYxMPjbbWjxjAoCnNLG+4ihEjHHoXLGcVHki8a0j4yXk0C0xkB 8ftyOYSJGQVV8vpPJRowBHAt4GRReJTU/Htn+dKuCkD9N/xc94pbsaorYcHZR4vRrOus 58drbfhdirZhHRBImdYArEoxK35jWuokyODWdOGlToKTnHv0z+uoryyN9SWjgnieiOjH Ww== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cb9yqb08w-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 05:15:53 -0800 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.18; Mon, 15 Nov 2021 05:15:51 -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.18 via Frontend Transport; Mon, 15 Nov 2021 05:15:51 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 96DBC3F7067; Mon, 15 Nov 2021 05:15:48 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v6 09/11] doc: update eventdev feature matrix for opdl Date: Mon, 15 Nov 2021 18:45:16 +0530 Message-ID: <20211115131518.1650809-9-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115131518.1650809-1-skori@marvell.com> References: <20211022074843.907766-1-skori@marvell.com> <20211115131518.1650809-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: lkOc3nl4sclLJDnR24x1RQPvqtz6Nrrm X-Proofpoint-GUID: lkOc3nl4sclLJDnR24x1RQPvqtz6Nrrm 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-15_10,2021-11-15_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 --- 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 15 13:15:17 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: 104327 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 C78DFA0032; Mon, 15 Nov 2021 14:16:25 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B59B541184; Mon, 15 Nov 2021 14:15:58 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 31AFF41183 for ; Mon, 15 Nov 2021 14:15:57 +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 1AF8xbLa000778; Mon, 15 Nov 2021 05:15:56 -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=pzwoszTu9WT2YGSQWbCxA7Gr2KQEwnQMZ0n5cufA4Ro=; b=ZwekuyKOlmRf4DwwxJMkHkg10VGXcz4C0ER6UDl9akC3ZhysK0YzBnzLDI3wZFp1RWPA ZNcabSqx91rgoYjedypkBx4E3doJXI3Ntu+IXGLF1RcHpP1NfFRq4p5CSJlWR2pX+vDw h5t1FofGKDwFe7TeOOvzf6pBcyL7kHmCS/AbHG69qGL85uPaZ6AicELM6Xu0LLOeHnqs XvsrixLYe3KHjwHOBa6csnuvgKNgSBOzNJlyKzsRricyxJvzHAhUMdYCQMCzn9xqFlt9 tM6q0kHHauX+GVOVvbQdTX3skxaKT5qtkP4CI4t9bIGwSpIS1U6ffZBf4jv39Hx/+cWh nQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cb9yqb09k-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 05:15:56 -0800 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.18; Mon, 15 Nov 2021 05:15:54 -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; Mon, 15 Nov 2021 05:15:54 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 093AA3F7066; Mon, 15 Nov 2021 05:15:51 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v6 10/11] doc: update eventdev feature matrix for dsw Date: Mon, 15 Nov 2021 18:45:17 +0530 Message-ID: <20211115131518.1650809-10-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115131518.1650809-1-skori@marvell.com> References: <20211022074843.907766-1-skori@marvell.com> <20211115131518.1650809-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: QSfK2x1jrkpjCALKoql2tgU2CsVLVzLk X-Proofpoint-GUID: QSfK2x1jrkpjCALKoql2tgU2CsVLVzLk 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-15_10,2021-11-15_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 --- 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 15 13:15:18 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: 104328 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 62BD1A0032; Mon, 15 Nov 2021 14:16:31 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF795411A4; Mon, 15 Nov 2021 14:16:02 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 25C52411A4 for ; Mon, 15 Nov 2021 14:16:01 +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 1AFB9fDn014880; Mon, 15 Nov 2021 05:16:00 -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=wGrNSf5lVThnmanvBgBi5/rn3mSy8Nt+DkCtAoD0RHE=; b=Yl6PSXO56GixPZ80XFQBS7v3RTNR/DdwU0IeD1B11l7Doy/SdOqkXgKZSAYbp4XMCehM 1X3WRZm4+IWc1b6fzo/IkWTVb1jgHoNw0DFTkKv6D+a3umRjvMY5z3A1xxOgFS7G4iOD S/mlfY8RTNoBB24rn9j26Zc8Ijdh2rDhzpXhmPel4JHZiv3Pp8LG9rr5UqcgYzRzL5/m AG5rpm0zkOnhsNp9et1oStvP8+8wpEZVTJtbpWthf1BEXPwh8oET2hVpJfhSSbfp5TTE wbyxfqWjYZsCgRDXbATCW+3x6k8S7LyH/4CWT40v1YPvzndx4bBcA3gZpl2sSV/WbmTW 8A== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3cbea8j8x3-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 05:16:00 -0800 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; Mon, 15 Nov 2021 05:15:58 -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.18 via Frontend Transport; Mon, 15 Nov 2021 05:15:58 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 705D93F7074; Mon, 15 Nov 2021 05:15:55 -0800 (PST) From: To: , , , , , , , , Thomas Monjalon CC: , Sunil Kumar Kori Subject: [PATCH v6 11/11] devtools: check event device doc tables Date: Mon, 15 Nov 2021 18:45:18 +0530 Message-ID: <20211115131518.1650809-11-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115131518.1650809-1-skori@marvell.com> References: <20211022074843.907766-1-skori@marvell.com> <20211115131518.1650809-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: SX2OLDgySUHIcM7-yIrtgAcMMBsR2N7l X-Proofpoint-ORIG-GUID: SX2OLDgySUHIcM7-yIrtgAcMMBsR2N7l 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-15_10,2021-11-15_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 --- 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