From patchwork Thu Nov 7 11:14:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sunil Kumar Kori X-Patchwork-Id: 62648 X-Patchwork-Delegate: jerinj@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CE20DA034E; Thu, 7 Nov 2019 12:15:05 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3F19F1E998; Thu, 7 Nov 2019 12:15:05 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 1AFD31E993 for ; Thu, 7 Nov 2019 12:15:02 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id xA7BEbTX006747; Thu, 7 Nov 2019 03:15:02 -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=jzHGc7NihslrZGwP0biuyTGjzi+aqN8YuCqlXkfnJXcHg573GrUvDAE8HuCX6ONFegZB b5bzbLhx0ArzllrYqRBs0V1NUjSZtHCJ+GOT+yjy8mNk5gm4IbsaPjq0Er6D7oCGDMpX 2GxBosL81MWUkNpgvPsJ2HSXGFuYjYrNFiR0K9gdSndaeTbeRu7APVYcDB3yp2HoOxWg HgPp25gsf6yiRFYrTQEuuSJr8uUlg3ERPGRyu2SMHeLDTYdu7VMv+Sp6znj4S53ug5lr 7jj75bDl94QrpZ53v+sMHlKyGsgVRXWBn2/Ujue9qHE+mtbfSRcWTeggvJW2uy7Skj7r lA== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0a-0016f401.pphosted.com with ESMTP id 2w41uwuwhm-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 07 Nov 2019 03:15:02 -0800 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 7 Nov 2019 03:15:00 -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:15:00 -0800 Received: from localhost.localdomain (unknown [10.28.34.200]) by maili.marvell.com (Postfix) with ESMTP id 6B70F3F703F; Thu, 7 Nov 2019 03:14:57 -0800 (PST) From: Sunil Kumar Kori To: , , , , , , , , John McNamara , "Marko Kovacevic" CC: , Sunil Kumar Kori Date: Thu, 7 Nov 2019 16:44:52 +0530 Message-ID: <20191107111454.17295-1-skori@marvell.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 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 + ===================================== = = = = = = = From patchwork Thu Nov 7 11:14:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sunil Kumar Kori X-Patchwork-Id: 62649 X-Patchwork-Delegate: jerinj@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id F0B0DA034E; Thu, 7 Nov 2019 12:15:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 120081E9BA; Thu, 7 Nov 2019 12:15:10 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 208D21E9B0 for ; Thu, 7 Nov 2019 12:15:08 +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 xA7B9qKT007221; Thu, 7 Nov 2019 03:15:07 -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-type; s=pfpt0818; bh=4H7VO1iC6F6SStyHy4GzITL9w0VrMEqEsAZ14wtT5Xc=; b=N6TZgq28v46AD00Y3xuE3i8Fzc7/xLivvdO1aWcyQghsvOqh1oj60MohNQXQRk0BW6Ng SRJbzCcUeFEp3rrdY6VpNfQebz0CkSRUTLlyfhEkDllnA6Q/mmNcIB0mxxCLA8sFvC8L XVQ3f3PehVm7ywG8B3k9urkSSUA8ic77HK7GNcK0NQW3ppbqSFTt02yixPdrOqzHDA5n aLWJ2rUAdaVOzZ14vy4vsNJ0kMmTqoQIw+tv5Spw5hzYzmA6ObcueyNyvJLrlWUo/g6y ya9oJ8MfITqAHsUOH81IMgDLLesHO0lL8aWanRfk0r+Jl69uHs0+Z4VWf91n+3lq2xVm Lg== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0b-0016f401.pphosted.com with ESMTP id 2w4fq6rhek-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 07 Nov 2019 03:15:07 -0800 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 7 Nov 2019 03:15:05 -0800 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Thu, 7 Nov 2019 03:15:05 -0800 Received: from localhost.localdomain (unknown [10.28.34.200]) by maili.marvell.com (Postfix) with ESMTP id 4D52A3F703F; Thu, 7 Nov 2019 03:15:01 -0800 (PST) From: Sunil Kumar Kori To: , , , , , , , , John McNamara , "Marko Kovacevic" CC: , Sunil Kumar Kori Date: Thu, 7 Nov 2019 16:44:53 +0530 Message-ID: <20191107111454.17295-2-skori@marvell.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191107111454.17295-1-skori@marvell.com> References: <20191107111454.17295-1-skori@marvell.com> MIME-Version: 1.0 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 2/3] doc: update eventdev feature matrix for octeontx2 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 updates eventdev and adapters feature metrices for octeontx2 platform. Signed-off-by: Sunil Kumar Kori --- doc/guides/eventdevs/features/octeontx2.ini | 16 ++++++++++++++++ .../eventdevs/overview_adptr_feature_table.txt | 4 ++-- doc/guides/eventdevs/overview_feature_table.txt | 12 ++++++------ 3 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 doc/guides/eventdevs/features/octeontx2.ini diff --git a/doc/guides/eventdevs/features/octeontx2.ini b/doc/guides/eventdevs/features/octeontx2.ini new file mode 100644 index 000000000..05718e4ac --- /dev/null +++ b/doc/guides/eventdevs/features/octeontx2.ini @@ -0,0 +1,16 @@ +; +; Supported features of the 'octeontx2' eventdev driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Features] +Event queue priority based scheduling = Y +Event device distributed scheduling = Y +Event device non sequential mode = Y +Event queue all types = Y +Runtime event queue/port linking = Y +Multi queue linking per port = Y + +[Adapter Features] +Rx/Tx on internal port = Y +Multiple event queues per ethdev = Y diff --git a/doc/guides/eventdevs/overview_adptr_feature_table.txt b/doc/guides/eventdevs/overview_adptr_feature_table.txt index 4f4887ea8..11c66eb49 100644 --- a/doc/guides/eventdevs/overview_adptr_feature_table.txt +++ b/doc/guides/eventdevs/overview_adptr_feature_table.txt @@ -70,7 +70,7 @@ x x 2 ================================ = = = = = = = - Rx/Tx on internal port - Multiple event queues per ethdev + Rx/Tx on internal port Y + Multiple event queues per ethdev Y Override flow ID ================================ = = = = = = = diff --git a/doc/guides/eventdevs/overview_feature_table.txt b/doc/guides/eventdevs/overview_feature_table.txt index c2e9bd289..c4d3bd6d4 100644 --- a/doc/guides/eventdevs/overview_feature_table.txt +++ b/doc/guides/eventdevs/overview_feature_table.txt @@ -70,13 +70,13 @@ x x 2 ===================================== = = = = = = = - Event queue priority based scheduling + Event queue priority based scheduling Y Event priority based scheduling - Event device distributed scheduling - Event device non sequential mode - Event queue all types + Event device distributed scheduling Y + Event device non sequential mode Y + Event queue all types Y Burst mode enqueue/dequeue Event port implicit release disable - Runtime event queue/port linking - Multi queue linking per port + Runtime event queue/port linking Y + Multi queue linking per port Y ===================================== = = = = = = = From patchwork Thu Nov 7 11:14:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sunil Kumar Kori X-Patchwork-Id: 62650 X-Patchwork-Delegate: jerinj@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CF374A034E; Thu, 7 Nov 2019 12:15:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DA8F21E9C7; Thu, 7 Nov 2019 12:15:12 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 558B21E9C7 for ; Thu, 7 Nov 2019 12:15:11 +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 xA7B9qKV007221; Thu, 7 Nov 2019 03:15:10 -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-type; s=pfpt0818; bh=nJbZsZZmKV4e2sXmEF++sfJ28TEpuXEOAMgrW4dKfDE=; b=oW+LmlQHyEx99QBoB4EnopSMtNhfmj9slcbqX3XCjoLTPKEqty1pQotnHg6LDfCtwa3P IFLyeudLzSEp5GTrfYjd2ZnFAi9ysX06fkoiU6BX1tJjUDMJvuPFnA0122Qo4Z6RZppH wEMfx50rAkdeGBl9+/l2PAfnkKhfBQaeKS9Dq/zRT1A+18U3jXkI2CUl53R1YFtcWZmc 3V/W17riqP1aJRBCJ3oRzxNRDerpOvSg8TmdbBNUrM4nqklNU+EeB3/fQ5dvoTFewNw5 DrfE22RdnHlgI6esiMHG/sVl3VDq048pmMRqCPNPd8LybqHKgAHP95l0mxzOz+Q2BQgr cw== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0b-0016f401.pphosted.com with ESMTP id 2w4fq6rhf6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 07 Nov 2019 03:15:10 -0800 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 7 Nov 2019 03:15:08 -0800 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Thu, 7 Nov 2019 03:15:08 -0800 Received: from localhost.localdomain (unknown [10.28.34.200]) by maili.marvell.com (Postfix) with ESMTP id EE5993F7040; Thu, 7 Nov 2019 03:15:04 -0800 (PST) From: Sunil Kumar Kori To: , , , , , , , , John McNamara , "Marko Kovacevic" CC: , Sunil Kumar Kori Date: Thu, 7 Nov 2019 16:44:54 +0530 Message-ID: <20191107111454.17295-3-skori@marvell.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191107111454.17295-1-skori@marvell.com> References: <20191107111454.17295-1-skori@marvell.com> MIME-Version: 1.0 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 3/3] doc: update eventdev feature matrix for octeontx 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 updates eventdev and adapters feature metrices for octeontx platform. Signed-off-by: Sunil Kumar Kori --- doc/guides/eventdevs/features/octeontx.ini | 15 +++++++++++++++ .../eventdevs/overview_adptr_feature_table.txt | 2 +- doc/guides/eventdevs/overview_feature_table.txt | 12 ++++++------ 3 files changed, 22 insertions(+), 7 deletions(-) create mode 100644 doc/guides/eventdevs/features/octeontx.ini diff --git a/doc/guides/eventdevs/features/octeontx.ini b/doc/guides/eventdevs/features/octeontx.ini new file mode 100644 index 000000000..af6700711 --- /dev/null +++ b/doc/guides/eventdevs/features/octeontx.ini @@ -0,0 +1,15 @@ +; +; Supported features of the 'octeontx2' eventdev driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Features] +Event queue priority based scheduling = Y +Event device distributed scheduling = Y +Event device non sequential mode = Y +Event queue all types = Y +Runtime event queue/port linking = Y +Multi queue linking per port = Y + +[Adapter Features] +Rx/Tx on internal port = Y diff --git a/doc/guides/eventdevs/overview_adptr_feature_table.txt b/doc/guides/eventdevs/overview_adptr_feature_table.txt index 11c66eb49..b5715713f 100644 --- a/doc/guides/eventdevs/overview_adptr_feature_table.txt +++ b/doc/guides/eventdevs/overview_adptr_feature_table.txt @@ -70,7 +70,7 @@ x x 2 ================================ = = = = = = = - Rx/Tx on internal port Y + Rx/Tx on internal port Y Y Multiple event queues per ethdev Y Override flow ID ================================ = = = = = = = diff --git a/doc/guides/eventdevs/overview_feature_table.txt b/doc/guides/eventdevs/overview_feature_table.txt index c4d3bd6d4..e48893378 100644 --- a/doc/guides/eventdevs/overview_feature_table.txt +++ b/doc/guides/eventdevs/overview_feature_table.txt @@ -70,13 +70,13 @@ x x 2 ===================================== = = = = = = = - Event queue priority based scheduling Y + Event queue priority based scheduling Y Y Event priority based scheduling - Event device distributed scheduling Y - Event device non sequential mode Y - Event queue all types Y + Event device distributed scheduling Y Y + Event device non sequential mode Y Y + Event queue all types Y Y Burst mode enqueue/dequeue Event port implicit release disable - Runtime event queue/port linking Y - Multi queue linking per port Y + Runtime event queue/port linking Y Y + Multi queue linking per port Y Y ===================================== = = = = = = =