Re: [dpdk-dev] No telemetry legacy support print

2020-05-22 Thread Power, Ciara
>-Original Message- >From: David Marchand >Sent: Friday 22 May 2020 08:47 >To: Jerin Kollanukkaran ; Richardson, Bruce >; Power, Ciara >Cc: Wiles, Keith ; Thomas Monjalon >; dpdk-dev >Subject: Re: No telemetry legacy support print > >On Fri, May 22, 2020 at 9:15 AM Jerin Kollanukkaran

Re: [dpdk-dev] No telemetry legacy support print

2020-05-22 Thread Thomas Monjalon
22/05/2020 09:47, David Marchand: > On Fri, May 22, 2020 at 9:15 AM Jerin Kollanukkaran > wrote: > > > > "No telemetry legacy support " prints pops up on all the default dpdk > > applications now. > > Is it worth to print? Since it using direct 'printf', we cannot even > > disable through dynam

Re: [dpdk-dev] No telemetry legacy support print

2020-05-22 Thread David Marchand
On Fri, May 22, 2020 at 9:15 AM Jerin Kollanukkaran wrote: > > "No telemetry legacy support " prints pops up on all the default dpdk > applications now. > Is it worth to print? Since it using direct 'printf', we cannot even disable > through dynamic logging. > Is possible to remove that print at

[dpdk-dev] No telemetry legacy support print

2020-05-22 Thread Jerin Kollanukkaran
"No telemetry legacy support " prints pops up on all the default dpdk applications now. Is it worth to print? Since it using direct 'printf', we cannot even disable through dynamic logging. Is possible to remove that print at least, if non legacy telemetry init is successful. Thoughts?