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 90C33A050B; Sat, 16 Apr 2022 03:13:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57EE140E25; Sat, 16 Apr 2022 03:13:39 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id DD8C840042 for ; Sat, 16 Apr 2022 03:13:35 +0200 (CEST) Received: from dggpeml500024.china.huawei.com (unknown [172.30.72.57]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4KgFZN2g8PzYXMQ; Sat, 16 Apr 2022 09:13:32 +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.24; Sat, 16 Apr 2022 09:13:33 +0800 From: Chengwen Feng To: , , , , , , CC: Subject: [PATCH 0/3] bugfix for ethdev telemetry Date: Sat, 16 Apr 2022 09:07:44 +0800 Message-ID: <20220416010747.40714-1-fengchengwen@huawei.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain 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 patch set contains three bugfix patch for ethdev telemetry. Chengwen Feng (3): ethdev: fix telemetry xstats return null with some PMDs ethdev: fix memory leak when telemetry xstats net/cnxk: fix telemetry possible null pointer access drivers/net/cnxk/cnxk_ethdev_telemetry.c | 2 ++ lib/ethdev/rte_ethdev.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) -- 2.33.0