|
@@ -49,9 +49,9 @@ enum {
|
|
|
extern void __buggy_use_of_MLX4_GET(void);
|
|
|
extern void __buggy_use_of_MLX4_PUT(void);
|
|
|
|
|
|
-static bool enable_qos = true;
|
|
|
+static bool enable_qos;
|
|
|
module_param(enable_qos, bool, 0444);
|
|
|
-MODULE_PARM_DESC(enable_qos, "Enable Enhanced QoS support (default: on)");
|
|
|
+MODULE_PARM_DESC(enable_qos, "Enable Enhanced QoS support (default: off)");
|
|
|
|
|
|
#define MLX4_GET(dest, source, offset) \
|
|
|
do { \
|