On Mon, Jun 25, 2018 at 05:06:49PM +0200, Michael Walle wrote: > Since commit 7fe69e7ba0c3bdce88d3a89d5ed43d0b382ef022 management > messages are dropped in some cases because the tlv_count isn't 1. > Further analysis shows that this is the case when the message is > forwarded in clock_forward_mgmt_msg(). This is because msg_post_recv() > will append TLVs and - in the forwarding case - there is already one TLV > in the list, which results in tlv_count being 2 and thus dropped in > subsequent code.
Why not simply delete msg.tlv_count altogether? That field doesn't serve a useful purpose any more. Thanks, Richard ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Linuxptp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxptp-devel
