Re: [PATCH] telemetry: lower log level on socket error

2024-06-19 Thread Thomas Monjalon
17/06/2024 16:28, Bruce Richardson: > On Thu, Jun 06, 2024 at 02:26:54PM +0200, David Marchand wrote: > > When starting two DPDK programs using the same DPDK prefix (like for > > example OVS and testpmd, both running as primary processes in > > --in-memory mode), the first DPDK process of the two s

Re: [PATCH] telemetry: lower log level on socket error

2024-06-19 Thread Thomas Monjalon
06/06/2024 15:26, Christian Ehrhardt: > On Thu, Jun 6, 2024 at 2:27 PM David Marchand > wrote: > > > > When starting two DPDK programs using the same DPDK prefix (like for > > example OVS and testpmd, both running as primary processes in > > --in-memory mode), the first DPDK process of the two sp

Re: [PATCH] telemetry: lower log level on socket error

2024-06-17 Thread Stephen Hemminger
On Mon, 17 Jun 2024 15:52:09 +0100 Bruce Richardson wrote: > > > > > > Would it be also worthwhile having the probing process wait a small amount > > > of time or check for an input string before closing the socket? That > > > should > > > avoid the error message being necessary at all for the

Re: [PATCH] telemetry: lower log level on socket error

2024-06-17 Thread Bruce Richardson
On Mon, Jun 17, 2024 at 07:39:43AM -0700, Stephen Hemminger wrote: > On Mon, 17 Jun 2024 15:28:17 +0100 > Bruce Richardson wrote: > > > On Thu, Jun 06, 2024 at 02:26:54PM +0200, David Marchand wrote: > > > When starting two DPDK programs using the same DPDK prefix (like for > > > example OVS and

Re: [PATCH] telemetry: lower log level on socket error

2024-06-17 Thread Stephen Hemminger
On Mon, 17 Jun 2024 15:28:17 +0100 Bruce Richardson wrote: > On Thu, Jun 06, 2024 at 02:26:54PM +0200, David Marchand wrote: > > When starting two DPDK programs using the same DPDK prefix (like for > > example OVS and testpmd, both running as primary processes in > > --in-memory mode), the first

Re: [PATCH] telemetry: lower log level on socket error

2024-06-17 Thread Bruce Richardson
On Thu, Jun 06, 2024 at 02:26:54PM +0200, David Marchand wrote: > When starting two DPDK programs using the same DPDK prefix (like for > example OVS and testpmd, both running as primary processes in > --in-memory mode), the first DPDK process of the two spews some error > log when the second starts

Re: [PATCH] telemetry: lower log level on socket error

2024-06-06 Thread Christian Ehrhardt
On Thu, Jun 6, 2024 at 2:27 PM David Marchand wrote: > > When starting two DPDK programs using the same DPDK prefix (like for > example OVS and testpmd, both running as primary processes in > --in-memory mode), the first DPDK process of the two spews some error > log when the second starts: > > TE

[PATCH] telemetry: lower log level on socket error

2024-06-06 Thread David Marchand
When starting two DPDK programs using the same DPDK prefix (like for example OVS and testpmd, both running as primary processes in --in-memory mode), the first DPDK process of the two spews some error log when the second starts: TELEMETRY: Socket write base info to client failed This is because t