From patchwork Thu Feb 27 07:03:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sunil Kumar Kori X-Patchwork-Id: 66086 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 8A469A055A; Thu, 27 Feb 2020 08:03:34 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DF15E1BFE0; Thu, 27 Feb 2020 08:03:23 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id BE9351BFDB for ; Thu, 27 Feb 2020 08:03:21 +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 01R70YLt005824; Wed, 26 Feb 2020 23:03:21 -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=alpSxgmKmd011tfT1fizZwkG0L18RWjKK0pErSWnTcs=; b=UrWX4EzYnNtmojR2zYO6WrsWsRmHkWYIw4GuqNfOmqXxB1VZh1c0/MdDLxBLGN5ywwR4 nGsHrig3wXiqodHt4p4EForyUzf6ZtJnwIc60NnclQwIl1xRmzZO/avLi6YVzfgDscGq iBQ71tLbDN0ieKDwJ6k68FY423TDdLO7uQsDm4UBvqvHyEw8/MKwcdE2qCeYUVEfmnQL N5LDjIS0s2+AH4UkDDhRLoijSBa2p99D7S9fgaS82Uf60GAnMt9CgIa9rlCiqrLa/uQP ptxiNc0n10ut+BRGIhTw7P/4jbxYIhtaS8PRp5an+PKSeq6N+87ZLyq93cTz92UWhTBo aA== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0b-0016f401.pphosted.com with ESMTP id 2ydchteynw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 26 Feb 2020 23:03:21 -0800 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 26 Feb 2020 23:03:19 -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.1497.2 via Frontend Transport; Wed, 26 Feb 2020 23:03:19 -0800 Received: from localhost.localdomain (unknown [10.28.34.200]) by maili.marvell.com (Postfix) with ESMTP id A78AA3F704C; Wed, 26 Feb 2020 23:03:15 -0800 (PST) From: Sunil Kumar Kori To: , , , , , , , , John McNamara , "Marko Kovacevic" CC: , Sunil Kumar Kori Date: Thu, 27 Feb 2020 12:33:01 +0530 Message-ID: <20200227070301.11520-3-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 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 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 matrices for octeontx 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/octeontx.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/eventdevs/features/octeontx.ini b/doc/guides/eventdevs/features/octeontx.ini index d1b1fe6d6..a116e7998 100644 --- a/doc/guides/eventdevs/features/octeontx.ini +++ b/doc/guides/eventdevs/features/octeontx.ini @@ -4,5 +4,13 @@ ; 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 +Timer adapter support in H/W = Y