From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@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 <dev@dpdk.org>; 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: <skori@marvell.com>
To: <jerinj@marvell.com>, <nikhil.rao@intel.com>, <pbhagavatula@marvell.com>, 
 <hemant.agrawal@nxp.com>, <nipun.gupta@nxp.com>,
 <harry.van.haaren@intel.com>, <mattias.ronnblom@ericsson.com>,
 <liang.j.ma@intel.com>
CC: <dev@dpdk.org>, Sunil Kumar Kori <skori@marvell.com>
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
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

From: Sunil Kumar Kori <skori@marvell.com>

Patch updates eventdev and adapters feature matrices for
dpaa platform.

Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
---
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]
-- 
2.25.1