From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DF3D5A0C4C; Tue, 23 Nov 2021 12:08:35 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE8B64114B; Tue, 23 Nov 2021 12:08:15 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 5F10B41141 for ; Tue, 23 Nov 2021 12:08:15 +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 1AN76pkr009911; Tue, 23 Nov 2021 03:08:14 -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=54wnpy28kTS1heVeDhQh12E4Medy9kmFE5YaVyxYm5g=; b=SWCOcwjPwvBcEk7g17dI5/6AFmZ6umk0owtX5AuNSkdkK1GX5Hlg60+IpIl1OIRuArKs dZPIB+5ioeEmOK+jqKeMPfQuJPxI679d+NraGrMKA4aMW7BjTliFGrgc7nFphqPGVCct mts0hoAcLOLqr/4yxsI2Hp7QgFpSwyIUtxOkfl5IMS3V4lbmdQIE4k8YEDixUifHtCSS EMp3EQUe7OfjlAgB8F+PZ10RQb71iD8yR2DgJlLcYN6GqEZrL5xx1diLZSeTN8rimdUe fbm8rOZwpNnCD5gIV/8xiQq3V//OGwod6MSMeXskmQGVVm0/nl/Fo4HTzN+w1SzeC2Nc +Q== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cgumj9166-3 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 23 Nov 2021 03:08:14 -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; Tue, 23 Nov 2021 03:08:12 -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; Tue, 23 Nov 2021 03:08:12 -0800 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id E52F53F7081; Tue, 23 Nov 2021 03:08:09 -0800 (PST) From: To: , , , , , , , CC: , Sunil Kumar Kori Subject: [PATCH v8 08/10] doc: update eventdev feature matrix for opdl Date: Tue, 23 Nov 2021 16:37:41 +0530 Message-ID: <20211123110743.2002557-8-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211123110743.2002557-1-skori@marvell.com> References: <20211122075414.1834651-1-skori@marvell.com> <20211123110743.2002557-1-skori@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: mXHPdROGvyytlaGY7DIuGEhPUQX27Jee X-Proofpoint-ORIG-GUID: mXHPdROGvyytlaGY7DIuGEhPUQX27Jee 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-23_04,2021-11-23_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 --- v8: - Fix script dump for dsw and SW driver - Review comments incorporated v7: - Rebased to 21.11 rc3 - Fix Tx adapter capabilities for SW driver v6: - Rebased to 21.11 rc2 - Added feature matrices for all supported drivers - Added doc vs code check script v5: - Rebased to 21.11 - Added feature matrix for cnxk. v4: - Rebased to 20.02 v3: - Removed .txt files to generate tables. - Use conf.py script to generate tables. - Add .ini file for all supported PMDs. v2: - Review comments incorporated doc/guides/eventdevs/features/opdl.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/eventdevs/features/opdl.ini b/doc/guides/eventdevs/features/opdl.ini index 73922ca79f..5cc35d3c77 100644 --- a/doc/guides/eventdevs/features/opdl.ini +++ b/doc/guides/eventdevs/features/opdl.ini @@ -4,11 +4,15 @@ ; Refer to default.ini for the full list of available PMD features. ; [Scheduling Features] +burst_mode = Y +carry_flow_id = Y +maintenance_free = Y [Eth Rx adapter Features] [Eth Tx adapter Features] [Crypto adapter Features] +session_private_data = Y [Timer adapter Features] -- 2.25.1