From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 00F09A034E; Thu, 7 Nov 2019 12:12:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 498011E987; Thu, 7 Nov 2019 12:12:18 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 042E61E97F for ; Thu, 7 Nov 2019 12:12:16 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id xA7BA9TR007428; Thu, 7 Nov 2019 03:12:16 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=Z8Ux05TtRioaBrsKwyUDAtQ7kRFboQTtHTFFJ79bUW4=; b=tWoy7IQw1CVskv+KYrOAKr91oCgCF9+os/ukjzhVJHRqcLUfPSVeyvTMOgtv4Qt56EtG 1Ez0B0qZ3OedarCMBRxyiOts+LUupLHowdzxgMx22yqQh5LFvWBSnEa2Q/Z/j55WBT1q 40UfzcNIdzOmS3H3VctEjoqDkTEOmTv5wsK6nc1I0mhJYzqSsNmAua3052GFBatfXQbx pM6RRWNSIKLear1La4guB8SH9QR+feu85maYCa4RTNlNjowjWnjkpU7SuxDpbrhpmk2H JwGaO8nqjbeTb0uGW76qqwxwYvYv2YBfPBgXiOi5el8jt4vys8fY4gilz2REatM2RqUO 0A== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0b-0016f401.pphosted.com with ESMTP id 2w4fq6rh4v-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 07 Nov 2019 03:12:16 -0800 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 7 Nov 2019 03:12:14 -0800 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Thu, 7 Nov 2019 03:12:14 -0800 Received: from localhost.localdomain (unknown [10.28.34.200]) by maili.marvell.com (Postfix) with ESMTP id 4B0A93F703F; Thu, 7 Nov 2019 03:12:11 -0800 (PST) From: Sunil Kumar Kori To: , , , , , , , , John McNamara , "Marko Kovacevic" CC: , Sunil Kumar Kori Date: Thu, 7 Nov 2019 16:42:05 +0530 Message-ID: <20191107111207.17143-1-skori@marvell.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95,18.0.572 definitions=2019-11-07_03:2019-11-07,2019-11-07 signatures=0 Subject: [dpdk-dev] [PATCH 1/3] doc: add skeleton for eventdevs feature metrices X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Patch adds skeleton for feature metrices for event dev and Rx/Tx adapters. Signed-off-by: Sunil Kumar Kori --- doc/guides/eventdevs/index.rst | 1 + doc/guides/eventdevs/overview.rst | 19 +++++ .../overview_adptr_feature_table.txt | 76 +++++++++++++++++ .../eventdevs/overview_feature_table.txt | 82 +++++++++++++++++++ 4 files changed, 178 insertions(+) create mode 100644 doc/guides/eventdevs/overview.rst create mode 100644 doc/guides/eventdevs/overview_adptr_feature_table.txt create mode 100644 doc/guides/eventdevs/overview_feature_table.txt diff --git a/doc/guides/eventdevs/index.rst b/doc/guides/eventdevs/index.rst index 570905b81..540ac762c 100644 --- a/doc/guides/eventdevs/index.rst +++ b/doc/guides/eventdevs/index.rst @@ -11,6 +11,7 @@ application trough the eventdev API. :maxdepth: 2 :numbered: + overview dpaa dpaa2 dsw diff --git a/doc/guides/eventdevs/overview.rst b/doc/guides/eventdevs/overview.rst new file mode 100644 index 000000000..6825b9007 --- /dev/null +++ b/doc/guides/eventdevs/overview.rst @@ -0,0 +1,19 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(C) 2019 Marvell International Ltd. + +Event Device Supported Functionality Matrices +============================================= + +Event Device Supported Feature Flags +------------------------------------ + +.. _table_eventdev_pmd_features: + +.. include:: overview_feature_table.txt + +Adapter Supported Feature Flags +------------------------------- + +.. _table_adapter_features: + +.. include:: overview_adptr_feature_table.txt diff --git a/doc/guides/eventdevs/overview_adptr_feature_table.txt b/doc/guides/eventdevs/overview_adptr_feature_table.txt new file mode 100644 index 000000000..4f4887ea8 --- /dev/null +++ b/doc/guides/eventdevs/overview_adptr_feature_table.txt @@ -0,0 +1,76 @@ + +.. raw:: html + + + +.. table:: Features availability for adapters + + ================================ = = = = = = = + Feature d d d o o o s + p p s c c p w + a a w t t d + a a e e l + 2 o o + n n + t t + x x + 2 + ================================ = = = = = = = + Rx/Tx on internal port + Multiple event queues per ethdev + Override flow ID + ================================ = = = = = = = diff --git a/doc/guides/eventdevs/overview_feature_table.txt b/doc/guides/eventdevs/overview_feature_table.txt new file mode 100644 index 000000000..c2e9bd289 --- /dev/null +++ b/doc/guides/eventdevs/overview_feature_table.txt @@ -0,0 +1,82 @@ + +.. raw:: html + + + +.. table:: Features availability in eventdev drivers + + ===================================== = = = = = = = + Feature d d d o o o s + p p s c c p w + a a w t t d + a a e e l + 2 o o + n n + t t + x x + 2 + ===================================== = = = = = = = + Event queue priority based scheduling + Event priority based scheduling + Event device distributed scheduling + Event device non sequential mode + Event queue all types + Burst mode enqueue/dequeue + Event port implicit release disable + Runtime event queue/port linking + Multi queue linking per port + ===================================== = = = = = = = -- 2.17.1