Commits
Ivan Khoronzhuk committed 46eca1edc8f
ethernet: ti: am65-cpts: fix tx ptp timestamp lost Don't interrupt event retrieve loop if timestamp event is matched. It makes the loop to drop not handled events at next time the workqueue is scheduled, as 20ms is often not enough between 2-3 workqueue schedules. After verification it was found that events are dropped even after 2 ptp packets (1440 bytes each) sent just one by one with 1Gb link. Fixes: b533ab155cc81a ("net: ethernet: ti: introduce am654 common platform time sync driver") Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>