Re: [PATCH] telemetry: fix potential connection issue

2024-07-07 Thread Thomas Monjalon
26/06/2024 04:13, Jiale, SongX: > From: Zhichao Zeng > > > > For calling memcpy when the source and destination addresses are the same, > > there is a small probability that there will be a copy error issue in some > > environments, resulting in a failure to connect. > > > > This patch uses memm

RE: [PATCH] telemetry: fix potential connection issue

2024-06-25 Thread Jiale, SongX
> -Original Message- > From: Zhichao Zeng > Sent: Friday, June 21, 2024 10:41 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zeng, ZhichaoX ; > Richardson, Bruce ; Wiles, Keith > ; Ciara Power > Subject: [PATCH] telemetry: fix potential connection issue > &g

[PATCH] telemetry: fix potential connection issue

2024-06-20 Thread Zhichao Zeng
For calling memcpy when the source and destination addresses are the same, there is a small probability that there will be a copy error issue in some environments, resulting in a failure to connect. This patch uses memmove instead of memcpy to avoid this issue. Fixes: b80fe1805eee ("telemetry: in