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 F0251A04B5; Tue, 3 Dec 2019 07:29:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A8EEB37AF; Tue, 3 Dec 2019 07:29:09 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 447FF4C99 for ; Tue, 3 Dec 2019 07:29:08 +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 xB36FgqT013704; Mon, 2 Dec 2019 22:29:07 -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=KShf0DVZt2W4TvZdV8ycdKZtLwzRUoLJGMMMH1sB29U=; b=A45YnGwWfC9wkf+m9BzPqLixRfzT9qADM7BQ8fexmF7XtVsp4U+PAf1u4nB5AlzttP6V ISqm1k6hcCzj5RJ0GAiRlzPfzg6Qwvt0iIeZuMoGZB6jgiJbWYt1sJOus/jsJ1Ark6B8 zNNL7CWX2PY4O8Edn6CW7kNFznwfIM9VSavvKbPK7W3mTxkbsVhMzKKKf/UHImMMsmfu ZzF7pE7LGvWK5S/YV9EB9N6NCsMIUnBzPECPqaCxVD3tN+N6nwWq+LnpXqh0mIjogOaU 4kUW8Ls0Uq7NGGTmOe6Ofd5j9c4710ueCOfzGfQzLz9I/qtIUiZqO+HU5j4vMp00CxIE Cg== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0b-0016f401.pphosted.com with ESMTP id 2wkrtshqft-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 02 Dec 2019 22:29:07 -0800 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 2 Dec 2019 22:29:06 -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.1367.3 via Frontend Transport; Mon, 2 Dec 2019 22:29:06 -0800 Received: from localhost.localdomain (unknown [10.28.34.200]) by maili.marvell.com (Postfix) with ESMTP id C396E3F7043; Mon, 2 Dec 2019 22:29:02 -0800 (PST) From: Sunil Kumar Kori To: , , , , , , , , John McNamara , "Marko Kovacevic" CC: , Sunil Kumar Kori Date: Tue, 3 Dec 2019 11:57:49 +0530 Message-ID: <20191203062749.23319-3-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 Content-Type: text/plain 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 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 --- 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 -- 2.17.1