Re: [PATCH 04/14] SIWv2: Module initialization: siw_main.c

2011-07-08 Thread Bernard Metzler
Steve, Thanks for the reply. Sounds good, I completely agree with your suggestions. Many thanks, Bernard. Steve Wise sw...@opengridcomputing.com wrote on 07/07/2011 04:04:05 PM: On 06/30/2011 11:23 AM, Bernard Metzler wrote: Good point. I moved the three attributes to debugfs which looks

Re: [PATCH 04/14] SIWv2: Module initialization: siw_main.c

2011-07-07 Thread Steve Wise
On 06/30/2011 11:23 AM, Bernard Metzler wrote: Good point. I moved the three attributes to debugfs which looks much more appropriate. I also re-structured module initialization/device registration: The siw module now registers with the netdevice subsystem (register_netdevice_notifier()) to

Re: [PATCH 04/14] SIWv2: Module initialization: siw_main.c

2011-06-30 Thread Bernard Metzler
Good point. I moved the three attributes to debugfs which looks much more appropriate. I also re-structured module initialization/device registration: The siw module now registers with the netdevice subsystem (register_netdevice_notifier()) to catch NETDEV_xx events, which now also handles device

Re: [PATCH 04/14] SIWv2: Module initialization: siw_main.c

2011-06-18 Thread Bart Van Assche
On Thu, Jun 16, 2011 at 2:42 PM, Bernard Metzler b...@zurich.ibm.com wrote: ---  drivers/infiniband/hw/siw/siw_main.c |  603 ++  1 files changed, 603 insertions(+), 0 deletions(-)  create mode 100644 drivers/infiniband/hw/siw/siw_main.c diff --git

[PATCH 04/14] SIWv2: Module initialization: siw_main.c

2011-06-16 Thread Bernard Metzler
--- drivers/infiniband/hw/siw/siw_main.c | 603 ++ 1 files changed, 603 insertions(+), 0 deletions(-) create mode 100644 drivers/infiniband/hw/siw/siw_main.c diff --git a/drivers/infiniband/hw/siw/siw_main.c b/drivers/infiniband/hw/siw/siw_main.c new file mode