Avnu / OpenAvnu

OpenAvnu - an Avnu sponsored repository for Time Sensitive Network (TSN and AVB) technology
462 stars 289 forks source link

Who creates the domain? #927

Open hardikshah0304 opened 1 year ago

hardikshah0304 commented 1 year ago

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.

hardikshah0304 commented 1 year ago

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.