Re: [openib-general] [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver handling

2007-01-11 Thread Steve Wise
Applied. Thanks, Steve. ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Re: [openib-general] [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver handling

2007-01-11 Thread Roland Dreier
OK, I pushed it out so it should be there pending mirroring delays... ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-gene

Re: [openib-general] [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver handling

2007-01-11 Thread Steve Wise
On Thu, 2007-01-11 at 07:18 -0800, Roland Dreier wrote: > > BTW, you can now drop d5b9ab3d7009b77ee45e98827e803205d322ce7d > > since latest version of chelsio driver does not need to pass driver data > > in req notify cq anymore. > > Good point -- I'll revert that since the kernel side doesn't

Re: [openib-general] [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver handling

2007-01-11 Thread Roland Dreier
> BTW, you can now drop d5b9ab3d7009b77ee45e98827e803205d322ce7d > since latest version of chelsio driver does not need to pass driver data > in req notify cq anymore. Good point -- I'll revert that since the kernel side doesn't work anyway. ___ open

Re: [openib-general] [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver handling

2007-01-11 Thread Steve Wise
On Thu, 2007-01-11 at 09:04 +0200, Michael S. Tsirkin wrote: > > Subject: Re: [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs > > driver handling > > > > > So libibverbs 1.1 will be part of ofed 1.2? > > > > That's the goal, and I guess you're counting on it for libcxg3 > > BTW, y

Re: [openib-general] [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver handling

2007-01-10 Thread Or Gerlitz
Michael S. Tsirkin wrote: >> > So libibverbs 1.1 will be part of ofed 1.2? >> That's the goal, and I guess you're counting on it for libcxg3 > I guess this means libcxg3 can be made to work with libibverbs 1.0 if > desired. Just a reminder for the importance of including libibverbs 1.1 in

Re: [openib-general] [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver handling

2007-01-10 Thread Michael S. Tsirkin
> Subject: Re: [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver > handling > > > So libibverbs 1.1 will be part of ofed 1.2? > > That's the goal, and I guess you're counting on it for libcxg3 BTW, you can now drop d5b9ab3d7009b77ee45e98827e803205d322ce7d since latest version

Re: [openib-general] [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver handling

2007-01-10 Thread Roland Dreier
> So libibverbs 1.1 will be part of ofed 1.2? That's the goal, and I guess you're counting on it for libcxg3 I hope I can get to a good point to freeze things again for a while, although I think I'll probably drop memory windows at least and possibly the reregister MR operation too. - R. _

[openib-general] [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver handling

2007-01-10 Thread Roland Dreier
The latest libibverbs development tree changes how low-level drivers are found. The driver must be in a shared object like libcxgb3-rdmav2.so in the ordinary library path, rather than infiniband/cxgb3.so as for libibverbs 1.0. In addition, the driver must call ibv_register_driver() to pass its en

Re: [openib-general] [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver handling

2007-01-10 Thread Steve Wise
So libibverbs 1.1 will be part of ofed 1.2? On Wed, 2007-01-10 at 14:12 -0800, Roland Dreier wrote: > The latest libibverbs development tree changes how low-level drivers > are found. The driver must be in a shared object like > libcxgb3-rdmav2.so in the ordinary library path, rather than > infi

[openib-general] [PATCH 7/7] libcxgb3: Update libcxgb3 for new libibverbs driver handling

2007-01-10 Thread Roland Dreier
The latest libibverbs development tree changes how low-level drivers are found. The driver must be in a shared object like libcxgb3-rdmav2.so in the ordinary library path, rather than infiniband/cxgb3.so as for libibverbs 1.0. In addition, the driver must call ibv_register_driver() to pass its en