On Tue, 2010-11-16 at 16:15 -0800, Hefty, Sean wrote:
...
> @@ -2620,6 +2663,12 @@ static void acm_set_options(void)
>       }
>  
>       fclose(f);
> +
> +     if (!(f = fopen("/sys/module/mlx4_core/parameters/block_loopback", 
> "r")))
> +             return;
> +
> +     fscanf(f, "%d", &loopback_prot);
> +     fclose(f);
>  }
>  
>  static void acm_log_options(void)

This seems to introduce an HCA specific dependency.
Isn't ibacm supposed to work with different HCAs?

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to