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 6CE33A00BE; Mon, 16 May 2022 10:44:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D1D140A7A; Mon, 16 May 2022 10:44:01 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id A36FB40A79 for ; Mon, 16 May 2022 10:43:59 +0200 (CEST) Content-class: urn:content-classes:message Subject: RE: [PATCH v4 0/9] bugfix for ethdev telemetry MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 16 May 2022 10:43:56 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D87074@smartserver.smartshare.dk> In-Reply-To: <20220513025357.52275-1-fengchengwen@huawei.com> X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-TNEF-Correlator: Thread-Topic: [PATCH v4 0/9] bugfix for ethdev telemetry Thread-Index: AdhmdYd/tWbKpgOURHO5KXppqiNh5QCi2lTA References: <20220416010747.40714-1-fengchengwen@huawei.com> <20220513025357.52275-1-fengchengwen@huawei.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Chengwen Feng" , , , , , , , Cc: , 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 > From: Chengwen Feng [mailto:fengchengwen@huawei.com] > Sent: Friday, 13 May 2022 04.54 >=20 > This patch set contains nine bugfix for ethdev telemetry. >=20 > Chengwen Feng (9): > ethdev: specify return value of xstats-get API > ethdev: optimize xstats-get API's implementation > net/hns3: adjust return value of xstats-get ops > net/ipn3ke: adjust return value of xstats-get ops > net/mvpp2: adjust return value of xstats-get ops > net/axgbe: adjust return value of xstats-get ops > ethdev: fix memory leak when telemetry xstats > ethdev: fix possible null pointer access > net/cnxk: fix telemetry possible null pointer access >=20 > --- Series-acked-by: Morten Br=F8rup