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

2024-01-20 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] [v2]lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-20 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] [v2]lib/telemetry:fix telemetry conns leak in case of socket write fail

2024-01-20 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] mempool: test performance with larger bursts

2024-01-20 Thread Morten Brørup
Bursts of up to 128 packets are not uncommon, so increase the maximum tested get and put burst sizes from 32 to 128. Some applications keep more than 512 objects, so increase the maximum number of kept objects from 512 to 4096. This exceeds the typical mempool cache size of 512 objects, so the tes

[RFC] mbuf: performance optimization

2024-01-20 Thread Morten Brørup
What is the largest realistic value of mbuf->priv_size (the size of an mbuf's application private data area) in any use case? I am wondering if its size could be reduced from 16 to 8 bit. If a max value of 255 isn't enough, then perhaps by knowing that the private data area must be aligned by 8