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 1466FA0C43; Fri, 22 Oct 2021 09:49:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 967444116C; Fri, 22 Oct 2021 09:49:04 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 6379641149 for ; Fri, 22 Oct 2021 09:49:02 +0200 (CEST) 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 SMTP id 19M5rUN2016944; Fri, 22 Oct 2021 00:49:01 -0700 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=TtATYSXIhBf/tIUZYNyIROqll7YE+4Dlwcsjl1M5Xt0=; b=d3b5RuCZ5rsKpEzym+nS393DpCG0FHSalyKkBQ/sYCi7ma0Tfkdv3i/d6KuXhkrZlSwI Yz7N8ysm7lQu+UNK1Sf2wRujbzTHIM4cvi/57QQ/JIJCi2+4p498OC87xTuj9gPUGYx4 511WyBUzWdYXUALdtY9+Oq1LjdiB8BsmiokE9bfYotuRcl1wKLNDrWDPQStqzwfFCRKg hol0PjAEsES6BLC31abqxw21h84K+NqxjDkWGlmR66D5wtJ9suwDKZ8z9NswClKA6ohd 8d6S06gB0e7bgMI7JrTuP5Qijr/9d077O+YWLbXrp+8FbK7ztWTQflTW1IvvG4AhJSU6 cg== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com with ESMTP id 3bueuyte2k-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 22 Oct 2021 00:49:01 -0700 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; Fri, 22 Oct 2021 00:49:00 -0700 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; Fri, 22 Oct 2021 00:49:00 -0700 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 2813F3F705F; Fri, 22 Oct 2021 00:48:56 -0700 (PDT) From: To: , , , , , , , CC: , Sunil Kumar Kori Date: Fri, 22 Oct 2021 13:18:43 +0530 Message-ID: <20211022074843.907766-4-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211022074843.907766-1-skori@marvell.com> References: <20200227070301.11520-1-skori@marvell.com> <20211022074843.907766-1-skori@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: WQ8QHvCXuhjLS_578KDMvNgFwHphzvqK X-Proofpoint-GUID: WQ8QHvCXuhjLS_578KDMvNgFwHphzvqK X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.182.1,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-10-22_02,2021-10-21_02,2020-04-07_01 Subject: [dpdk-dev] [PATCH v5 4/4] doc: update eventdev feature matrix for cnxk 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 Sender: "dev" From: Sunil Kumar Kori Patch updates eventdev and adapters feature matrices for cnxk platform. Signed-off-by: Sunil Kumar Kori --- 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/cnxk.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/eventdevs/features/cnxk.ini b/doc/guides/eventdevs/features/cnxk.ini index a461966d69..76ade8fce8 100644 --- a/doc/guides/eventdevs/features/cnxk.ini +++ b/doc/guides/eventdevs/features/cnxk.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.25.1