Re: [openib-general] Re: [PATCH] SDP: use linux/list.h for binds

2005-08-01 Thread Tom Duffy
On Tue, 2005-07-19 at 16:29 -0700, Libor Michalek wrote: > > > Thanks. I've applied the patch since it's better then what was there. > > > However, the longer term solution needs to use a full hash table, the > > > linear list is problematic when there are a lot of connections, and each > > > po

[openib-general] Re: [PATCH] SDP: use linux/list.h for binds

2005-07-19 Thread Libor Michalek
On Wed, Jul 20, 2005 at 02:09:23AM +0300, Michael S. Tsirkin wrote: > Quoting r. Libor Michalek <[EMAIL PROTECTED]>: > > Subject: Re: [PATCH] SDP: use linux/list.h for binds > > > > On Thu, Jul 14, 2005 at 11:34:06AM -0700, Tom Duffy wrote: > > > This patch replaces the null terminated linked list

[openib-general] Re: [PATCH] SDP: use linux/list.h for binds

2005-07-19 Thread Michael S. Tsirkin
Quoting r. Libor Michalek <[EMAIL PROTECTED]>: > Subject: Re: [PATCH] SDP: use linux/list.h for binds > > On Thu, Jul 14, 2005 at 11:34:06AM -0700, Tom Duffy wrote: > > This patch replaces the null terminated linked list for connections > > bound to a port and instead uses the list.h library from