Re: [dpdk-dev] [PATCH] eventdev: support telemetry with xstats info

2020-09-17 Thread Chen, Mike Ximing
Hi Ciara, Thanks for identifying the issue. For some reasons, the problem did not show up in my previous tests with telemetry and eventdev. I will fix the bug as we discussed and upload a v2 patch. Best Regards, Mike -Original Message- From: Power, Ciara Sent: Thursday, September 17

Re: [dpdk-dev] [PATCH] eventdev: support telemetry with xstats info

2020-09-17 Thread Power, Ciara
Hi Mike, See comment inline. Asides from that comment, overall the change looks good from a Telemetry usage point of view, in my opinion. Thanks, Ciara >-Original Message- >From: Chen, Mike Ximing >Sent: Wednesday 9 September 2020 21:55 >To: Jerin Jacob >Cc: dev@dpdk.org; Eads, Gage

[dpdk-dev] [PATCH] eventdev: support telemetry with xstats info

2020-09-09 Thread Chen, Mike Ximing
The telemetry library is connected with eventdev xstats and port link info. The following new telemetry commands are added: /eventdev/dev_list /eventdev/port_list,DevID /eventdev/queue_list,DevID /eventdev/dev_xstats,DevID /eventdev/port_xstats,DevID,PortID /eventdev/queue_xstats,DevID,PortID /eve