Hi all, here are two small patches to improve the 'add' module parameter for rdma_rxe. The first patch will just return '-EINVAL' if the module parameter is used as a parameter for modprobe; with that we're avoiding a crash during modprobe. The second patch converts the 'add' parameter to accept several interface names separated by a withspace. As usual, comments and reviews are welcome. Hannes Reinecke (2): rxe: do not crash when using module option 'add' rxe: allow several interfaces to be specified for 'add' drivers/infiniband/sw/rxe/rxe.c | 6 ++++ drivers/infiniband/sw/rxe/rxe.h | 2 ++ drivers/infiniband/sw/rxe/rxe_sysfs.c | 66 +++++++++++++++++++++-------------- 3 files changed, 47 insertions(+), 27 deletions(-) -- 2.12.3 -- 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