Re: [Patch v2 1/3] IB/cma: use cached gids

2013-10-19 Thread Jack Morgenstein
ACK. Looks good! Very nice catch, Doug! -Jack On Tue, 24 Sep 2013 17:16:27 -0400 Doug Ledford wrote: > The cma_acquire_dev function was changed by commit 3c86aa70bf67 > to use find_gid_port because multiport devices might have > either IB or IBoE formatted gids. The old function assumed that

[Patch v2 1/3] IB/cma: use cached gids

2013-09-24 Thread Doug Ledford
The cma_acquire_dev function was changed by commit 3c86aa70bf67 to use find_gid_port because multiport devices might have either IB or IBoE formatted gids. The old function assumed that all ports on the same device used the same GID format. However, when it was changed to use find_gid_port, we in