Ответ: Ответ: MODPROBE: next generation

Vladimir Dronnikov dronnikov at gmail.com
Sun Jul 6 11:31:59 UTC 2008


Exactly. And the use of fnmatch() is definitely required, or we loose
many modules, particularly PCI.

--
Vladimir


2008/7/6, Denys Vlasenko <vda.linux at googlemail.com>:
> On Sunday 06 July 2008 09:38, Vladimir Dronnikov wrote:
>> Understood. Well done!
>>
>> The only spiky edge I see in the following. At system startup when
>> udevtrigger is called (or another technique of populating /dev is
>> used) a lot of modprobes is called in parallel and they all have no
>> plain module name specified. So they all need to go the most
>> time-consuming branch of code: to read and parse on average the half
>> of all modules. And the gain can be microscopic considering the growth
>> in size.
>
> Are you saying they are called with module specified by alias?
> --
> vda
>



More information about the busybox mailing list