From patchwork Tue Sep 13 07:13:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: fengchengwen X-Patchwork-Id: 116234 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 340C0A00C3; Tue, 13 Sep 2022 09:19:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 240A140156; Tue, 13 Sep 2022 09:19:55 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 3FEE240151 for ; Tue, 13 Sep 2022 09:19:53 +0200 (CEST) Received: from dggpeml500024.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4MRZVX2yxBzNm8L; Tue, 13 Sep 2022 15:15:16 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by dggpeml500024.china.huawei.com (7.185.36.10) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 13 Sep 2022 15:19:51 +0800 From: Chengwen Feng To: , , , , , , , , CC: Subject: [PATCH v4 0/4] support telemetry dump dev Date: Tue, 13 Sep 2022 07:13:40 +0000 Message-ID: <20220913071344.38612-1-fengchengwen@huawei.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220615073915.14041-1-fengchengwen@huawei.com> References: <20220615073915.14041-1-fengchengwen@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.67.165.24] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggpeml500024.china.huawei.com (7.185.36.10) X-CFilter-Loop: Reflected 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 This patchset contains four patch which support telemetry dump dmadev/eventdev/rawdev/ethdev. --- v4: * fix compile fail with windows platform due to no fmemopen API. v3: * rebase on [PATCH v3 00/13] telemetry JSON escaping and other enhancements v2: * Address Morten and Bruce's comments. Depends-on: series-116128 ("[PATCH v3 00/13] telemetry JSON escaping and other enhancements") Chengwen Feng (4): dmadev: support telemetry dump dmadev eventdev: support telemetry dump eventdev rawdev: support telemetry dump rawdev ethdev: support telemetry private dump lib/dmadev/rte_dmadev.c | 43 +++++++++++++++++++++++++++++++++ lib/ethdev/rte_ethdev.c | 47 +++++++++++++++++++++++++++++++++++++ lib/eventdev/rte_eventdev.c | 43 +++++++++++++++++++++++++++++++++ lib/rawdev/rte_rawdev.c | 42 +++++++++++++++++++++++++++++++++ 4 files changed, 175 insertions(+)