Re: 回复: [PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-22 Thread Bruce Richardson
; "<1819846...@qq.com>; > ��: "dev"; "ciara.power"; "Bruce >Richardson"; >: Re: [PATCH] lib/telemetry:fix telemetry conns leak in case of socket >write fail > >Hello, >On Fri, Jan 19, 2024 at 12:40�6�2PM sunshaowei01

?????? [PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-19 Thread 1819846787
I have modified my  commitlog and resubmitted the patch, but I seem to have forgotten to add a [v2] flag to the patch. Do I need to resubmit the patch again? --  -- ??: "David Marchand"https://doc.dpdk.org/guides/contributing/patches.html#patch-fix-

[PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-19 Thread Shaowei Sun
Telemetry can only create 10 conns by default, each of which is processed by a thread. When a thread fails to write using socket, the thread will end directly without reducing the total number of conns. This will result in the machine running for a long time, and if there are 10 failures, the tel

[PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-19 Thread sunshaowei01
Telemetry can only create 10 conns by default, each of which is processed by a thread. When a thread fails to write using socket, the thread will end directly without reducing the total number of conns. This will result in the machine running for a long time, and if there are 10 failures, the tel

Re: [PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-19 Thread David Marchand
Hello, On Fri, Jan 19, 2024 at 12:40 PM sunshaowei01 <1819846...@qq.com> wrote: > > Telemetry can only create 10 conns by default, each of which is processed > by a thread. > > When a thread fails to write using socket, the thread will end directly > without reducing the total number of conns. > >

RE: [PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-19 Thread Power, Ciara
> -Original Message- > From: sunshaowei01 <1819846...@qq.com> > Sent: Friday, January 19, 2024 11:40 AM > To: dev@dpdk.org > Cc: Power, Ciara > Subject: [PATCH] lib/telemetry:fix telemetry conns leak in case of socket > write > fail > > Telemetry

Re: [PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-19 Thread Bruce Richardson
On Fri, Jan 19, 2024 at 07:40:00PM +0800, sunshaowei01 wrote: > Telemetry can only create 10 conns by default, each of which is processed > by a thread. > > When a thread fails to write using socket, the thread will end directly > without reducing the total number of conns. > > This will result i

[PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-19 Thread sunshaowei01
Telemetry can only create 10 conns by default, each of which is processed by a thread. When a thread fails to write using socket, the thread will end directly without reducing the total number of conns. This will result in the machine running for a long time, and if there are 10 failures, the tel