13/04/2026 21:48, Thomas Monjalon: > 13/04/2026 21:18, Thomas Monjalon: > In the function rte_bus_find_devargs(), there is this comment: > > + /* The name in the devargs is usually prefixed with : */ > + if (strncmp(devargs_name, bus_name, strlen(bus_name)) == 0) > + devargs_name += strlen(bus_name) + 1; > > I think you mean "prefixed with <bus>:".
Actually this is what you wrote but my mail software hides it because of a bug. You can ignore this comment.

