Re: [dpdk-dev] [PATCH 04/11] telemetry: add parser for client socket messages

2018-08-30 Thread Gaƫtan Rivet
Hi, On Thu, Aug 23, 2018 at 01:08:06PM +0100, Ciara Power wrote: > This patch adds the parser file. This is used to parse any > messages that are received on any of the client sockets. > > Currently, the unregister functionality works using the parser. > Functionality relating to getting statisti

[dpdk-dev] [PATCH 04/11] telemetry: add parser for client socket messages

2018-08-23 Thread Ciara Power
This patch adds the parser file. This is used to parse any messages that are received on any of the client sockets. Currently, the unregister functionality works using the parser. Functionality relating to getting statistic values for certain ports will be added in a subsequent patch, however the