Jack Morgenstein wrote:
I assume you mean "disabled".

Uhm.. yes - that's what I meant.

Looks like setting cache_timeout to zero as the default is good enough:
in sa_db_init(), cache_timeout remains 0 when translated to jiffies, resulting in paths_per_dest being set to zero as well.

Therefore, in the patch, I can replace line:
    static unsigned long cache_timeout = 15 * 60 * 1000; /* 15 min */
with
    static unsigned long cache_timeout;

Is this correct?

Correct.

- Sean
_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

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

Reply via email to