You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both talker and listener code is stuck at "mrp_get_domain" function. I am not running daemon_cl as I dont have ptp enabled hardware but I want to understand how streams are created. I have also commented out code releated to igb on simple talker.
The text was updated successfully, but these errors were encountered:
Actually simple_talker tries to register_domain, using "rc = mrp_register_domain(class_a, ctx); " but it is after "mrp_get_domain" which never comes out of the loop as no domains are registered before that.
Both talker and listener code is stuck at "mrp_get_domain" function. I am not running daemon_cl as I dont have ptp enabled hardware but I want to understand how streams are created. I have also commented out code releated to igb on simple talker.
The text was updated successfully, but these errors were encountered: