Message ID | 20220513025357.52275-1-fengchengwen@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | bugfix for ethdev telemetry | expand |
> From: Chengwen Feng [mailto:fengchengwen@huawei.com] > Sent: Friday, 13 May 2022 04.54 > > This patch set contains nine bugfix for ethdev telemetry. > > 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 > > --- Series-acked-by: Morten Brørup <mb@smartsharesystems.com>
On 5/16/22 11:43, Morten Brørup wrote: >> From: Chengwen Feng [mailto:fengchengwen@huawei.com] >> Sent: Friday, 13 May 2022 04.54 >> >> This patch set contains nine bugfix for ethdev telemetry. >> >> 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 >> >> --- > > Series-acked-by: Morten Brørup <mb@smartsharesystems.com> > Series-reviewed-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru> I did some fixes in patches summary and description, please, double-check in next-net. Applied, thanks.