Ricardo Martinez writes:
Can i change the lcr_has_size from the configuration
file with the
parameter?
modparam("lcr", "lcr_hash_size", 1024)
yes, you can do that.
Another thing.
Looking at the lcr_mod.c file there is a parameter called MAX_NO_OF_GWS
defined as follows :
#define MAX_NO_OF_GWS 128
Can I increase this value too? Maybe 256 ?
yes, you can increase that too, but there is no config variable for it.
so you need to recompile the module.
-- juha