Re: [dpdk-dev] telemetry logs

2021-03-02 Thread Thomas Monjalon
02/03/2021 12:18, Bruce Richardson: > On Tue, Mar 02, 2021 at 12:01:12PM +0100, Thomas Monjalon wrote: > > 02/03/2021 11:42, Bruce Richardson: > > > On Tue, Mar 02, 2021 at 11:23:41AM +0100, Thomas Monjalon wrote: > > > > 02/03/2021 11:14, Bruce Richardson: > > > > > On Mon, Mar 01, 2021 at 08:22:1

Re: [dpdk-dev] telemetry logs

2021-03-02 Thread Bruce Richardson
On Tue, Mar 02, 2021 at 12:01:12PM +0100, Thomas Monjalon wrote: > 02/03/2021 11:42, Bruce Richardson: > > On Tue, Mar 02, 2021 at 11:23:41AM +0100, Thomas Monjalon wrote: > > > 02/03/2021 11:14, Bruce Richardson: > > > > On Mon, Mar 01, 2021 at 08:22:15PM +0100, Thomas Monjalon wrote: > > > > > Hi

Re: [dpdk-dev] telemetry logs

2021-03-02 Thread Thomas Monjalon
02/03/2021 11:42, Bruce Richardson: > On Tue, Mar 02, 2021 at 11:23:41AM +0100, Thomas Monjalon wrote: > > 02/03/2021 11:14, Bruce Richardson: > > > On Mon, Mar 01, 2021 at 08:22:15PM +0100, Thomas Monjalon wrote: > > > > Hi, > > > > Sorry if I already asked this question. > > > > Would it be possi

Re: [dpdk-dev] telemetry logs

2021-03-02 Thread Bruce Richardson
On Tue, Mar 02, 2021 at 11:23:41AM +0100, Thomas Monjalon wrote: > 02/03/2021 11:14, Bruce Richardson: > > On Mon, Mar 01, 2021 at 08:22:15PM +0100, Thomas Monjalon wrote: > > > Hi, > > > Sorry if I already asked this question. > > > Would it be possible to use rte_log in rte_telemetry > > > instea

Re: [dpdk-dev] telemetry logs

2021-03-02 Thread Thomas Monjalon
02/03/2021 11:14, Bruce Richardson: > On Mon, Mar 01, 2021 at 08:22:15PM +0100, Thomas Monjalon wrote: > > Hi, > > Sorry if I already asked this question. > > Would it be possible to use rte_log in rte_telemetry > > instead of returning telemetry_log_error at init? > > > It probably could be made

Re: [dpdk-dev] telemetry logs

2021-03-02 Thread Bruce Richardson
On Mon, Mar 01, 2021 at 08:22:15PM +0100, Thomas Monjalon wrote: > Hi, > Sorry if I already asked this question. > Would it be possible to use rte_log in rte_telemetry > instead of returning telemetry_log_error at init? > It probably could be made to work by passing in the log function at init tim

[dpdk-dev] telemetry logs

2021-03-01 Thread Thomas Monjalon
Hi, Sorry if I already asked this question. Would it be possible to use rte_log in rte_telemetry instead of returning telemetry_log_error at init?