On Thu, Oct 19, 2017 at 11:53:45AM -0500, Steve Wise wrote: > > +#define SIW_MAX_IF 12 > > +static int if_cnt; > > +static char *iface_list[SIW_MAX_IF] = {[0 ... (SIW_MAX_IF-1)] = '\0'}; > > +module_param_array(iface_list, charp, &if_cnt, 0444); > > +MODULE_PARM_DESC(iface_list, "Interface list siw attaches to if > > present"); Also, NAK on this. I know this is what rxe does, but we shouldn't have allowed that either. Add a RDMA-netlink thing to manage siw attach/detatch. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html