[PATCH v3 5/7] bus: factorize devargs lookup
Thomas Monjalon
thomas at monjalon.net
Tue Apr 14 12:26:18 CEST 2026
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.
More information about the dev
mailing list