Hi All,
I have a zynq 7000 board with an 88E6390 switch running linux kernel 6.1.30. The ports 3, 9 and 10 are external ports and another port is connected to zynq mac. port 3 is connected to ptp master. The following tcpdump command shows the announce, sync, follow up and pdelay request from master.
tcpdump -i lan3 ether proto 0x88f7.
When I ran ptp4l on lan3, the lan3 port stops receiving the ptp packets from the master and the tcpdump shows only pdelay requests go from the lan3.
ptp4l -i lan3 -2 -P -l 7 -m -s
Any idea what might be the problem?