Re: [PATCH v2 2/2] iWARP Core Changes.

2006-06-07 Thread Tom Tucker
A reference is being taken on an iWARP device that is never getting released. This prevents a participating iWARP netdev device from being unloaded after a connection has been established on the passive side. Search for ip_dev_find below... On Wed, 2006-06-07 at 15:06 -0500, Steve Wise wrote: >

[PATCH v2 2/2] iWARP Core Changes.

2006-06-07 Thread Steve Wise
This patch contains modifications to the existing rdma header files, core files, drivers, and ulp files to support iWARP. Review updates: - copy_addr() -> rdma_copy_addr() - dst_dev_addr param in rdma_copy_addr to const. - various spacing nits with recasting - include linux/inetdevice.h to ge