Re: [rhel5-branch] infiniband: some drivers imply other drivers (#660684).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +void mlCustomLoads(moduleList modLoaded, moduleDeps modDeps,
> +                   moduleInfoSet modInfo)
> +{
> +    if (mlModuleInList("mlx4_core", modLoaded)) {
> +        logMessage(INFO, "modules: mlx4_core present, loading mlx4_en and mlx4_ib");
> +        mlLoadModuleSet("mlx4_en", modLoaded, modDeps, modInfo);
> +        mlLoadModuleSet("mlx4_ib", modLoaded, modDeps, modInfo);

These two could be condensed into one function call:

   mlLoadModuleSet("mlx4_en:mlx4_ib", modLoaded, modDeps, modInfo);

- Chris

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux