On Fri, Mar 02, 2018 at 05:22:50PM +0100, Miroslav Lichvar wrote:
> The problem seems to be in ptp4l using multiple interfaces. There was
> a bug in the test that pmc was using a wrong interface. That should be
> fixed now.

Thanks.  Now my CI script gives the series an okay:

        #!/bin/sh
        
        all=`git log --reverse --oneline master.. | awk '{print $1}'`
        
        set -e
        set -x
        
        for x in $all; do
                git checkout $x;
                make -j`nproc`
                (cd ~/git/linuxptp-testsuite && ./run)
        done
 
> For some reason ptp4l responded to both interfaces before the patch #3
> and now it responds only to the correct one. I don't understand why.
> Is there anything related to forwarding management messages between
> interfaces?

No, the forwarding logic isn't changed.  Weird.

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
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to