> -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:59 AM > To: [email protected] > Cc: Van Haaren, Harry <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; Richardson, Bruce > <[email protected]>; Ciara Power <[email protected]>; Brian > Archbold <[email protected]>; Laatz, Kevin <[email protected]> > Subject: [PATCH v4 06/13] telemetry: add parser for client socket messages > > From: Ciara Power <[email protected]> > > 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 parsing involved > for that command is added in this patch. > > Some of the parser code included is in preparation for future > functionality, that is not implemented yet in this patchset. > > Signed-off-by: Ciara Power <[email protected]> > Signed-off-by: Brian Archbold <[email protected]> > Signed-off-by: Kevin Laatz <[email protected]> > ---
Acked-by: Harry van Haaren <[email protected]>

