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 3EE33A055A; Thu, 27 Feb 2020 08:03:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 73C371BFD1; Thu, 27 Feb 2020 08:03:20 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 3E0B71BFCF for ; Thu, 27 Feb 2020 08:03:19 +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 01R70RfR005636; Wed, 26 Feb 2020 23:03:18 -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=1+lvFI4dnlp2GGklM17MfvB/9SSWcqi7kAjXNg4dhxE=; b=KgBtyYBZmYZzit6/wrSbjL4YPytLvt/Xo1WIBabQ3a6AucG9VEO7JyX5cbWYxIiqcpVv gB9557seuMgwtqz+477NekPDYqZt+4b59btmHtTUqBRzBRXSy3bJfw4aRT2Y0ife30Gu x/SorIOqffdn0cEc2/C1DbRrcw+YHfI7g1qrWKGLbWtugLCj+62aO7HeSJ3IOBNonjoI kAyG46MJxrDn1VvbOS3y3pg58Z8kRE3doj7b01tA5Nm5WgnXn2suoRJ9mdueVSl65hpe mX2x+BnM26mRD76HOhfbZ6WL3YbBzF+qHK8H8HfhvZvZ+2MI1a5rxXPxb+lN9q04HD3b 9g== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 2ydchteynd-3 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 26 Feb 2020 23:03:18 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 26 Feb 2020 23:03:16 -0800 Received: from SC-EXCH03.marvell.com (10.93.176.83) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 26 Feb 2020 23:03:15 -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.1497.2 via Frontend Transport; Wed, 26 Feb 2020 23:03:15 -0800 Received: from localhost.localdomain (unknown [10.28.34.200]) by maili.marvell.com (Postfix) with ESMTP id 63CB43F7040; Wed, 26 Feb 2020 23:03:11 -0800 (PST) From: Sunil Kumar Kori To: , , , , , , , , John McNamara , "Marko Kovacevic" CC: , Sunil Kumar Kori Date: Thu, 27 Feb 2020 12:33:00 +0530 Message-ID: <20200227070301.11520-2-skori@marvell.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200227070301.11520-1-skori@marvell.com> References: <20191203062749.23319-1-skori@marvell.com> <20200227070301.11520-1-skori@marvell.com> MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138, 18.0.572 definitions=2020-02-27_01:2020-02-26, 2020-02-27 signatures=0 Subject: [dpdk-dev] [PATCH v4 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 --- v4: - Rebased to 20.02 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 -- 2.17.1