From patchwork Tue Dec 3 06:27:48 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: 63512 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 249A3A04B5; Tue, 3 Dec 2019 07:29:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E60B358C4; Tue, 3 Dec 2019 07:29:03 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 7F450235 for ; Tue, 3 Dec 2019 07:29: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 xB36GcOV031832; Mon, 2 Dec 2019 22:29:01 -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=cAOKpwoa3BIYpk1SxmJGQuorTKcJYm6Im4hwCuWVcZQ=; b=e0R1wfxzf9ZpoJ3nu1FAHSZD4LICP5aar5Ih4tkrMqwgL+KFtLsF7Q1E+z5QHn06XKiZ JooNcG6WGkqUtN3+gUyDtIrXrIp7LnQUX9vup7sn41sOc0jglip3XQzzdAlaJSomPeq+ VWn4x9Q0UGqsWPpRNwuHNzI14YHe0BH3LJxldnR+CBHA+tNJPvhYwMu3R17YAn7zF8bC +aUm3yf018OS9Dbsx1GRe+4wmXhuXVO6+cGVQqVvfSjLifJQBODJbBQ6+JBsyBQSxbJD 96Ij9w2oiNrAjRIYkZiRZ0rCP/4acUjvmMHa4GFi1YNkqB06uJCXShTL3YmjkBpoG4xB wA== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 2wkpnwaa56-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 02 Dec 2019 22:29:01 -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; Mon, 2 Dec 2019 22:29:00 -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; Mon, 2 Dec 2019 22:29:00 -0800 Received: from localhost.localdomain (unknown [10.28.34.200]) by maili.marvell.com (Postfix) with ESMTP id 740DD3F703F; Mon, 2 Dec 2019 22:28:57 -0800 (PST) From: Sunil Kumar Kori To: , , , , , , , , John McNamara , "Marko Kovacevic" CC: , Sunil Kumar Kori Date: Tue, 3 Dec 2019 11:57:48 +0530 Message-ID: <20191203062749.23319-2-skori@marvell.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191203062749.23319-1-skori@marvell.com> References: <20191121074452.2291-1-skori@marvell.com> <20191203062749.23319-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-12-03_01:2019-11-29,2019-12-03 signatures=0 Subject: [dpdk-dev] [PATCH v3 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 matrices for octeontx2 platform. Signed-off-by: Sunil Kumar Kori --- v3: - Removed .txt files to generate tables. v2: - Review comments incorporated doc/guides/eventdevs/features/octeontx2.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/eventdevs/features/octeontx2.ini b/doc/guides/eventdevs/features/octeontx2.ini index 96f1af0dc..4c50b2125 100644 --- a/doc/guides/eventdevs/features/octeontx2.ini +++ b/doc/guides/eventdevs/features/octeontx2.ini @@ -4,5 +4,14 @@ ; 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] +Eth Rx/Tx adapter on internal port = Y +Multiple event queues per ethdev = Y +Timer adapter support in H/W = Y