> +config INFINIBAND_QLGC_VNIC_DEBUG
 > +    bool "QLogic VNIC Verbose debugging"
 > +    depends on INFINIBAND_QLGC_VNIC
 > +    default n
 > +    ---help---
 > +      This option causes verbose debugging code to be compiled
 > +      into the QLogic VNIC driver.  The output can be turned on via the
 > +      vnic_debug module parameter.

If you have runtime control of this, I suggest making it default to on,
like mthca does with:

        config INFINIBAND_MTHCA_DEBUG
                bool "Verbose debugging output" if EMBEDDED
                depends on INFINIBAND_MTHCA
                default y

otherwise distros will leave the option off and it becomes a pain to
debug problems because you force users to do compiles.
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to