The IEEE 1588v2.1 standard introduces a new optional feature called
slave event monitoring.  While implementing that, I found a number of
small issues that wanted cleaning up.  This series presents patches
addressing them.

Richard Cochran (11):
  transport: Correct grammar in the doxygen comments.
  udp: Convey transmit path errors to the caller.
  udp6: Convey transmit path errors to the caller.
  uds: Convey transmit path errors to the caller.
  raw: Convey transmit path errors to the caller.
  sk: Convey transmit path errors to the caller.
  port: Convey targeted forwarding errors to the caller.
  util: Mark port identity comparisons as const.
  port: Export the value of the wildcard port identity.
  port: Publish the method for creating signaling messages.
  Reject path trace TLVs with excessive elements.

 port.c           |  6 ++++--
 port.h           |  8 +++++++-
 port_signaling.c |  8 ++++----
 raw.c            |  3 +--
 sk.c             | 14 +++++++-------
 tlv.c            | 22 ++++++++++++++++------
 transport.h      |  6 +++---
 udp.c            |  2 +-
 udp6.c           |  2 +-
 uds.c            |  5 ++---
 util.h           |  3 ++-
 11 files changed, 48 insertions(+), 31 deletions(-)

-- 
2.20.1



_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to